diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-04-12 20:07:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-04-12 21:12:16 -0400 |
commit | 050cba6a31bb783720eb2cb9e773784d24107f03 (patch) | |
tree | b45210f555e47371476ed7a6f92da61124c86e4a /gtk/gtklockbutton.c | |
parent | da755ada52a2ce482c1fc15be70e9f2dbd477201 (diff) | |
download | gtk+-050cba6a31bb783720eb2cb9e773784d24107f03.tar.gz |
Fix malformed doc comments
Most of these are forgotten :'s and similar details
which gtk-doc now warns about.
Diffstat (limited to 'gtk/gtklockbutton.c')
-rw-r--r-- | gtk/gtklockbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklockbutton.c b/gtk/gtklockbutton.c index 51dc2f4d5c..70d2a4d689 100644 --- a/gtk/gtklockbutton.c +++ b/gtk/gtklockbutton.c @@ -504,7 +504,7 @@ gtk_lock_button_new (GPermission *permission) * * Obtains the #GPermission object that controls @button. * - * Returns: the #GPermission of @button + * Returns: (transfer none): the #GPermission of @button * * Since: 3.2 */ |