mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GApplication: reduce GVariant abuse
Don't use GVariant* as the representation for the argument array.
This commit is contained in:
@@ -41,7 +41,6 @@ g_application_open
|
||||
g_application_register
|
||||
g_application_release
|
||||
g_application_run
|
||||
g_application_run_with_arguments
|
||||
g_application_set_action_group
|
||||
g_application_set_application_id
|
||||
g_application_set_flags
|
||||
@@ -51,10 +50,8 @@ g_application_set_inactivity_timeout
|
||||
|
||||
#if IN_HEADER(__G_APPLICATION_COMMAND_LINE_H__)
|
||||
#if IN_FILE(__G_APPLICATION_COMMAND_LINE_C__)
|
||||
g_application_command_line_get_argc_argv
|
||||
g_application_command_line_get_arguments
|
||||
g_application_command_line_get_cwd
|
||||
g_application_command_line_get_cwd_variant
|
||||
g_application_command_line_get_exit_status
|
||||
g_application_command_line_get_is_remote
|
||||
g_application_command_line_get_platform_data
|
||||
|
Reference in New Issue
Block a user