Mercurial > pidgin
changeset 13805:853fefb07c79
[gaim-migrate @ 16228]
Emil on IRC points out that gaim_gtk_append_menu_action returns no value.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Wed, 07 Jun 2006 15:58:27 +0000 |
parents | 18808a4c99b0 |
children | 25e63008d3bb |
files | src/gtkutils.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutils.h Tue Jun 06 00:50:46 2006 +0000 +++ b/src/gtkutils.h Wed Jun 07 15:58:27 2006 +0000 @@ -432,8 +432,6 @@ * @param menu The menu to append to. * @param act The GaimMenuAction to append. * @param gobject The object to be passed to the action callback. - * - * @return The menu. */ void gaim_gtk_append_menu_action(GtkWidget *menu, GaimMenuAction *act, gpointer gobject);