summaryrefslogtreecommitdiff
path: root/thunarx/thunarx-private.c
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2017-12-05 22:09:27 -0300
committerAndre Miranda <andreldm@xfce.org>2017-12-05 22:09:27 -0300
commit77358656225e1fa7a431cffa5da0f4db49b7993d (patch)
treebc58da0f9e30197ebfb38b5fb35e16ca63e619dc /thunarx/thunarx-private.c
parent124372ac515d4def428b5b52eb7ebe6291c2aa8b (diff)
downloadthunar-77358656225e1fa7a431cffa5da0f4db49b7993d.tar.gz
Provide missing g-i annotations (Bug #14045)
Diffstat (limited to 'thunarx/thunarx-private.c')
-rw-r--r--thunarx/thunarx-private.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/thunarx/thunarx-private.c b/thunarx/thunarx-private.c
index 23b72fa6..049f41f4 100644
--- a/thunarx/thunarx-private.c
+++ b/thunarx/thunarx-private.c
@@ -37,7 +37,12 @@ static GQuark thunarx_object_list_quark = 0;
-/* takes a reference on target for each object in object_list */
+/**
+ * thunarx_object_list_take_reference:
+ * @object_list: (element-type GObject): a #GList of #GObject<!---->s.
+ *
+ * takes a reference on target for each object in object_list
+ **/
void
thunarx_object_list_take_reference (GList *object_list,
gpointer target)
@@ -87,4 +92,3 @@ thunarx_param_spec_get_option_name (GParamSpec *pspec)
return name;
}
-