Home
last modified time | relevance | path

Searched refs:interp_magic (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/
H A Dgimpinterpreterdb.c467 GimpInterpreterMagic *interp_magic; in gimp_interpreter_db_add_magic() local
511 interp_magic = g_slice_new (GimpInterpreterMagic); in gimp_interpreter_db_add_magic()
513 interp_magic->offset = offset; in gimp_interpreter_db_add_magic()
514 interp_magic->magic = g_memdup (magic, size); in gimp_interpreter_db_add_magic()
515 interp_magic->mask = g_memdup (mask, size); in gimp_interpreter_db_add_magic()
516 interp_magic->size = size; in gimp_interpreter_db_add_magic()
517 interp_magic->program = g_strdup (program); in gimp_interpreter_db_add_magic()
519 db->magics = g_slist_append (db->magics, interp_magic); in gimp_interpreter_db_add_magic()
521 g_hash_table_insert (db->magic_names, g_strdup (name), interp_magic); in gimp_interpreter_db_add_magic()