Method

GioApplicationCommandLineprint

since: 2.28

Declaration

void
g_application_command_line_print (
  GApplicationCommandLine* cmdline,
  const gchar* format,
  ...
)

Description

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.

Parameters

format

Type: const gchar*

A printf-style format string.

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

Type: 

Arguments, as per format.