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