gerror.h File Reference

API published in:
API deprecated in:


#include <_ansi.h>
#include <glib/gquark.h>

Go to the source code of this file.


Data Structures

struct   _GError

Typedefs

typedef typedefG_BEGIN_DECLS
struct _GError 
GError

Functions

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

Typedef Documentation

typedef typedefG_BEGIN_DECLS struct _GError GError
 

Function Documentation

IMPORT_C void g_clear_error GError **  err  ) 
 
IMPORT_C GError* g_error_copy const GError error  ) 
 
IMPORT_C void g_error_free GError error  ) 
 
IMPORT_C gboolean g_error_matches const GError error,
GQuark  domain,
gint  code
 
IMPORT_C GError* g_error_new GQuark  domain,
gint  code,
const gchar format,
  ...
 
IMPORT_C GError* IMPORT_C GError* g_error_new_literal GQuark  domain,
gint  code,
const gchar message
 
IMPORT_C void IMPORT_C void g_propagate_error GError **  dest,
GError src
 
IMPORT_C void g_set_error GError **  err,
GQuark  domain,
gint  code,
const gchar format,
  ...
 

Copyright © Nokia Corporation 2001-2008
Back to top