]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gdk_event_get_* bindings, fixes bug 533933
authorJürg Billeter <j@bitron.ch>
Mon, 2 Jun 2008 12:21:42 +0000 (12:21 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 2 Jun 2008 12:21:42 +0000 (12:21 +0000)
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

svn path=/trunk/; revision=1539

ChangeLog
vapi/gdk-2.0.vapi
vapi/packages/gdk-2.0/gdk-2.0.metadata

index 3a564c51193670121d3d1bd6717ff8651565652f..1a32ca681d9202d1647d1ccd108bb60f4668501b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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:
index c105ab99933b0634da5eb5d146eff863884b828d..7a15062581a59ed0e9fe1eaa8f758c91dfeade99 100644 (file)
@@ -1447,12 +1447,12 @@ namespace Gdk {
                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")]
index 8e1ce934900313513ce6b0d46f5521ecec685c33..f8769e81c013239e94d66db6ac7d70471d36d41e 100644 (file)
@@ -11,6 +11,12 @@ GdkDisplay.closed hidden="1"
 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"