Function
Birbmenu_walk
since: 0.6
Declaration [src]
void
birb_menu_walk (
GMenuModel* model,
BirbMenuWalkFunc func,
gpointer data
)
Description [src]
Recursively calls func for each item in model and all of its children.
Available since: 0.6
Parameters
model-
Type:
GMenuModelA
GMenuModelto walk.The data is owned by the caller of the function. func-
Type:
BirbMenuWalkFuncThe function to call.
data-
Type:
gpointerUser data to pass for func.
The argument can be NULL.The data is owned by the caller of the function.