[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2407: some fixes for gdk.h (bug 3932)

Mats Wichmann mats at linuxfoundation.org
Fri Feb 28 23:47:15 UTC 2014


------------------------------------------------------------
revno: 2407
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Fri 2014-02-28 16:47:15 -0700
message:
  some fixes for gdk.h (bug 3932)
modified:
  ts/devchk/gtk_3_0_gdk_gdk_h.c
-------------- next part --------------
=== modified file 'ts/devchk/gtk_3_0_gdk_gdk_h.c'
--- a/ts/devchk/gtk_3_0_gdk_gdk_h.c	2014-02-28 19:35:26 +0000
+++ b/ts/devchk/gtk_3_0_gdk_gdk_h.c	2014-02-28 23:47:15 +0000
@@ -2141,7 +2141,7 @@
 
 #if 1
 /* All */
-typedef void (*GdkEventFunc_db)(void);
+typedef void (*GdkEventFunc_db)(GdkEvent *, gpointer);
 CheckFunctionTypedef(GdkEventFunc,GdkEventFunc_db);
 #endif
 
@@ -2153,7 +2153,7 @@
 
 #if 1
 /* All */
-typedef gboolean (*GdkWindowChildFunc_db)(void);
+typedef gboolean (*GdkWindowChildFunc_db)(GdkWindow *, gpointer);
 CheckFunctionTypedef(GdkWindowChildFunc,GdkWindowChildFunc_db);
 #endif
 



More information about the lsb-messages mailing list