summaryrefslogtreecommitdiff
path: root/libxfce4ui/xfce-titled-dialog.c
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2020-03-24 22:30:40 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2020-03-24 22:30:40 +0100
commit61e97d464ed2a5c07d0d96a6428837792c9ab150 (patch)
tree49a2e4df0c1e6434e2b40f837da3ad6c5a512e7c /libxfce4ui/xfce-titled-dialog.c
parent231e57daccb5946379f413ed440629c32025f6f3 (diff)
downloadlibxfce4ui-61e97d464ed2a5c07d0d96a6428837792c9ab150.tar.gz
Fixed two "Missing (transfer) annotation" warnings
Diffstat (limited to 'libxfce4ui/xfce-titled-dialog.c')
-rw-r--r--libxfce4ui/xfce-titled-dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libxfce4ui/xfce-titled-dialog.c b/libxfce4ui/xfce-titled-dialog.c
index f0c0225..7587f36 100644
--- a/libxfce4ui/xfce-titled-dialog.c
+++ b/libxfce4ui/xfce-titled-dialog.c
@@ -575,6 +575,8 @@ xfce_titled_dialog_create_action_area (XfceTitledDialog *titled_dialog)
* Buttons with #GTK_RESPONSE_HELP will be added to the secondary group of children
* (see #gtk_button_box_set_child_secondary for reference).
*
+ * Return value: (transfer none): the GtkButton widget that was added.
+ *
* Since: 4.16
*
**/