mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
GApplication: Make ::startup run-first
https://bugzilla.gnome.org/show_bug.cgi?id=665817
This commit is contained in:
parent
94a2ed4bc2
commit
8d428e3cc4
@ -749,7 +749,7 @@ g_application_class_init (GApplicationClass *class)
|
|||||||
* after registration. See g_application_register().
|
* after registration. See g_application_register().
|
||||||
*/
|
*/
|
||||||
g_application_signals[SIGNAL_STARTUP] =
|
g_application_signals[SIGNAL_STARTUP] =
|
||||||
g_signal_new ("startup", G_TYPE_APPLICATION, G_SIGNAL_RUN_LAST,
|
g_signal_new ("startup", G_TYPE_APPLICATION, G_SIGNAL_RUN_FIRST,
|
||||||
G_STRUCT_OFFSET (GApplicationClass, startup),
|
G_STRUCT_OFFSET (GApplicationClass, startup),
|
||||||
NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
|
NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user