forked from AuroraMiddleware/gtk
GtkApplicationWindow: Use G_PARAM_EXPLICIT_NOTIFY
This commit is contained in:
parent
1bb880af36
commit
b9e7d1e8a6
@ -846,7 +846,7 @@ gtk_application_window_class_init (GtkApplicationWindowClass *class)
|
||||
P_("Show a menubar"),
|
||||
P_("TRUE if the window should show a "
|
||||
"menubar at the top of the window"),
|
||||
TRUE, G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE);
|
||||
TRUE, G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
|
||||
g_object_class_install_properties (object_class, N_PROPS, gtk_application_window_properties);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user