summaryrefslogtreecommitdiff
path: root/libxfce4ui/xfce-titled-dialog.c
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2017-06-24 15:00:26 +0300
committerEric Koegel <eric.koegel@gmail.com>2017-06-24 20:35:17 +0300
commite27efecb8c86038e8c4d3e44f64c1880b8053de3 (patch)
tree4382bbb933984cf19e9288fcec06a0ce09131f12 /libxfce4ui/xfce-titled-dialog.c
parentc694a84ecb24c8d16f78bdc37561992001286822 (diff)
downloadlibxfce4ui-e27efecb8c86038e8c4d3e44f64c1880b8053de3.tar.gz
Rename introspection GIR to 4ui-2.0 to match util
Add introspection annotations and add a hello world python example.
Diffstat (limited to 'libxfce4ui/xfce-titled-dialog.c')
-rw-r--r--libxfce4ui/xfce-titled-dialog.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libxfce4ui/xfce-titled-dialog.c b/libxfce4ui/xfce-titled-dialog.c
index 0d948d9..9e24399 100644
--- a/libxfce4ui/xfce-titled-dialog.c
+++ b/libxfce4ui/xfce-titled-dialog.c
@@ -279,10 +279,10 @@ xfce_titled_dialog_new (void)
/**
* xfce_titled_dialog_new_with_buttons:
- * @title : title of the dialog, or %NULL.
- * @parent : transient parent window of the dialog, or %NULL.
+ * @title : (allow-none): title of the dialog, or %NULL.
+ * @parent : (allow-none): transient parent window of the dialog, or %NULL.
* @flags : from #GtkDialogFlags.
- * @first_button_text : stock ID or text to go in first, or %NULL.
+ * @first_button_text : (allow-none): stock ID or text to go in first, or %NULL.
* @... : response ID for the first button, then additional buttons, ending with %NULL.
*
* See the documentation of gtk_dialog_new_with_buttons() for details about the
@@ -330,11 +330,11 @@ xfce_titled_dialog_new_with_buttons (const gchar *title,
/**
* xfce_titled_dialog_new_with_mixed_buttons:
- * @title : title of the dialog, or %NULL.
- * @parent : transient parent window of the dialog, or %NULL.
+ * @title : (allow-none):title of the dialog, or %NULL.
+ * @parent : (allow-none): transient parent window of the dialog, or %NULL.
* @flags : from #GtkDialogFlags.
* @first_button_icon_name : icon name to go in first, or "" for no icon.
- * @first_button_text : text to go in first, or %NULL.
+ * @first_button_text : (allow-none): text to go in first, or %NULL.
* @... : response ID for the first button, then additional buttons, ending with %NULL.
*
* Creates an #XfceTitledDialog using xfce_gtk_button_new_mixed. This allows