diff options
author | Colin Walters <walters@verbum.org> | 2009-12-10 08:23:40 -0200 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-04-03 20:51:53 -0400 |
commit | fcbbd763cd1ab7ea1893569d0408e76eb9db0f43 (patch) | |
tree | 49f77b1094997f21a0cfbb98fff93fe6dd31913a /gtk/gtkviewport.c | |
parent | 99de88c452707f05d29a5996a03d595c56406b8d (diff) | |
download | gtk+-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/gtkviewport.c')
-rw-r--r-- | gtk/gtkviewport.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c index 5fd9014ab4..4fd37b5666 100644 --- a/gtk/gtkviewport.c +++ b/gtk/gtkviewport.c @@ -466,8 +466,8 @@ viewport_set_adjustment (GtkViewport *viewport, /** * gtk_viewport_set_hadjustment: * @viewport: a #GtkViewport. - * @adjustment: a #GtkAdjustment. - * + * @adjustment: (allow-none): a #GtkAdjustment. + * * Sets the horizontal adjustment of the viewport. **/ void @@ -486,8 +486,8 @@ gtk_viewport_set_hadjustment (GtkViewport *viewport, /** * gtk_viewport_set_vadjustment: * @viewport: a #GtkViewport. - * @adjustment: a #GtkAdjustment. - * + * @adjustment: (allow-none): a #GtkAdjustment. + * * Sets the vertical adjustment of the viewport. **/ void |