Function

Idepanel_position_get_row

Declaration

gboolean
ide_panel_position_get_row (
  PanelPosition* self,
  guint* row
)

Description

No description available.

Parameters

self

Type: PanelPosition

A PanelPosition.

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

Type: guint*

A location for the row.

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 row was set.