2010/6/9 Richard Hughes <hughsi...@gmail.com>:
> 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.

I do think it matters a lot, there should be consistency between
calls, good catch.

> Richard.
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list
>



-- 
Un saludo,
Alberto Ruiz
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to