pygtk r2976 - in trunk: . gtk



Author: gianmt
Date: Fri May  2 17:27:32 2008
New Revision: 2976
URL: http://svn.gnome.org/viewvc/pygtk?rev=2976&view=rev

Log:
Wrap gdk_notify_startup_complete_with_id, fixes #454985

Modified:
   trunk/ChangeLog
   trunk/gtk/gdk-2.12.defs

Modified: trunk/gtk/gdk-2.12.defs
==============================================================================
--- trunk/gtk/gdk-2.12.defs	(original)
+++ trunk/gtk/gdk-2.12.defs	Fri May  2 17:27:32 2008
@@ -156,3 +156,11 @@
     '("gpointer" "data")
   )
 )
+
+(define-function notify_startup_complete_with_id
+  (c-name "gdk_notify_startup_complete_with_id")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "startup_id")
+  )
+)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]