mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
docs: GtkApplication "quit" signal is gone now
This commit is contained in:
parent
a2792b983c
commit
80674d9dc0
@ -110,9 +110,6 @@
|
|||||||
* property) and offers various functionality related to the session
|
* property) and offers various functionality related to the session
|
||||||
* life-cycle.
|
* life-cycle.
|
||||||
*
|
*
|
||||||
* An application can be informed when the session is about to end
|
|
||||||
* by connecting to the #GtkApplication::quit signal.
|
|
||||||
*
|
|
||||||
* An application can block various ways to end the session with
|
* An application can block various ways to end the session with
|
||||||
* the gtk_application_inhibit() function. Typical use cases for
|
* the gtk_application_inhibit() function. Typical use cases for
|
||||||
* this kind of inhibiting are long-running, uninterruptible operations,
|
* this kind of inhibiting are long-running, uninterruptible operations,
|
||||||
@ -750,9 +747,7 @@ gtk_application_class_init (GtkApplicationClass *class)
|
|||||||
/**
|
/**
|
||||||
* GtkApplication:register-session:
|
* GtkApplication:register-session:
|
||||||
*
|
*
|
||||||
* Set this property to %TRUE to register with the session manager
|
* Set this property to %TRUE to register with the session manager.
|
||||||
* and receive the #GtkApplication::quit signal when the session
|
|
||||||
* is about to end.
|
|
||||||
*
|
*
|
||||||
* Since: 3.4
|
* Since: 3.4
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user