Method
GioApplicationCommandLineprint
since: 2.28
Declaration [src]
void
g_application_command_line_print (
GApplicationCommandLine* cmdline,
const gchar* format,
...
)
Description [src]
Formats a message and prints it using the stdout print handler in the invoking process.
If cmdline
is a local invocation then this is exactly equivalent to
g_print(). If cmdline
is remote then this is equivalent to calling
g_print()
in the invoking process.
Available since: 2.28
This method is not directly available to language bindings.