Function
PurpleMenuWalkFunc
unstable since: 3.0
Description [src]
Used as a parameter to purple_menu_walk(). While walking, model will
be updated to point to the current section or submenu and will only be the
model that was passed to purple_menu_walk() for its immediate children.
Available since: 3.0
Parameters
model-
Type:
GMenuModelThe current
GMenuModelbeing walked.The data is owned by the caller of the function. index-
Type:
gintThe index of the item.
data-
Type:
gpointerUser data.
The argument can be NULL.The data is owned by the caller of the function.