Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_cmd_move_up.c78 object_list_remove_move_cb(command->list, id); in move_up_command_execute()
H A Dimap_cmd_move_down.c79 object_list_remove_move_cb(command->list, id); in move_down_command_execute()
H A Dimap_object.h235 void object_list_remove_move_cb(ObjectList_t *list, gpointer id);
H A Dimap_object.c152 object_list_remove_move_cb(ObjectList_t *list, gpointer id) in object_list_remove_move_cb() function