Function

BirbMenuWalkFunc

since: 0.6

Declaration

void
(* BirbMenuWalkFunc) (
  GMenuModel* model,
  int index,
  gpointer data
)

Description [src]

Used as a parameter to birb_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 birb_menu_walk() or its immediate children.

Available since: 0.6

Parameters

model

Type: GMenuModel

The current GMenuModel being walked.

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

Type: int

The index of the item.

data

Type: gpointer

User data.

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