GApplicationCommandLine: add printf annotations

to g_application_command_line_print{,err}
This commit is contained in:
Ryan Lortie
2010-10-25 14:45:19 -04:00
parent d8d2513710
commit e0caf4fd5e

View File

@@ -97,10 +97,10 @@ gboolean g_application_command_line_get_is_remote (GApplic
void g_application_command_line_print (GApplicationCommandLine *cmdline,
const gchar *format,
...);
...) G_GNUC_PRINTF(2, 3);
void g_application_command_line_printerr (GApplicationCommandLine *cmdline,
const gchar *format,
...);
...) G_GNUC_PRINTF(2, 3);
int g_application_command_line_get_exit_status (GApplicationCommandLine *cmdline);
void g_application_command_line_set_exit_status (GApplicationCommandLine *cmdline,