diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-04-01 09:15:08 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-04-01 09:15:08 +0200 |
commit | f2937f8c453b58fd91c3f35b152dd736f4a3edf2 (patch) | |
tree | 11568d54041818f925cae6adac6af9e0f5d751ec /gtk/gtksnapshot.c | |
parent | 6b3091856b933147575ad46c9ab9b1e5cee4567f (diff) | |
download | gtk+-f2937f8c453b58fd91c3f35b152dd736f4a3edf2.tar.gz |
Fix some g-i annotation warnings
Diffstat (limited to 'gtk/gtksnapshot.c')
-rw-r--r-- | gtk/gtksnapshot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index 98994084ce..828f828799 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -210,7 +210,7 @@ gtk_snapshot_new (gboolean record_names, * Returns the node that was constructed by @snapshot * and frees @snapshot. * - * Returns: a newly-created #GskRenderNode + * Returns: (transfer full): a newly-created #GskRenderNode */ GskRenderNode * gtk_snapshot_free_to_node (GtkSnapshot *snapshot) @@ -230,7 +230,7 @@ gtk_snapshot_free_to_node (GtkSnapshot *snapshot) * Returns a paintable for the node that was * constructed by @snapshot and frees @snapshot. * - * Returns: a newly-created #GdkPaintable + * Returns: (transfer full): a newly-created #GdkPaintable */ GdkPaintable * gtk_snapshot_free_to_paintable (GtkSnapshot *snapshot) @@ -1293,7 +1293,7 @@ gtk_snapshot_to_node (GtkSnapshot *snapshot) * nodes to @snapshot. The only function that should be * called after this is gtk_snapshot_unref(). * - * Returns: a new #GdkPaintable + * Returns: (transfer full): a new #GdkPaintable */ GdkPaintable * gtk_snapshot_to_paintable (GtkSnapshot *snapshot) |