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