Home
last modified time | relevance | path

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

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchStateItem.c29 static void ipatch_state_item_finalize(GObject *gobject);
61 gobj_class->finalize = ipatch_state_item_finalize; in ipatch_state_item_class_init()
65 ipatch_state_item_finalize(GObject *gobject) in ipatch_state_item_finalize() function