summaryrefslogtreecommitdiff
path: root/gsk/gskroundedrect.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/gskroundedrect.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/gskroundedrect.h')
-rw-r--r--gsk/gskroundedrect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/gskroundedrect.h b/gsk/gskroundedrect.h
index 98819e4ea3..d12156cb24 100644
--- a/gsk/gskroundedrect.h
+++ b/gsk/gskroundedrect.h
@@ -67,7 +67,7 @@ struct _GskRoundedRect
GDK_AVAILABLE_IN_3_90
GskRoundedRect * gsk_rounded_rect_init (GskRoundedRect *self,
- const graphene_rect_t *rect,
+ const graphene_rect_t *bounds,
const graphene_size_t *top_left,
const graphene_size_t *top_right,
const graphene_size_t *bottom_right,