| 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 |