mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix some missing renames of GtkApplicationEndStyle
This commit is contained in:
parent
b7a28de755
commit
f24dd8f067
@ -1516,9 +1516,9 @@ gtk_application_is_inhibited (GtkApplication *application,
|
||||
}
|
||||
|
||||
gboolean
|
||||
gtk_application_end_session (GtkApplication *application,
|
||||
GtkApplicationEndStyle *style,
|
||||
gboolean request_confirmation)
|
||||
gtk_application_end_session (GtkApplication *application,
|
||||
GtkApplicationEndSessionStyle *style,
|
||||
gboolean request_confirmation)
|
||||
{
|
||||
static const ProcessSerialNumber loginwindow_psn = { 0, kSystemProcess };
|
||||
AppleEvent event = { typeNull, NULL };
|
||||
@ -1598,9 +1598,9 @@ gtk_application_is_inhibited (GtkApplication *application,
|
||||
}
|
||||
|
||||
gboolean
|
||||
gtk_application_end_session (GtkApplication *application,
|
||||
GtkApplicationEndStyle style,
|
||||
gboolean request_confirmation)
|
||||
gtk_application_end_session (GtkApplication *application,
|
||||
GtkApplicationEndSessionStyle style,
|
||||
gboolean request_confirmation)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ static void
|
||||
end_session (GtkButton *button, GtkApplication *app)
|
||||
{
|
||||
const gchar *id;
|
||||
GtkApplicationEndStyle style;
|
||||
GtkApplicationEndSessionStyle style;
|
||||
gboolean confirm;
|
||||
|
||||
id = gtk_combo_box_get_active_id (GTK_COMBO_BOX (end_combo));
|
||||
|
Loading…
Reference in New Issue
Block a user