| 553 const char *pidgin_stock_id_from_presence(PurplePresence *presence); |
553 const char *pidgin_stock_id_from_presence(PurplePresence *presence); |
| 554 |
554 |
| 555 /** |
555 /** |
| 556 * pidgin_append_menu_action: |
556 * pidgin_append_menu_action: |
| 557 * @menu: The menu to append to. |
557 * @menu: The menu to append to. |
| 558 * @act: The PurpleMenuAction to append. |
558 * @act: The PurpleActionMenu to append. |
| 559 * @gobject: The object to be passed to the action callback. |
559 * @gobject: The object to be passed to the action callback. |
| 560 * |
560 * |
| 561 * Append a PurpleMenuAction to a menu. |
561 * Append a PurpleActionMenu to a menu. |
| 562 * |
562 * |
| 563 * Returns: (transfer full): The menuitem added. |
563 * Returns: (transfer full): The menuitem added. |
| 564 */ |
564 */ |
| 565 GtkWidget *pidgin_append_menu_action(GtkWidget *menu, PurpleMenuAction *act, |
565 GtkWidget *pidgin_append_menu_action(GtkWidget *menu, PurpleActionMenu *act, |
| 566 gpointer gobject); |
566 gpointer gobject); |
| 567 |
567 |
| 568 /** |
568 /** |
| 569 * pidgin_set_cursor: |
569 * pidgin_set_cursor: |
| 570 * @widget: The widget for which to set the mouse pointer |
570 * @widget: The widget for which to set the mouse pointer |