pygtk r2987 - in trunk: . gtk
- From: gianmt svn gnome org
- To: svn-commits-list gnome org
- Subject: pygtk r2987 - in trunk: . gtk
- Date: Fri, 6 Jun 2008 08:40:14 +0000 (UTC)
Author: gianmt
Date: Fri Jun 6 08:40:14 2008
New Revision: 2987
URL: http://svn.gnome.org/viewvc/pygtk?rev=2987&view=rev
Log:
Allow None in gtk.recent_action_new_for_manager params
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 Fri Jun 6 08:40:14 2008
@@ -770,10 +770,10 @@
(return-type "GtkAction*")
(parameters
'("const-gchar*" "name")
- '("const-gchar*" "label")
- '("const-gchar*" "tooltip")
- '("const-gchar*" "stock_id")
- '("GtkRecentManager*" "manager")
+ '("const-gchar*" "label" (null-ok))
+ '("const-gchar*" "tooltip" (null-ok))
+ '("const-gchar*" "stock_id" (null-ok))
+ '("GtkRecentManager*" "manager" (null-ok))
)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]