move deprecated guards around everything, including includes and include

2008-05-27  Michael Natterer  <mitch@imendio.com>

	* gtk/gtksignal.h: move deprecated guards around everything,
	including includes and include guards (just as in all other
	deprecated files).


svn path=/trunk/; revision=20191
This commit is contained in:
Michael Natterer 2008-05-27 15:07:26 +00:00 committed by Michael Natterer
parent ff89f9050d
commit a4f8d6ccff
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2008-05-27 Michael Natterer <mitch@imendio.com>
* gtk/gtksignal.h: move deprecated guards around everything,
including includes and include guards (just as in all other
deprecated files).
2008-05-27 Tor Lillqvist <tml@novell.com>
* gtk/updateiconcache.c (build_cache): Use simpler mode for open()

View File

@ -24,18 +24,17 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#ifndef GTK_DISABLE_DEPRECATED
#ifndef __GTK_SIGNAL_H__
#define __GTK_SIGNAL_H__
#include <gtk/gtkenums.h>
#include <gtk/gtkobject.h>
#include <gtk/gtkmarshal.h>
G_BEGIN_DECLS
#ifndef GTK_DISABLE_DEPRECATED
#define gtk_signal_default_marshaller g_cclosure_marshal_VOID__VOID
@ -144,8 +143,8 @@ void gtk_signal_compat_matched (GtkObject *object,
GSignalMatchType match,
guint action);
#endif /* GTK_DISABLE_DEPRECATED */
G_END_DECLS
#endif /* __GTK_SIGNAL_H__ */
#endif /* GTK_DISABLE_DEPRECATED */