|
Functions |
G_BEGIN_DECLS IMPORT_C gint | g_printf (gchar const *format,...) G_GNUC_PRINTF(1 |
G_BEGIN_DECLS IMPORT_C gint
IMPORT_C gint | g_fprintf (FILE *file, gchar const *format,...) G_GNUC_PRINTF(2 |
G_BEGIN_DECLS IMPORT_C gint
IMPORT_C gint IMPORT_C gint | g_sprintf (gchar *string, gchar const *format,...) G_GNUC_PRINTF(2 |
G_BEGIN_DECLS IMPORT_C gint
IMPORT_C gint IMPORT_C gint
IMPORT_C gint | g_vprintf (gchar const *format, va_list args) |
IMPORT_C gint | g_vfprintf (FILE *file, gchar const *format, va_list args) |
IMPORT_C gint | g_vsprintf (gchar *string, gchar const *format, va_list args) |
IMPORT_C gint | g_vasprintf (gchar **string, gchar const *format, va_list args) |