gtk+ r20191 - in trunk: . gtk
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20191 - in trunk: . gtk
- Date: Tue, 27 May 2008 15:07:27 +0000 (UTC)
Author: mitch
Date: Tue May 27 15:07:26 2008
New Revision: 20191
URL: http://svn.gnome.org/viewvc/gtk+?rev=20191&view=rev
Log:
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).
Modified:
trunk/ChangeLog
trunk/gtk/gtksignal.h
Modified: trunk/gtk/gtksignal.h
==============================================================================
--- trunk/gtk/gtksignal.h (original)
+++ trunk/gtk/gtksignal.h Tue May 27 15:07:26 2008
@@ -21,20 +21,19 @@
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
* file for a list of people on the GTK+ Team. See the ChangeLog
* files for a list of changes. These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ * 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 @@
GSignalMatchType match,
guint action);
-#endif /* GTK_DISABLE_DEPRECATED */
-
G_END_DECLS
#endif /* __GTK_SIGNAL_H__ */
+
+#endif /* GTK_DISABLE_DEPRECATED */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]