Method
RBApplicationget_shared_menu
Declaration [src]
GMenuModel*
rb_application_get_shared_menu (
RBApplication* app,
const char* name
)
Parameters
name
-
Type:
const char*
Name of menu to return.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GMenuModel
Menu model instance, or NULL if not found.
The returned data is owned by the instance. |