summaryrefslogtreecommitdiff
path: root/gtk/gtk-2.12.defs
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2007-10-16 11:42:06 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2007-10-16 11:42:06 +0000
commitcb3b3f34dc0d64ce89097c114ed84399abced538 (patch)
tree2d73a24a9afc8f0671e48b51e70ac00a855be159 /gtk/gtk-2.12.defs
parentfe95021fb21fdc995375a41a0c0acc995460c842 (diff)
downloadpygtk-cb3b3f34dc0d64ce89097c114ed84399abced538.tar.gz
Allow None in parameters
svn path=/trunk/; revision=2914
Diffstat (limited to 'gtk/gtk-2.12.defs')
-rw-r--r--gtk/gtk-2.12.defs16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtk-2.12.defs b/gtk/gtk-2.12.defs
index c30de1a5..dc069848 100644
--- a/gtk/gtk-2.12.defs
+++ b/gtk/gtk-2.12.defs
@@ -473,7 +473,7 @@
(parameters
'("GtkTooltip*" "tooltip")
'("GtkTreePath*" "path")
- '("GtkCellRenderer*" "cell")
+ '("GtkCellRenderer*" "cell" (null-ok))
)
)
@@ -972,7 +972,7 @@
(c-name "gtk_tool_item_set_tooltip_text")
(return-type "none")
(parameters
- '("const-gchar*" "text")
+ '("const-gchar*" "text" (null-ok))
)
)
@@ -981,7 +981,7 @@
(c-name "gtk_tool_item_set_tooltip_markup")
(return-type "none")
(parameters
- '("const-gchar*" "markup")
+ '("const-gchar*" "markup" (null-ok))
)
)
@@ -1168,9 +1168,9 @@
(return-type "none")
(parameters
'("GtkTooltip*" "tooltip")
- '("GtkTreePath*" "path")
- '("GtkTreeViewColumn*" "column")
- '("GtkCellRenderer*" "cell")
+ '("GtkTreePath*" "path" (null-ok))
+ '("GtkTreeViewColumn*" "column" (null-ok))
+ '("GtkCellRenderer*" "cell" (null-ok))
)
)
@@ -1232,7 +1232,7 @@
(c-name "gtk_widget_set_tooltip_text")
(return-type "none")
(parameters
- '("const-gchar*" "text")
+ '("const-gchar*" "text" (null-ok))
)
)
@@ -1247,7 +1247,7 @@
(c-name "gtk_widget_set_tooltip_markup")
(return-type "none")
(parameters
- '("const-gchar*" "markup")
+ '("const-gchar*" "markup" (null-ok))
)
)