Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;
Sat Nov 17 18:26:45 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; and deprecate it; put all marshalers we actually use into gtkmarshalers.list and use the _gtk_marshal_ prefix for these marshalers.
This commit is contained in:
@ -32,12 +32,11 @@
|
||||
#include <gtk/gtkobject.h>
|
||||
#include <gtk/gtkmarshal.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#define gtk_signal_default_marshaller gtk_marshal_VOID__VOID
|
||||
#define gtk_signal_default_marshaller g_cclosure_marshal_VOID__VOID
|
||||
|
||||
|
||||
/* --- compat defines --- */
|
||||
|
||||
Reference in New Issue
Block a user