Function

Idewidget_get_workspace

Declaration

IdeWorkspace*
ide_widget_get_workspace (
  GtkWidget* widget
)

Description

Gets the IdeWorkspace containing widget.

Parameters

widget

Type: GtkWidget

A GtkWidget.

The data is owned by the caller of the function.

Return value

Type: IdeWorkspace

An IdeWorkspace or NULL.

The data is owned by the called function.
The return value can be NULL.