[gtk+/gi-annotations: 8/31] Update GI annotations in 'Stock Items'
- From: Pavel Holejsovsky <pholejs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gi-annotations: 8/31] Update GI annotations in 'Stock Items'
- Date: Mon, 17 Jan 2011 05:51:30 +0000 (UTC)
commit 756be618986f7550ed38210622c0ff9803a2e39b
Author: Pavel Holejsovsky <pholejs src gnome org>
Date: Fri Jan 14 16:05:39 2011 +0100
Update GI annotations in 'Stock Items'
gtk/gtkstock.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkstock.c b/gtk/gtkstock.c
index d697719..c2ed2a5 100644
--- a/gtk/gtkstock.c
+++ b/gtk/gtkstock.c
@@ -122,7 +122,7 @@ real_add (const GtkStockItem *items,
/**
* gtk_stock_add:
- * @items: a #GtkStockItem or array of items
+ * @items: (array length=n_items): a #GtkStockItem or array of items
* @n_items: number of #GtkStockItem in @items
*
* Registers each of the stock items in @items. If an item already
@@ -144,7 +144,7 @@ gtk_stock_add (const GtkStockItem *items,
/**
* gtk_stock_add_static:
- * @items: a #GtkStockItem or array of #GtkStockItem
+ * @items: (array length=n_items): a #GtkStockItem or array of #GtkStockItem
* @n_items: number of items
*
* Same as gtk_stock_add(), but doesn't copy @items, so
@@ -163,7 +163,7 @@ gtk_stock_add_static (const GtkStockItem *items,
/**
* gtk_stock_lookup:
* @stock_id: a stock item name
- * @item: stock item to initialize with values
+ * @item: (out): stock item to initialize with values
*
* Fills @item with the registered values for @stock_id, returning %TRUE
* if @stock_id was known.
@@ -260,7 +260,7 @@ gtk_stock_list_ids (void)
}
/**
- * gtk_stock_item_copy:
+ * gtk_stock_item_copy: (skip)
* @item: a #GtkStockItem
*
* Copies a stock item, mostly useful for language bindings and not in applications.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]