mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
gio: symbol file updates (actions, command line)
This commit is contained in:
parent
d6ac6c1850
commit
52b7fcf409
@ -48,6 +48,22 @@ g_application_set_inactivity_timeout
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#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
|
||||||
|
g_application_command_line_get_type
|
||||||
|
g_application_command_line_print
|
||||||
|
g_application_command_line_printerr
|
||||||
|
g_application_command_line_set_exit_status
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if IN_HEADER(__G_APP_INFO_H__)
|
#if IN_HEADER(__G_APP_INFO_H__)
|
||||||
#if IN_FILE(__G_APP_INFO_C__)
|
#if IN_FILE(__G_APP_INFO_C__)
|
||||||
g_app_info_get_type G_GNUC_CONST
|
g_app_info_get_type G_GNUC_CONST
|
||||||
@ -1889,16 +1905,16 @@ g_action_group_action_added
|
|||||||
g_action_group_action_enabled_changed
|
g_action_group_action_enabled_changed
|
||||||
g_action_group_action_removed
|
g_action_group_action_removed
|
||||||
g_action_group_action_state_changed
|
g_action_group_action_state_changed
|
||||||
g_action_group_activate
|
g_action_group_activate_action
|
||||||
g_action_group_get_enabled
|
g_action_group_get_action_enabled
|
||||||
g_action_group_get_parameter_type
|
g_action_group_get_action_parameter_type
|
||||||
g_action_group_get_state
|
g_action_group_get_action_state
|
||||||
g_action_group_get_state_hint
|
g_action_group_get_action_state_hint
|
||||||
g_action_group_get_state_type
|
g_action_group_get_action_state_type
|
||||||
g_action_group_get_type
|
g_action_group_get_type
|
||||||
g_action_group_has_action
|
g_action_group_has_action
|
||||||
g_action_group_list_actions
|
g_action_group_list_actions
|
||||||
g_action_group_set_state
|
g_action_group_change_action_state
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user