Go to the documentation of this file.
10 #ifndef OpenAB_GLIB2_GLOBAL_H_
11 #define OPENAB_GLIB2_GLOBAL_H_
15 #define GERROR_FREE(__gerror_p) \
16 if (NULL != __gerror_p){ \
17 g_error_free(__gerror_p); \
21 #define GERROR_MESSAGE(__gerror_p) \
22 ( ( NULL != __gerror_p) ? ( __gerror_p->message ) : "" )
24 #endif // OpenAB_GLIB2_GLOBAL_H_