pygtk r2985 - in trunk: . gtk
- From: gianmt svn gnome org
- To: svn-commits-list gnome org
- Subject: pygtk r2985 - in trunk: . gtk
- Date: Thu, 5 Jun 2008 22:56:19 +0000 (UTC)
Author: gianmt
Date: Thu Jun 5 22:56:19 2008
New Revision: 2985
URL: http://svn.gnome.org/viewvc/pygtk?rev=2985&view=rev
Log:
Allow None in gtk.RecentAction constructor params, fixes #536882
Modified:
trunk/ChangeLog
trunk/gtk/gtk-2.12.defs
Modified: trunk/gtk/gtk-2.12.defs
==============================================================================
--- trunk/gtk/gtk-2.12.defs (original)
+++ trunk/gtk/gtk-2.12.defs Thu Jun 5 22:56:19 2008
@@ -759,9 +759,9 @@
(return-type "GtkAction*")
(parameters
'("const-gchar*" "name")
- '("const-gchar*" "label")
- '("const-gchar*" "tooltip")
- '("const-gchar*" "stock_id")
+ '("const-gchar*" "label" (null-ok))
+ '("const-gchar*" "tooltip" (null-ok))
+ '("const-gchar*" "stock_id" (null-ok))
)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]