Method
IdeSubprocessLauncherpush_argv_format
Declaration
void
ide_subprocess_launcher_push_argv_format (
IdeSubprocessLauncher* self,
const char* format,
...
)
Description
Convenience function which allows combining a g_strdup_printf()
and
call to ide_subprocess_launcher_push_argv()
into one call.
format
is used to build the argument string which is added using
ide_subprocess_launcher_push_argv()
and then freed.
This method is not directly available to language bindings.