Function

Idepanel_position_get_column

Declaration

gboolean
ide_panel_position_get_column (
  PanelPosition* self,
  guint* column
)

Description

No description available.

Parameters

self

Type: PanelPosition

A PanelPosition.

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

Type: guint*

A location for a column.

The argument will be set by the function.
The argument can be set to NULL by the function.

Return value

Type: gboolean

TRUE if the column was set.