+2008-06-02 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gdk-2.0/:
+
+ Fix gdk_event_get_* bindings, fixes bug 533933
+
+ * vapi/gdk-2.0.vapi: regenerated
+
2008-06-02 Jürg Billeter <j@bitron.ch>
* vapi/libepc-1.0.vapi:
public Gdk.Event copy ();
public void free ();
public static Gdk.Event get ();
- public bool get_axis (Gdk.AxisUse axis_use, double value);
- public bool get_coords (double x_win, double y_win);
+ public bool get_axis (Gdk.AxisUse axis_use, out double value);
+ public bool get_coords (out double x_win, out double y_win);
public static Gdk.Event get_graphics_expose (Gdk.Window window);
- public bool get_root_coords (double x_root, double y_root);
+ public bool get_root_coords (out double x_root, out double y_root);
public weak Gdk.Screen get_screen ();
- public bool get_state (Gdk.ModifierType state);
+ public bool get_state (out Gdk.ModifierType state);
public uint get_time ();
public static void handler_set (Gdk.EventFunc func, void* data, GLib.DestroyNotify notify);
[CCode (cname = "gdk_event_new")]
gdk_drawable_get_size.width is_out="1"
gdk_drawable_get_size.height is_out="1"
GdkEvent* is_value_type="1"
+gdk_event_get_state.state is_out="1"
+gdk_event_get_axis.value is_out="1"
+gdk_event_get_coords.x_win is_out="1"
+gdk_event_get_coords.y_win is_out="1"
+gdk_event_get_root_coords.x_root is_out="1"
+gdk_event_get_root_coords.y_root is_out="1"
gdk_init.argc hidden="1"
gdk_init.argv is_array="1" is_ref="1" array_length_pos="0.9"
gdk_init_check.argc hidden="1"