remove two antique function typedefs that are probably obsolete for ages.
2007-02-15 Michael Natterer <mitch@imendio.com> * gtk/gtkmenushell.c: remove two antique function typedefs that are probably obsolete for ages. svn path=/trunk/; revision=17297
This commit is contained in:

committed by
Michael Natterer

parent
dbb15a3535
commit
eab53a01e1
@ -1,3 +1,8 @@
|
|||||||
|
2007-02-15 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
|
* gtk/gtkmenushell.c: remove two antique function typedefs that
|
||||||
|
are probably obsolete for ages.
|
||||||
|
|
||||||
2007-02-14 Stefan Kost <ensonic@users.sf.net>
|
2007-02-14 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
reviewed by: Matthias Clasen <mclasen@redhat.com>
|
reviewed by: Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -64,13 +64,6 @@ enum {
|
|||||||
PROP_TAKE_FOCUS
|
PROP_TAKE_FOCUS
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef void (*GtkMenuShellSignal1) (GtkObject *object,
|
|
||||||
GtkMenuDirectionType arg1,
|
|
||||||
gpointer data);
|
|
||||||
typedef void (*GtkMenuShellSignal2) (GtkObject *object,
|
|
||||||
gboolean arg1,
|
|
||||||
gpointer data);
|
|
||||||
|
|
||||||
/* Terminology:
|
/* Terminology:
|
||||||
*
|
*
|
||||||
* A menu item can be "selected", this means that it is displayed
|
* A menu item can be "selected", this means that it is displayed
|
||||||
|
Reference in New Issue
Block a user