[Xfce4-commits] [xfce/libxfce4ui] 02/02: Fixed two "Missing (transfer) annotation" warnings
noreply at xfce.org
noreply at xfce.org
Tue Mar 24 22:31:11 CET 2020
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit 61e97d464ed2a5c07d0d96a6428837792c9ab150
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Tue Mar 24 22:30:40 2020 +0100
Fixed two "Missing (transfer) annotation" warnings
---
libxfce4ui/xfce-gtk-extensions.c | 2 +-
libxfce4ui/xfce-titled-dialog.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/libxfce4ui/xfce-gtk-extensions.c b/libxfce4ui/xfce-gtk-extensions.c
index b5e2fd7..0cd6a55 100644
--- a/libxfce4ui/xfce-gtk-extensions.c
+++ b/libxfce4ui/xfce-gtk-extensions.c
@@ -807,7 +807,7 @@ xfce_icon_name_from_desktop_id (const gchar *desktop_id)
* based on #g_themed_icon_new_with_default_fallbacks and
* #gtk_icon_theme_lookup_by_gicon.
*
- * Return value: a new #GThemedIcon.
+ * Return value: (transfer full): a new #GThemedIcon.
*
* Since: 4.16
**/
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
*
**/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list