Searched refs:a_msg (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-utils.h104 #define cr_utils_trace(a_log_level, a_msg) \
111 a_msg)
114 #define cr_utils_trace(a_log_level, a_msg) \
120 a_msg)
128 *@param a_msg the msg to trace.
130 #define cr_utils_trace_info(a_msg) \
131 cr_utils_trace (G_LOG_LEVEL_INFO, a_msg)
138 *@param a_msg the msg to trace.
140 #define cr_utils_trace_debug(a_msg) \
141 cr_utils_trace (G_LOG_LEVEL_DEBUG, a_msg) ;
[all...]
H A Dcr-parser.c377 static CRParserError *cr_parser_error_new (const guchar * a_msg,
381 const guchar * a_msg);
395 const guchar * a_msg,
409 *@param a_msg the brute error message.
414 cr_parser_error_new (const guchar * a_msg, enum CRStatus a_status) argument
427 cr_parser_error_set_msg (result, a_msg);
436 *@param a_msg the new message.
439 cr_parser_error_set_msg (CRParserError * a_this, const guchar * a_msg) argument
447 a_this->msg = (guchar *) g_strdup ((const gchar *) a_msg);
512 *@param a_msg th
517 cr_parser_push_error(CRParser * a_this, const guchar * a_msg, enum CRStatus a_status) argument
[all...]

Completed in 17 milliseconds