Go to the source code of this file.
Defines | |
#define | gx_error_no_memory NULL |
#define | gx_error_is(_errorptr, d, c) ((_errorptr) && ((_errorptr)->domain == (d)) && ((_errorptr)->code == (c))) |
Functions | |
GError * | gx_error_new (GQuark domain, gint code, const gchar *format,...) G_GNUC_PRINTF(3 |
GError *GError * | gx_error_new_literal (GQuark domain, gint code, const gchar *message) |
GError * | gx_error_new_valist (GQuark domain, gint code, const gchar *format, va_list args) |
#define gx_error_is | ( | _errorptr, | |||
d, | |||||
c | ) | ((_errorptr) && ((_errorptr)->domain == (d)) && ((_errorptr)->code == (c))) |
#define gx_error_no_memory NULL |
Definition at line 38 of file gxerror.h.
Referenced by ac_AppContext_configure(), ac_AppContext_new(), bb_Blackboard_new(), bb_Blackboard_register(), compress_ft(), ConfigDb_new(), db_get(), eval_lua_str(), get_ConfigDb_str(), getNextOldLogFile(), GMaybeString_assign(), kr_Controller_new(), kr_PlatAo_new(), LocalServer_new(), log_db_log_status(), CSensor_keypress::LogAndClear(), LogDb_new(), mkdir_p(), sa_Array_new(), sa_Sensor_mark_new(), try_get_ConfigDb_str(), ut_Immediate_new(), ut_Timer_new(), and validate_lua_syntax().
GError* gx_error_new | ( | GQuark | domain, | |
gint | code, | |||
const gchar * | format, | |||
... | ||||
) |
GError* GError* gx_error_new_literal | ( | GQuark | domain, | |
gint | code, | |||
const gchar * | message | |||
) |
Definition at line 90 of file gxerror.c.
References SET_TRAP_OOM_VALUE, and UNSET_TRAP_OOM.
Referenced by lua_get_gerror().
GError* gx_error_new_valist | ( | GQuark | domain, | |
gint | code, | |||
const gchar * | format, | |||
va_list | args | |||
) |
Definition at line 44 of file gxerror.c.
References error(), SET_TRAP_OOM_FAIL, and UNSET_TRAP_OOM.
Referenced by gx_error_new().
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:59 2011 by Doxygen 1.6.1