+2009-02-20 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gdk-2.0/:
+
+ Fix gdk_event_handler_set binding
+
+ * vapi/gdk-2.0.vapi: regenerated
+
2009-02-19 Ali Sabil <ali.sabil@gmail.com>
* vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala:
public unowned Gdk.Screen get_screen ();
public bool get_state (out Gdk.ModifierType state);
public uint32 get_time ();
- public static void handler_set (Gdk.EventFunc func, void* data, GLib.DestroyNotify notify);
+ public static void handler_set (owned Gdk.EventFunc func);
[CCode (cname = "gdk_event_new", has_construct_function = false)]
public Event (Gdk.EventType type);
public static Gdk.Event peek ();
EXPOSE,
MOTION_NOTIFY,
BUTTON_PRESS,
- 2BUTTON_PRESS,
- 3BUTTON_PRESS,
+ @2BUTTON_PRESS,
+ @3BUTTON_PRESS,
BUTTON_RELEASE,
KEY_PRESS,
KEY_RELEASE,
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_event_handler_set.func transfer_ownership="1"
+gdk_event_handler_set.data hidden="1"
+gdk_event_handler_set.notify hidden="1"
GdkGCValues is_value_type="1"
GdkGeometry is_value_type="1"
gdk_init.argc hidden="1"