finch/gntmenuutil.h

branch
soc.2013.gobjectification.plugins
changeset 37099
f965c53ae7c2
parent 37094
84873ce721dc
parent 35494
e631108a5464
child 39479
4da996236e9b
equal deleted inserted replaced
37098:9559338ad3f5 37099:f965c53ae7c2
34 /*************************************************************************** 34 /***************************************************************************
35 * GNT Menu Utility Functions 35 * GNT Menu Utility Functions
36 ***************************************************************************/ 36 ***************************************************************************/
37 37
38 /** 38 /**
39 * gnt_append_menu_action: 39 * finch_append_menu_action:
40 * @menu: the GntMenu to add to 40 * @menu: the GntMenu to add to
41 * @action: the PurpleMenuAction to add 41 * @action: the PurpleMenuAction to add
42 * @ctx: the callback context, passed as the first argument to 42 * @ctx: the callback context, passed as the first argument to
43 * the PurpleMenuAction's PurpleCallback function. 43 * the PurpleMenuAction's PurpleCallback function.
44 * 44 *
45 * Add a PurpleMenuAction to a GntMenu. 45 * Add a PurpleMenuAction to a GntMenu.
46 */ 46 */
47 void gnt_append_menu_action(GntMenu *menu, PurpleMenuAction *action, gpointer ctx); 47 void finch_append_menu_action(GntMenu *menu, PurpleMenuAction *action, gpointer ctx);
48 48
49 #endif 49 #endif

mercurial