src/gtkutils.h

changeset 13807
8e8fb005208f
parent 13785
4ee261bcc567
child 14195
0f7cb3b272b2
equal deleted inserted replaced
13806:70aa4bd581e5 13807:8e8fb005208f
430 * Append a GaimMenuAction to a menu. 430 * Append a GaimMenuAction to a menu.
431 * 431 *
432 * @param menu The menu to append to. 432 * @param menu The menu to append to.
433 * @param act The GaimMenuAction to append. 433 * @param act The GaimMenuAction to append.
434 * @param gobject The object to be passed to the action callback. 434 * @param gobject The object to be passed to the action callback.
435 *
436 * @return The menu.
437 */ 435 */
438 void gaim_gtk_append_menu_action(GtkWidget *menu, GaimMenuAction *act, 436 void gaim_gtk_append_menu_action(GtkWidget *menu, GaimMenuAction *act,
439 gpointer gobject); 437 gpointer gobject);
440 438
441 /** 439 /**

mercurial