GApplication: reduce GVariant abuse

Don't use GVariant* as the representation for the argument array.
This commit is contained in:
Ryan Lortie
2010-10-19 19:38:00 +02:00
parent a327bc51fc
commit e33deea16c
6 changed files with 40 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ void g_application_impl_open (GApplic
G_GNUC_INTERNAL
int g_application_impl_command_line (GApplicationImpl *impl,
GVariant *arguments,
gchar **arguments,
GVariant *platform_data);
G_GNUC_INTERNAL