diff options
author | Havoc Pennington <hp@redhat.com> | 2001-03-23 22:21:06 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-03-23 22:21:06 +0000 |
commit | 4291350f89e3e4d17c0587076cbb73e25cf49077 (patch) | |
tree | a1093aedc957087f935fac02e489509fc291d7cd /gtk/gtktoolbar.c | |
parent | b572436d359e2e6ad5549e532f31acdfe0b0389e (diff) | |
download | gdk-pixbuf-4291350f89e3e4d17c0587076cbb73e25cf49077.tar.gz |
fix up some docs
2001-03-23 Havoc Pennington <hp@redhat.com>
* gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
some docs
2001-03-23 Havoc Pennington <hp@redhat.com>
* gdk/gdk-sections.txt: updates
* gtk/gtk-sections.txt: updates
* gtk/gtk-docs.sgml: mop up TreeModelSimple entity
* gdk/gdk-docs.sgml: remove input method
and input context docs
Diffstat (limited to 'gtk/gtktoolbar.c')
-rw-r--r-- | gtk/gtktoolbar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index d6bcf65df..e5800c0be 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -858,6 +858,8 @@ gtk_toolbar_set_icon_size (GtkToolbar *toolbar, * @stock_id is not a known stock item ID, it's inserted verbatim, * except that underscores are used to mark mnemonics (see * gtk_label_new_with_mnemonic()). + * + * Returns: the inserted widget */ GtkWidget* gtk_toolbar_insert_stock (GtkToolbar *toolbar, |