GApplication and GtkApplication oddness
- From: Richard Hughes <hughsient gmail com>
- To: "Gtk+ Developers" <gtk-devel-list gnome org>
- Subject: GApplication and GtkApplication oddness
- Date: Wed, 9 Jun 2010 09:50:28 +0100
With GApplication we have:
application = g_application_new_and_register
("org.gnome.ColorManager.Prefs", argc, argv);
and with GtkApplication we have:
application = gtk_application_new (argc, argv, "org.gnome.ColorManager.Prefs");
It does seem slightly odd that the former has the appid first, and the
latter has it last. I'm not sure it matters much, but I figured
feedback might be useful.
Richard.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]