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.

Parameters

format

Type: const char*

A printf-style format string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
...

Type: 

No description available.