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

/inkscape/src/libcroco/
H A Dcr-sel-eng.c1154 struct CRPseudoClassSelHandlerEntry *handler_entry = NULL; local
1160 handler_entry = (struct CRPseudoClassSelHandlerEntry *) g_try_malloc
1162 if (!handler_entry) {
1165 memset (handler_entry, 0,
1167 handler_entry->name = (guchar *) g_strdup ((const gchar *) a_name);
1168 handler_entry->type = a_type;
1169 handler_entry->handler = a_handler;
1170 list = g_list_append (PRIVATE (a_this)->pcs_handlers, handler_entry);

Completed in 33 milliseconds