mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
Fix some g-i annotation warnings
This commit is contained in:
parent
6b3091856b
commit
f2937f8c45
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user