GtkApplication: Improve the docs

Expand the docs for ::register-session a bit.
This commit is contained in:
Matthias Clasen
2018-08-31 13:38:01 -04:00
parent d4d12171f4
commit 2bb97bc136

View File

@@ -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",