summaryrefslogtreecommitdiff
path: root/gsk/gskrendernode.h
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-03-27 20:13:15 +0100
committerDaniel Boles <dboles@src.gnome.org>2017-03-27 20:22:07 +0100
commit3d11edf1bc18a778d725f69bf388c43d8b333156 (patch)
tree2ef8c083d48590149032a1aca07c52923cbc2c2f /gsk/gskrendernode.h
parentb00b7c3b0e852f1027875cd40aba8b406700dbac (diff)
downloadgtk+-3d11edf1bc18a778d725f69bf388c43d8b333156.tar.gz
GSK: Fix a bunch of warnings from the GIR scanner
arising from conflicting argument names, missing annotations, etc.
Diffstat (limited to 'gsk/gskrendernode.h')
-rw-r--r--gsk/gskrendernode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskrendernode.h b/gsk/gskrendernode.h
index f46c283ba1..08bb87d0b0 100644
--- a/gsk/gskrendernode.h
+++ b/gsk/gskrendernode.h
@@ -183,7 +183,7 @@ GDK_AVAILABLE_IN_3_90
const char * gsk_render_node_get_name (GskRenderNode *node);
GDK_AVAILABLE_IN_3_90
void gsk_render_node_get_bounds (GskRenderNode *node,
- graphene_rect_t *frame);
+ graphene_rect_t *bounds);
GDK_AVAILABLE_IN_3_90
void gsk_render_node_draw (GskRenderNode *node,