Searched refs:format_idx (Results 1 – 1 of 1) sorted by relevance
62 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument63 __attribute__((__format__(gnu_printf, format_idx, arg_idx)))65 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument66 __attribute__((__format__(__printf__, format_idx, arg_idx)))69 #define G_GNUC_PRINTF(format_idx, arg_idx) argument