};
static void event_report_element(GMarkupParseContext *ctxt,
- const gchar *element, const gchar **names,
- const gchar **values, gpointer user_data,
+ const char *element, const char **names,
+ const char **values, gpointer user_data,
GError **gerr)
{
struct map_event *event = user_data;
- const gchar *key;
+ const char *key;
int i;
if (strcasecmp("event", element) != 0)
extern struct obex_debug_desc __start___debug[];
extern struct obex_debug_desc __stop___debug[];
-static gchar **enabled = NULL;
+static char **enabled = NULL;
static gboolean is_enabled(struct obex_debug_desc *desc)
{
gboolean plugin_init(const char *pattern, const char *exclude)
{
- gchar **patterns = NULL;
- gchar **excludes = NULL;
+ char **patterns = NULL;
+ char **excludes = NULL;
GDir *dir;
const char *file;
unsigned int i;