Method
GntMenuItemset_callback
Declaration [src]
void
gnt_menuitem_set_callback (
GntMenuItem* item,
GntMenuItemCallback callback,
gpointer data
)
Parameters
callback-
Type:
GntMenuItemCallbackThe callback function.
data-
Type:
gpointerData to send to the callback function.
The argument can be NULL.The data is owned by the caller of the function.