finch/gntmenuutil.h

changeset 39481
4db28449567d
parent 39479
4da996236e9b
child 39885
b1b266896ec1
equal deleted inserted replaced
39480:5e089a52b01b 39481:4db28449567d
38 ***************************************************************************/ 38 ***************************************************************************/
39 39
40 /** 40 /**
41 * finch_append_menu_action: 41 * finch_append_menu_action:
42 * @menu: the GntMenu to add to 42 * @menu: the GntMenu to add to
43 * @action: the PurpleMenuAction to add 43 * @action: the PurpleActionMenu to add
44 * @ctx: the callback context, passed as the first argument to 44 * @ctx: the callback context, passed as the first argument to
45 * the PurpleMenuAction's PurpleCallback function. 45 * the PurpleActionMenu's PurpleCallback function.
46 * 46 *
47 * Add a PurpleMenuAction to a GntMenu. 47 * Add a PurpleActionMenu to a GntMenu.
48 */ 48 */
49 void finch_append_menu_action(GntMenu *menu, PurpleMenuAction *action, gpointer ctx); 49 void finch_append_menu_action(GntMenu *menu, PurpleActionMenu *action, gpointer ctx);
50 50
51 #endif 51 #endif

mercurial