summaryrefslogtreecommitdiffstats
path: root/src/item.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-04-28 01:22:45 +0000
committerDavid Robillard <d@drobilla.net>2014-04-28 01:22:45 +0000
commit9a0bd2a11c9507c8bf64cf54698a5cc98accb6f0 (patch)
tree24a8d674f2f76403de474c081567827f35686000 /src/item.c
parented45810d4a97b68c83068627f1443fa49d6eedc8 (diff)
downloadganv-9a0bd2a11c9507c8bf64cf54698a5cc98accb6f0.tar.gz
ganv-9a0bd2a11c9507c8bf64cf54698a5cc98accb6f0.tar.bz2
ganv-9a0bd2a11c9507c8bf64cf54698a5cc98accb6f0.zip
Fix comments for GIR.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5382 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/item.c')
-rw-r--r--src/item.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item.c b/src/item.c
index c022ac8..f931e94 100644
--- a/src/item.c
+++ b/src/item.c
@@ -87,7 +87,7 @@ ganv_item_init(GanvItem* item)
* @first_arg_name: A list of object argument name/value pairs, NULL-terminated,
* used to configure the item. For example, "fill_color", "black",
* "width_units", 5.0, NULL.
- * @Varargs:
+ * @...: first argument value, second argument name, second argument value, ...
*
* Creates a new canvas item with @parent as its parent group. The item is
* created at the top of its parent's stack, and starts up as visible. The item
@@ -351,7 +351,7 @@ ganv_item_invoke_update(GanvItem* item, int flags)
* ganv_item_set:
* @item: A canvas item.
* @first_arg_name: The list of object argument name/value pairs used to configure the item.
- * @Varargs:
+ * @...: first argument value, second argument name, second argument value, ...
*
* Configures a canvas item. The arguments in the item are set to the specified
* values, and the item is repainted as appropriate.