Function
Finchappend_menu_action
Declaration [src]
void
finch_append_menu_action (
GntMenu* menu,
PurpleActionMenu* action,
gpointer ctx
)
Parameters
menu
-
Type:
GntMenu
The GntMenu to add to.
The data is owned by the caller of the function. action
-
Type:
PurpleActionMenu
The PurpleActionMenu to add.
The data is owned by the caller of the function. ctx
-
Type:
gpointer
The callback context, passed as the first argument to the PurpleActionMenu’s GCallback function.
The argument can be NULL
.The data is owned by the caller of the function.