Method

IdeTaskis_valid

Declaration

gboolean
ide_task_is_valid (
  IdeTask* self,
  gpointer source_object
)

Description

Checks if source_object matches the object the task was created with.

Parameters

source_object

Type: gpointer

A GObject or NULL.

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

Return value

Type: gboolean

TRUE is source_object matches.