Function

IdeObjectnotify_by_pspec

Declaration

void
ide_object_notify_by_pspec (
  gpointer instance,
  GParamSpec* pspec
)

Description

Like g_object_notify_by_pspec() if the caller is in the main-thread. Otherwise, the request is deferred to the main thread.

Parameters

instance

Type: gpointer

A IdeObjectNotify.

The argument can be NULL.
The data is owned by the caller of the function.
pspec

Type: GParamSpec

A GParamSpec.

The data is owned by the caller of the function.