Method

ValentObjectnotify

unstable since: 1.0

Declaration [src]

void
valent_object_notify (
  ValentObject* object,
  const char* property_name
)

Description [src]

Emit GObject::notify on object, on the main thread.

Like g_object_notify() if the caller is in the main thread, otherwise the invocation is deferred to the main thread.

Available since: 1.0

Parameters

property_name

Type: const char*

A property name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.