GApplication: Make ::startup run-first

https://bugzilla.gnome.org/show_bug.cgi?id=665817
This commit is contained in:
Matthias Clasen 2011-12-08 23:44:30 -05:00
parent 94a2ed4bc2
commit 8d428e3cc4

View File

@ -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);