Home
last modified time | relevance | path

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

/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Do_attrib.c737 if (object->attrib_notify_freeze_count > 0) { in o_attrib_emit_attribs_changed()
752 object->attrib_notify_freeze_count ++; in o_attrib_freeze_hooks()
757 g_return_if_fail (object->attrib_notify_freeze_count > 0); in o_attrib_thaw_hooks()
759 object->attrib_notify_freeze_count --; in o_attrib_thaw_hooks()
761 if (object->attrib_notify_freeze_count == 0 && in o_attrib_thaw_hooks()
H A Ds_basic.c129 new_node->attrib_notify_freeze_count = 0; in s_basic_init_object()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/include/libgeda/
H A Dstruct.h293 int attrib_notify_freeze_count; member