Method

GtkUIManagerget_ui

deprecated: 3.10 since: 2.4

Declaration [src]

gchar*
gtk_ui_manager_get_ui (
  GtkUIManager* manager
)

Description [src]

Creates a [UI definition][XML-UI] of the merged UI.

Available since: 2.4

Deprecated since: 3.10

Please do not use it in newly written code.

Gets propertyGtk.UIManager:ui

Return value

Type: gchar*

A newly allocated string containing an XML representation of the merged UI.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.