Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. GLib-GIO-CRITICAL **: g_application_quit: assertion 'G_IS_APPLICATION (application)' failed
  2.  
  3. g_signal_connect(app_window, "destroy", G_CALLBACK(g_application_quit), app);
  4.  
  5. g_signal_connect(app_window, "destroy", G_CALLBACK(g_application_quit), G_APPLICATION(app));
  6.  
  7. GtkApplication *app = gtk_application_new("my.ne.sweeper", G_APPLICATION_FLAGS_NONE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement