gtk_parse_get_cached_item


Description:


public unowned Menuitem gtk_parse_get_cached_item (Widget widget)

The Dbusmenu GTK parser adds cached items on the various menu items throughout the tree.

Sometimes it can be useful to get that cached item to use directly. This function will retrieve it for you.

Parameters:

widget

A MenuItem that may have a cached Menuitem from the parser

Returns:

A pointer to the cached item or NULL if it isn't there.


Namespace: DbusmenuGtk