Changeset 118

Show
Ignore:
Timestamp:
11/18/06 23:57:31 (2 years ago)
Author:
Gregor
Message:

*: Regenerated with revision 116.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bindings/bcd/gdk/gdk.d

    r114 r118  
    16331633} 
    16341634union N15_GdkEventClient5__106E { 
    1635 char * b; 
    1636 short * s; 
    1637 int * l; 
     1635char [20] b; 
     1636short [10] s; 
     1637int [5] l; 
    16381638} 
    16391639struct _GdkEventClient { 
     
    17891789struct _GdkTimeCoord { 
    17901790uint time; 
    1791 double * axes; 
     1791double [128] axes; 
    17921792} 
    17931793struct _GdkDevice { 
     
    18391839} 
    18401840struct _GdkRgbCmap { 
    1841 uint * colors; 
     1841uint [256] colors; 
    18421842int n_colors; 
    18431843_GSList * info_list; 
     
    18491849_GObject parent_instance; 
    18501850uint closed; 
    1851 _GdkGC * * normal_gcs; 
    1852 _GdkGC * * exposure_gcs; 
     1851_GdkGC * [32] normal_gcs; 
     1852_GdkGC * [32] exposure_gcs; 
    18531853void * font_options; 
    18541854double resolution; 
     
    18581858_GList * queued_events; 
    18591859_GList * queued_tail; 
    1860 uint * button_click_time; 
    1861 _GdkDrawable * * button_window; 
    1862 int * button_number; 
     1860uint [2] button_click_time; 
     1861_GdkDrawable * [2] button_window; 
     1862int [2] button_number; 
    18631863uint double_click_time; 
    18641864_GdkDevice * core_pointer; 
     
    18661866uint closed; 
    18671867uint double_click_distance; 
    1868 int * button_x; 
    1869 int * button_y; 
     1868int [2] button_x; 
     1869int [2] button_y; 
    18701870} 
    18711871struct _GdkDrawable { 
  • trunk/bindings/bcd/gdk/gdkx.d

    r114 r118  
    44public import bcd.pango.pango; 
    55public import bcd.glib2.glib; 
    6 public import bcd.gdk.gdk; 
    76public import bcd.xlib.Xlib; 
    87public import bcd.xlib.Xutil; 
  • trunk/bindings/bcd/glib2/glib_object.d

    r114 r118  
    20842084_BCD_func__2814 dispatch_properties_changed; 
    20852085_BCD_func__2815 notify; 
    2086 void * * pdummy; 
     2086void * [8] pdummy; 
    20872087} 
    20882088struct _GObject { 
     
    21492149_BCD_func__2826 value_validate; 
    21502150_BCD_func__2827 values_cmp; 
    2151 void * * dummy; 
     2151void * [4] dummy; 
    21522152} 
    21532153struct _GParamSpec { 
     
    22452245struct _GValue { 
    22462246uint g_type; 
    2247 N7_GValue4__41E * data; 
     2247N7_GValue4__41E [2] data; 
    22482248} 
    22492249struct _GThreadPool { 
     
    23712371_GString * encoded_read_buf; 
    23722372_GString * write_buf; 
    2373 char * partial_write_buf; 
     2373char [6] partial_write_buf; 
    23742374uint use_buffer; 
    23752375uint do_encode; 
     
    24372437void * hook_memchunk; 
    24382438_BCD_func__2395 finalize_hook; 
    2439 void * * dummy; 
     2439void * [2] dummy; 
    24402440} 
    24412441struct _GHook { 
  • trunk/bindings/bcd/gtk2/gtk.d

    r114 r118  
    50685068} 
    50695069union _GtkDitherInfo { 
    5070 ushort * s; 
    5071 char * c; 
     5070ushort [2] s; 
     5071char [4] c; 
    50725072} 
    50735073struct _GtkPreviewInfo { 
     
    53995399_GtkWidget * close_button; 
    54005400_GtkWidget * save_button; 
    5401 _GtkWidget * * axis_items; 
     5401_GtkWidget * [7] axis_items; 
    54025402_GdkDevice * current_device; 
    54035403_GtkWidget * keys_list; 
     
    54235423_GtkIMContext object; 
    54245424_GSList * tables; 
    5425 uint * compose_buffer; 
     5425uint [8] compose_buffer; 
    54265426uint tentative_match; 
    54275427int tentative_match_len; 
     
    55095509char * abbrev; 
    55105510double pixels_per_unit; 
    5511 double * ruler_scale; 
    5512 int * subdivide; 
     5511double [10] ruler_scale; 
     5512int [5] subdivide; 
    55135513} 
    55145514struct _GtkRulerClass { 
     
    56225622_GtkWidget * table; 
    56235623_GtkWidget * curve; 
    5624 _GtkWidget * * button; 
     5624_GtkWidget * [5] button; 
    56255625float gamma; 
    56265626_GtkWidget * gamma_dialog; 
     
    62846284_GList * undo_unselection; 
    62856285int undo_anchor; 
    6286 char * button_actions; 
     6286char [5] button_actions; 
    62876287char drag_button; 
    62886288_GtkCListCellInfo click_cell; 
     
    66916691int year; 
    66926692int selected_day; 
    6693 int [7] * day_month; 
    6694 int [7] * day; 
     6693int [7] [6] day_month; 
     6694int [7] [6] day; 
    66956695int num_marked_dates; 
    6696 int * marked_date; 
     6696int [31] marked_date; 
    66976697int display_flags; 
    6698 _GdkColor * marked_date_color; 
     6698_GdkColor [31] marked_date_color; 
    66996699_GdkGC * gc; 
    67006700_GdkGC * xor_gc; 
     
    67046704int highlight_col; 
    67056705void * priv; 
    6706 char * grow_space; 
     6706char [32] grow_space; 
    67076707_BCD_func__10655 _gtk_reserved1; 
    67086708_BCD_func__10655 _gtk_reserved2; 
     
    73967396_GObject parent_instance; 
    73977397char * name; 
    7398 char * * bg_pixmap_name; 
     7398char * [5] bg_pixmap_name; 
    73997399void * font_desc; 
    7400 int * color_flags; 
    7401 _GdkColor * fg; 
    7402 _GdkColor * bg; 
    7403 _GdkColor * text; 
    7404 _GdkColor * base; 
     7400int [5] color_flags; 
     7401_GdkColor [5] fg; 
     7402_GdkColor [5] bg; 
     7403_GdkColor [5] text; 
     7404_GdkColor [5] base; 
    74057405int xthickness; 
    74067406int ythickness; 
     
    74557455struct _GtkStyle { 
    74567456_GObject parent_instance; 
    7457 _GdkColor * fg; 
    7458 _GdkColor * bg; 
    7459 _GdkColor * light; 
    7460 _GdkColor * dark; 
    7461 _GdkColor * mid; 
    7462 _GdkColor * text; 
    7463 _GdkColor * base; 
    7464 _GdkColor * text_aa; 
     7457_GdkColor [5] fg; 
     7458_GdkColor [5] bg; 
     7459_GdkColor [5] light; 
     7460_GdkColor [5] dark; 
     7461_GdkColor [5] mid; 
     7462_GdkColor [5] text; 
     7463_GdkColor [5] base; 
     7464_GdkColor [5] text_aa; 
    74657465_GdkColor black; 
    74667466_GdkColor white; 
     
    74687468int xthickness; 
    74697469int ythickness; 
    7470 _GdkGC * * fg_gc; 
    7471 _GdkGC * * bg_gc; 
    7472 _GdkGC * * light_gc; 
    7473 _GdkGC * * dark_gc; 
    7474 _GdkGC * * mid_gc; 
    7475 _GdkGC * * text_gc; 
    7476 _GdkGC * * base_gc; 
    7477 _GdkGC * * text_aa_gc; 
     7470_GdkGC * [5] fg_gc; 
     7471_GdkGC * [5] bg_gc; 
     7472_GdkGC * [5] light_gc; 
     7473_GdkGC * [5] dark_gc; 
     7474_GdkGC * [5] mid_gc; 
     7475_GdkGC * [5] text_gc; 
     7476_GdkGC * [5] base_gc; 
     7477_GdkGC * [5] text_aa_gc; 
    74787478_GdkGC * black_gc; 
    74797479_GdkGC * white_gc; 
    7480 _GdkDrawable * * bg_pixmap; 
     7480_GdkDrawable * [5] bg_pixmap; 
    74817481int attach_count; 
    74827482int depth; 
  • trunk/bindings/bcd/pango/pangocairo.d

    r114 r118  
    22module bcd.pango.pangocairo; 
    33public import bcd.glib2.glib; 
    4 public import bcd.pango.pango; 
    54public import bcd.cairo.cairo; 
    65alias void PangoCairoFontMap;