Method

IdeObjectBoxcontains

Declaration

gboolean
ide_object_box_contains (
  IdeObjectBox* self,
  GObject* instance
)

Description

Checks if self contains instance.

Parameters

instance

Type: GObject

A GObject or NULL.

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

Return value

Type: gboolean

TRUE if IdeObjectBox:object matches instance.