Function

IdeObjectBoxfrom_object

Declaration

IdeObjectBox*
ide_object_box_from_object (
  GObject* object
)

Description

Gets the IdeObjectBox that contains object, if any.

This function may only be called from the main thread.

Parameters

object

Type: GObject

A GObject.

The data is owned by the caller of the function.

Return value

Type: IdeObjectBox

An IdeObjectBox.

The data is owned by the called function.