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:
Rob Bradford 2012-01-09 15:07:08 +00:00
parent cf2590d673
commit 4007449a58

View File

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