Function

Idewidget_get_context

Declaration

IdeContext*
ide_widget_get_context (
  GtkWidget* widget
)

Description

Gets the context for the widget.

Parameters

widget

Type: GtkWidget

A GtkWidget.

The data is owned by the caller of the function.

Return value

Type: IdeContext

An IdeContext, or NULL.

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