summaryrefslogtreecommitdiff
path: root/gtk/gtkbin.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-12-10 08:23:40 -0200
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-04-03 20:51:53 -0400
commitfcbbd763cd1ab7ea1893569d0408e76eb9db0f43 (patch)
tree49f77b1094997f21a0cfbb98fff93fe6dd31913a /gtk/gtkbin.c
parent99de88c452707f05d29a5996a03d595c56406b8d (diff)
downloadgtk+-fcbbd763cd1ab7ea1893569d0408e76eb9db0f43.tar.gz
[introspection] Merge in Gtk-custom.c annotations
The Gtk-custom.c file in gir-repository contained a number of introspection annotations. Merge those into the GTK source files. Some documentation was moved from the tmpl/ files to accomodate the addition of annotations.
Diffstat (limited to 'gtk/gtkbin.c')
-rw-r--r--gtk/gtkbin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c
index abe90e1173..3a86876fd8 100644
--- a/gtk/gtkbin.c
+++ b/gtk/gtkbin.c
@@ -140,8 +140,8 @@ gtk_bin_forall (GtkContainer *container,
* Gets the child of the #GtkBin, or %NULL if the bin contains
* no child widget. The returned widget does not have a reference
* added, so you do not need to unref it.
- *
- * Return value: pointer to child of the #GtkBin
+ *
+ * Return value: (transfer none): pointer to child of the #GtkBin
**/
GtkWidget*
gtk_bin_get_child (GtkBin *bin)