mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-19 00:17:51 +02:00
GApplication: reduce GVariant abuse
Don't use GVariant* as the representation for the argument array.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user