Changeset 118
- Timestamp:
- 11/18/06 23:57:31 (2 years ago)
- Files:
-
- trunk/bindings/bcd/gdk/gdk.d (modified) (6 diffs)
- trunk/bindings/bcd/gdk/gdkx.d (modified) (1 diff)
- trunk/bindings/bcd/glib2/glib_object.d (modified) (5 diffs)
- trunk/bindings/bcd/gtk2/gtk.d (modified) (11 diffs)
- trunk/bindings/bcd/pango/pangocairo.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bindings/bcd/gdk/gdk.d
r114 r118 1633 1633 } 1634 1634 union N15_GdkEventClient5__106E { 1635 char *b;1636 short *s;1637 int *l;1635 char [20] b; 1636 short [10] s; 1637 int [5] l; 1638 1638 } 1639 1639 struct _GdkEventClient { … … 1789 1789 struct _GdkTimeCoord { 1790 1790 uint time; 1791 double *axes;1791 double [128] axes; 1792 1792 } 1793 1793 struct _GdkDevice { … … 1839 1839 } 1840 1840 struct _GdkRgbCmap { 1841 uint *colors;1841 uint [256] colors; 1842 1842 int n_colors; 1843 1843 _GSList * info_list; … … 1849 1849 _GObject parent_instance; 1850 1850 uint closed; 1851 _GdkGC * *normal_gcs;1852 _GdkGC * *exposure_gcs;1851 _GdkGC * [32] normal_gcs; 1852 _GdkGC * [32] exposure_gcs; 1853 1853 void * font_options; 1854 1854 double resolution; … … 1858 1858 _GList * queued_events; 1859 1859 _GList * queued_tail; 1860 uint *button_click_time;1861 _GdkDrawable * *button_window;1862 int *button_number;1860 uint [2] button_click_time; 1861 _GdkDrawable * [2] button_window; 1862 int [2] button_number; 1863 1863 uint double_click_time; 1864 1864 _GdkDevice * core_pointer; … … 1866 1866 uint closed; 1867 1867 uint double_click_distance; 1868 int *button_x;1869 int *button_y;1868 int [2] button_x; 1869 int [2] button_y; 1870 1870 } 1871 1871 struct _GdkDrawable { trunk/bindings/bcd/gdk/gdkx.d
r114 r118 4 4 public import bcd.pango.pango; 5 5 public import bcd.glib2.glib; 6 public import bcd.gdk.gdk;7 6 public import bcd.xlib.Xlib; 8 7 public import bcd.xlib.Xutil; trunk/bindings/bcd/glib2/glib_object.d
r114 r118 2084 2084 _BCD_func__2814 dispatch_properties_changed; 2085 2085 _BCD_func__2815 notify; 2086 void * *pdummy;2086 void * [8] pdummy; 2087 2087 } 2088 2088 struct _GObject { … … 2149 2149 _BCD_func__2826 value_validate; 2150 2150 _BCD_func__2827 values_cmp; 2151 void * *dummy;2151 void * [4] dummy; 2152 2152 } 2153 2153 struct _GParamSpec { … … 2245 2245 struct _GValue { 2246 2246 uint g_type; 2247 N7_GValue4__41E *data;2247 N7_GValue4__41E [2] data; 2248 2248 } 2249 2249 struct _GThreadPool { … … 2371 2371 _GString * encoded_read_buf; 2372 2372 _GString * write_buf; 2373 char *partial_write_buf;2373 char [6] partial_write_buf; 2374 2374 uint use_buffer; 2375 2375 uint do_encode; … … 2437 2437 void * hook_memchunk; 2438 2438 _BCD_func__2395 finalize_hook; 2439 void * *dummy;2439 void * [2] dummy; 2440 2440 } 2441 2441 struct _GHook { trunk/bindings/bcd/gtk2/gtk.d
r114 r118 5068 5068 } 5069 5069 union _GtkDitherInfo { 5070 ushort *s;5071 char *c;5070 ushort [2] s; 5071 char [4] c; 5072 5072 } 5073 5073 struct _GtkPreviewInfo { … … 5399 5399 _GtkWidget * close_button; 5400 5400 _GtkWidget * save_button; 5401 _GtkWidget * *axis_items;5401 _GtkWidget * [7] axis_items; 5402 5402 _GdkDevice * current_device; 5403 5403 _GtkWidget * keys_list; … … 5423 5423 _GtkIMContext object; 5424 5424 _GSList * tables; 5425 uint *compose_buffer;5425 uint [8] compose_buffer; 5426 5426 uint tentative_match; 5427 5427 int tentative_match_len; … … 5509 5509 char * abbrev; 5510 5510 double pixels_per_unit; 5511 double *ruler_scale;5512 int *subdivide;5511 double [10] ruler_scale; 5512 int [5] subdivide; 5513 5513 } 5514 5514 struct _GtkRulerClass { … … 5622 5622 _GtkWidget * table; 5623 5623 _GtkWidget * curve; 5624 _GtkWidget * *button;5624 _GtkWidget * [5] button; 5625 5625 float gamma; 5626 5626 _GtkWidget * gamma_dialog; … … 6284 6284 _GList * undo_unselection; 6285 6285 int undo_anchor; 6286 char *button_actions;6286 char [5] button_actions; 6287 6287 char drag_button; 6288 6288 _GtkCListCellInfo click_cell; … … 6691 6691 int year; 6692 6692 int selected_day; 6693 int [7] *day_month;6694 int [7] *day;6693 int [7] [6] day_month; 6694 int [7] [6] day; 6695 6695 int num_marked_dates; 6696 int *marked_date;6696 int [31] marked_date; 6697 6697 int display_flags; 6698 _GdkColor *marked_date_color;6698 _GdkColor [31] marked_date_color; 6699 6699 _GdkGC * gc; 6700 6700 _GdkGC * xor_gc; … … 6704 6704 int highlight_col; 6705 6705 void * priv; 6706 char *grow_space;6706 char [32] grow_space; 6707 6707 _BCD_func__10655 _gtk_reserved1; 6708 6708 _BCD_func__10655 _gtk_reserved2; … … 7396 7396 _GObject parent_instance; 7397 7397 char * name; 7398 char * *bg_pixmap_name;7398 char * [5] bg_pixmap_name; 7399 7399 void * font_desc; 7400 int *color_flags;7401 _GdkColor *fg;7402 _GdkColor *bg;7403 _GdkColor *text;7404 _GdkColor *base;7400 int [5] color_flags; 7401 _GdkColor [5] fg; 7402 _GdkColor [5] bg; 7403 _GdkColor [5] text; 7404 _GdkColor [5] base; 7405 7405 int xthickness; 7406 7406 int ythickness; … … 7455 7455 struct _GtkStyle { 7456 7456 _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; 7465 7465 _GdkColor black; 7466 7466 _GdkColor white; … … 7468 7468 int xthickness; 7469 7469 int 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; 7478 7478 _GdkGC * black_gc; 7479 7479 _GdkGC * white_gc; 7480 _GdkDrawable * *bg_pixmap;7480 _GdkDrawable * [5] bg_pixmap; 7481 7481 int attach_count; 7482 7482 int depth; trunk/bindings/bcd/pango/pangocairo.d
r114 r118 2 2 module bcd.pango.pangocairo; 3 3 public import bcd.glib2.glib; 4 public import bcd.pango.pango;5 4 public import bcd.cairo.cairo; 6 5 alias void PangoCairoFontMap;
