Function

Idepanel_position_get_area

Declaration

gboolean
ide_panel_position_get_area (
  PanelPosition* self,
  PanelArea* area
)

Description

No description available.

Parameters

self

Type: PanelPosition

A PanelPosition.

The data is owned by the caller of the function.
area

Type: PanelArea

A location for the area.

The argument will be set by the function.
The argument can be set to NULL by the function.
The caller of the function takes ownership of the data, and is responsible for freeing it.

Return value

Type: gboolean

TRUE if the area was set.