diff options
author | Lukas K <lu@0x83.eu> | 2016-04-03 15:31:05 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-04-10 15:56:29 +0200 |
commit | 8fc1ca1ef28bc70a5581112185a776f6158b0d6d (patch) | |
tree | 57ea5ae29afd665e049c6a8855fe371771428a1a /gtk/gtkscrollable.c | |
parent | 99e92a60f29367bc95a9f6ee99d4b7dc4b6b0bb1 (diff) | |
download | gtk+-8fc1ca1ef28bc70a5581112185a776f6158b0d6d.tar.gz |
Fix gtk_scrollable_get_border annotation
https://bugzilla.gnome.org/show_bug.cgi?id=764540
Diffstat (limited to 'gtk/gtkscrollable.c')
-rw-r--r-- | gtk/gtkscrollable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscrollable.c b/gtk/gtkscrollable.c index 1ac26b625d..6cea0ce989 100644 --- a/gtk/gtkscrollable.c +++ b/gtk/gtkscrollable.c @@ -316,7 +316,7 @@ gtk_scrollable_set_vscroll_policy (GtkScrollable *scrollable, /** * gtk_scrollable_get_border: * @scrollable: a #GtkScrollable - * @border: return location for the results + * @border: (out caller-allocates): return location for the results * * Returns the size of a non-scrolling border around the * outside of the scrollable. An example for this would |