mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
GApplicationCommandLine: add printf annotations
to g_application_command_line_print{,err}
This commit is contained in:
@@ -97,10 +97,10 @@ gboolean g_application_command_line_get_is_remote (GApplic
|
|||||||
|
|
||||||
void g_application_command_line_print (GApplicationCommandLine *cmdline,
|
void g_application_command_line_print (GApplicationCommandLine *cmdline,
|
||||||
const gchar *format,
|
const gchar *format,
|
||||||
...);
|
...) G_GNUC_PRINTF(2, 3);
|
||||||
void g_application_command_line_printerr (GApplicationCommandLine *cmdline,
|
void g_application_command_line_printerr (GApplicationCommandLine *cmdline,
|
||||||
const gchar *format,
|
const gchar *format,
|
||||||
...);
|
...) G_GNUC_PRINTF(2, 3);
|
||||||
|
|
||||||
int g_application_command_line_get_exit_status (GApplicationCommandLine *cmdline);
|
int g_application_command_line_get_exit_status (GApplicationCommandLine *cmdline);
|
||||||
void g_application_command_line_set_exit_status (GApplicationCommandLine *cmdline,
|
void g_application_command_line_set_exit_status (GApplicationCommandLine *cmdline,
|
||||||
|
Reference in New Issue
Block a user