Method
IdeApplicationAddinhandle_command_line
Declaration
void
ide_application_addin_handle_command_line (
IdeApplicationAddin* self,
IdeApplication* application,
GApplicationCommandLine* cmdline
)
Description
This function is called to allow the addin to procses command line arguments that were parsed based on options added in ide_application_addin_add_option_entries().
See g_application_command_line_get_option_dict() for more information.
Parameters
application-
Type:
IdeApplicationAn
IdeApplication.The data is owned by the caller of the method. cmdline-
Type:
GApplicationCommandLineA
GApplicationCommandLine.The data is owned by the caller of the method.