pidgin/gtkutils.h

changeset 39481
4db28449567d
parent 39479
4da996236e9b
child 39561
bd42e65927cf
equal deleted inserted replaced
39480:5e089a52b01b 39481:4db28449567d
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

mercurial