gprintf.h File Reference

API published in:
API deprecated in:


#include <_ansi.h>
#include <glib/gtypes.h>
#include <stdio.h>
#include <stdarg.h>

Go to the source code of this file.


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)

Function Documentation

G_BEGIN_DECLS IMPORT_C gint IMPORT_C gint g_fprintf FILE file,
gchar const *  format,
  ...
 
G_BEGIN_DECLS IMPORT_C gint g_printf gchar const *  format,
  ...
 
G_BEGIN_DECLS IMPORT_C gint IMPORT_C gint IMPORT_C gint g_sprintf gchar string,
gchar const *  format,
  ...
 
IMPORT_C gint g_vasprintf gchar **  string,
gchar const *  format,
va_list  args
 
IMPORT_C gint g_vfprintf FILE file,
gchar const *  format,
va_list  args
 
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_vsprintf gchar string,
gchar const *  format,
va_list  args
 

Copyright © Nokia Corporation 2001-2008
Back to top