Method
ValentObjectnotify_by_pspec
unstable since: 1.0
Declaration [src]
void
valent_object_notify_by_pspec (
ValentObject* object,
GParamSpec* pspec
)
Description [src]
Emit GObject::notify
on object
, on the main thread.
Like g_object_notify_by_pspec()
if the caller is in the main
thread, otherwise the invocation is deferred to the main thread.
Available since: 1.0
Parameters
pspec
-
Type:
GParamSpec
A
GParamSpec
.The data is owned by the caller of the method.