gerror.h File Reference

#include <gquark.h>

Go to the source code of this file.

Classes

struct  _GError

Typedefs

typedef typedefG_BEGIN_DECLS
struct _GError 
GError

Functions

GErrorg_error_new (GQuark domain, gint code, const gchar *format,...) G_GNUC_PRINTF(3
GError *GErrorg_error_new_literal (GQuark domain, gint code, const gchar *message)
void g_error_free (GError *error)
GErrorg_error_copy (const GError *error)
gboolean g_error_matches (const GError *error, GQuark domain, gint code)
void g_set_error (GError **err, GQuark domain, gint code, const gchar *format,...) G_GNUC_PRINTF(4
void void g_propagate_error (GError **dest, GError *src)
void g_clear_error (GError **err)


Typedef Documentation

typedef typedefG_BEGIN_DECLS struct _GError GError

Definition at line 28 of file gerror.h.


Function Documentation

void g_clear_error ( GError **  err  ) 

GError* g_error_copy ( const GError error  ) 

void g_error_free ( GError error  ) 

gboolean g_error_matches ( const GError error,
GQuark  domain,
gint  code 
)

GError* g_error_new ( GQuark  domain,
gint  code,
const gchar format,
  ... 
)

GError* GError* g_error_new_literal ( GQuark  domain,
gint  code,
const gchar message 
)

void void g_propagate_error ( GError **  dest,
GError src 
)

void g_set_error ( GError **  err,
GQuark  domain,
gint  code,
const gchar format,
  ... 
)


Generated on Tue Jul 5 15:58:42 2011 for ROOT_528-00b_version by  doxygen 1.5.1