summaryrefslogtreecommitdiff
path: root/gtk/gtkitemfactory.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-01-18 21:37:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-01-18 21:37:31 +0000
commitfc85da54ca448b2ed476a2cf1afa6b51b9606561 (patch)
treeadc9339155ae61c47d9e229dfd06fe256abc517b /gtk/gtkitemfactory.c
parent251e37b652f5a7481a7ab757ceb8e86e099e4ad0 (diff)
downloadgtk+-fc85da54ca448b2ed476a2cf1afa6b51b9606561.tar.gz
Clarify documentation. (#69026)
* gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action): Clarify documentation. (#69026) * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix missing initialization of adjustment. (#69025)
Diffstat (limited to 'gtk/gtkitemfactory.c')
-rw-r--r--gtk/gtkitemfactory.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c
index 944780f47c..780d2d7b1c 100644
--- a/gtk/gtkitemfactory.c
+++ b/gtk/gtkitemfactory.c
@@ -710,8 +710,11 @@ gtk_item_factory_get_widget (GtkItemFactory *ifactory,
* @returns: the widget which corresponds to the given action, or %NULL
* if no widget was found
*
- * Obtains the widget which was constructed from the first #GtkItemFactoryEntry
+ * Obtains the widget which was constructed from the #GtkItemFactoryEntry
* with the given @action.
+ *
+ * If there are multiple items with the same action, the result is
+ * undefined.
*/
GtkWidget*
gtk_item_factory_get_widget_by_action (GtkItemFactory *ifactory,