forked from AuroraMiddleware/gtk
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
|
GDK_AVAILABLE_IN_ALL
|
||||||
GskRenderNode * gsk_offset_node_new (GskRenderNode *child,
|
GskRenderNode * gsk_offset_node_new (GskRenderNode *child,
|
||||||
double x,
|
double x_offset,
|
||||||
double y);
|
double y_offset);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
GskRenderNode * gsk_offset_node_get_child (GskRenderNode *node);
|
GskRenderNode * gsk_offset_node_get_child (GskRenderNode *node);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
|
@ -210,7 +210,7 @@ gtk_snapshot_new (gboolean record_names,
|
|||||||
* Returns the node that was constructed by @snapshot
|
* Returns the node that was constructed by @snapshot
|
||||||
* and frees @snapshot.
|
* and frees @snapshot.
|
||||||
*
|
*
|
||||||
* Returns: a newly-created #GskRenderNode
|
* Returns: (transfer full): a newly-created #GskRenderNode
|
||||||
*/
|
*/
|
||||||
GskRenderNode *
|
GskRenderNode *
|
||||||
gtk_snapshot_free_to_node (GtkSnapshot *snapshot)
|
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
|
* Returns a paintable for the node that was
|
||||||
* constructed by @snapshot and frees @snapshot.
|
* constructed by @snapshot and frees @snapshot.
|
||||||
*
|
*
|
||||||
* Returns: a newly-created #GdkPaintable
|
* Returns: (transfer full): a newly-created #GdkPaintable
|
||||||
*/
|
*/
|
||||||
GdkPaintable *
|
GdkPaintable *
|
||||||
gtk_snapshot_free_to_paintable (GtkSnapshot *snapshot)
|
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
|
* nodes to @snapshot. The only function that should be
|
||||||
* called after this is gtk_snapshot_unref().
|
* called after this is gtk_snapshot_unref().
|
||||||
*
|
*
|
||||||
* Returns: a new #GdkPaintable
|
* Returns: (transfer full): a new #GdkPaintable
|
||||||
*/
|
*/
|
||||||
GdkPaintable *
|
GdkPaintable *
|
||||||
gtk_snapshot_to_paintable (GtkSnapshot *snapshot)
|
gtk_snapshot_to_paintable (GtkSnapshot *snapshot)
|
||||||
|
Loading…
Reference in New Issue
Block a user