summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-08 23:14:46 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-08 23:21:39 -0500
commit394ae46ec08857405e4e5b3dad3782c9d9c59651 (patch)
treef53e6691bfe7694145aaa3af4041078b0179c1aa /gtk/gtkcellarea.c
parent32398f11fab5e0abc88bf77ec76668d24af3e659 (diff)
downloadgtk+-394ae46ec08857405e4e5b3dad3782c9d9c59651.tar.gz
Add some missing symbols to the docs
Diffstat (limited to 'gtk/gtkcellarea.c')
-rw-r--r--gtk/gtkcellarea.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c
index 3050ff578b..eecb35b84a 100644
--- a/gtk/gtkcellarea.c
+++ b/gtk/gtkcellarea.c
@@ -3100,9 +3100,11 @@ gtk_cell_area_remove_focus_sibling (GtkCellArea *area,
* @renderer: the #GtkCellRenderer expected to have focus
* @sibling: the #GtkCellRenderer to check against @renderer's sibling list
*
- * Returns %TRUE if @sibling is one of @renderer's focus siblings
+ * Returns whether @sibling is one of @renderer's focus siblings
* (see gtk_cell_area_add_focus_sibling()).
*
+ * Return value: %TRUE if @sibling is a focus sibling of @renderer
+ *
* Since: 3.0
*/
gboolean