From 2bb97bc136620ba4cd5d9e7283f9fa94e8042989 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 31 Aug 2018 13:38:01 -0400 Subject: [PATCH] GtkApplication: Improve the docs Expand the docs for ::register-session a bit. --- gtk/gtkapplication.c | 2 ++ 1 file changed, 2 insertions(+) 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",