forked from AuroraMiddleware/gtk
application: Correct the fallback definition for gtk_application_end_session
The function definition used a pointer to the enum value rather than the enum itself. This broke the build on platforms that don't have an implmentation of these functions.
This commit is contained in:
parent
cf2590d673
commit
4007449a58
@ -1667,7 +1667,7 @@ gtk_application_is_inhibited (GtkApplication *application,
|
||||
|
||||
gboolean
|
||||
gtk_application_end_session (GtkApplication *application,
|
||||
GtkApplicationEndStyle *style,
|
||||
GtkApplicationEndStyle style,
|
||||
gboolean request_confirmation)
|
||||
{
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user