summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-24 15:29:08 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-24 16:53:12 -0500
commitd3c45cb9796516aa2148daff816cee46efefa9fc (patch)
tree0b9409e4df56520ec6b77b2d7796682781d68ff6 /gtk/gtkcheckbutton.c
parentdf27cb72405b172f87d288b60ee12f5bf1f51c48 (diff)
downloadgtk+-d3c45cb9796516aa2148daff816cee46efefa9fc.tar.gz
docs: Miscellaneous doc fixes
Additions and correction all over the place, in GDK and GTK docs.
Diffstat (limited to 'gtk/gtkcheckbutton.c')
-rw-r--r--gtk/gtkcheckbutton.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c
index 1be4a1e3a8..bda29bf7e8 100644
--- a/gtk/gtkcheckbutton.c
+++ b/gtk/gtkcheckbutton.c
@@ -557,8 +557,9 @@ gtk_check_button_set_inconsistent (GtkCheckButton *check_button,
* gtk_check_button_get_inconsistent:
* @check_button: a #GtkCheckButton
*
- * Returns: %TRUE if @check_button is currently in an 'in between' state,
- * %FALSE otherwise.
+ * Returns whether the check button is in an inconsistent state.
+ *
+ * Returns: %TRUE if @check_button is currently in an 'in between' state, %FALSE otherwise.
*/
gboolean
gtk_check_button_get_inconsistent (GtkCheckButton *check_button)