summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-08-31 13:38:01 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-08-31 13:38:01 -0400
commit2bb97bc136620ba4cd5d9e7283f9fa94e8042989 (patch)
tree073a1e9da4df2791734577c32e15d7778b762651
parentd4d12171f413bb9ce35a002711ce2eae69f77a52 (diff)
downloadgtk+-2bb97bc136620ba4cd5d9e7283f9fa94e8042989.tar.gz
GtkApplication: Improve the docs
Expand the docs for ::register-session a bit.
-rw-r--r--gtk/gtkapplication.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 999ef1523e..4a06ae1a06 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -659,6 +659,8 @@ gtk_application_class_init (GtkApplicationClass *class)
* GtkApplication:register-session:
*
* Set this property to %TRUE to register with the session manager.
+ * This will make GTK+ track the session state (such as the
+ * #GtkApplication::screensaver-active property).
*/
gtk_application_props[PROP_REGISTER_SESSION] =
g_param_spec_boolean ("register-session",