mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
gtkmain: Remove unused GtkClosure struct
This commit is contained in:
parent
d91c0d38c6
commit
485bbadc0a
@ -148,7 +148,6 @@ _gtk_get_localedir (void)
|
||||
*/
|
||||
typedef struct _GtkInitFunction GtkInitFunction;
|
||||
typedef struct _GtkQuitFunction GtkQuitFunction;
|
||||
typedef struct _GtkClosure GtkClosure;
|
||||
typedef struct _GtkKeySnooperData GtkKeySnooperData;
|
||||
|
||||
struct _GtkInitFunction
|
||||
@ -167,13 +166,6 @@ struct _GtkQuitFunction
|
||||
GDestroyNotify destroy;
|
||||
};
|
||||
|
||||
struct _GtkClosure
|
||||
{
|
||||
GtkCallbackMarshal marshal;
|
||||
gpointer data;
|
||||
GDestroyNotify destroy;
|
||||
};
|
||||
|
||||
struct _GtkKeySnooperData
|
||||
{
|
||||
GtkKeySnoopFunc func;
|
||||
|
Loading…
Reference in New Issue
Block a user