ObjectG.notifyByPspec

Emits a "notify" signal for the property specified by pspec on object. This function omits the property name lookup, hence it is faster than g_object_notify(). One way to avoid using g_object_notify() from within the class that registered the properties, and using g_object_notify_by_pspec() instead, is to store the GParamSpec used with Since 2.26

class ObjectG
void
notifyByPspec

Parameters

pspec ParamSpec

the GParamSpec of a property installed on the class of object.

Meta