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: GMenuModel

A GMenuModel to walk.

The data is owned by the caller of the function.
func

Type: BirbMenuWalkFunc

The function to call.

data

Type: gpointer

User data to pass for func.

The argument can be NULL.
The data is owned by the caller of the function.