Fix some g-i annotation warnings

This commit is contained in:
Rico Tzschichholz 2018-04-01 09:15:08 +02:00
parent 6b3091856b
commit f2937f8c45
2 changed files with 5 additions and 5 deletions

View File

@ -202,8 +202,8 @@ const graphene_matrix_t *
GDK_AVAILABLE_IN_ALL
GskRenderNode * gsk_offset_node_new (GskRenderNode *child,
double x,
double y);
double x_offset,
double y_offset);
GDK_AVAILABLE_IN_ALL
GskRenderNode * gsk_offset_node_get_child (GskRenderNode *node);
GDK_AVAILABLE_IN_ALL

View File

@ -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)