Method
EogWindowget_gear_menu_section
Declaration [src]
GMenu*
eog_window_get_gear_menu_section (
EogWindow* window,
const gchar* id
)
Parameters
id
-
Type:
const gchar*
The ID for the menu section to look up.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GMenu
A GMenu
or NULL
on failure.
The returned data is owned by the instance. |