summaryrefslogtreecommitdiff
path: root/src/nautilus-notebook.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-10-26 14:21:45 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-10-26 14:21:45 -0400
commit8e44eafda460b5d7e3553e1889204ece02101924 (patch)
tree8992542e369d2174c67d03e3af5c5bcf77f5cad7 /src/nautilus-notebook.h
parent6d0a7e059207000307acaf96ec2c44196266f115 (diff)
downloadnautilus-8e44eafda460b5d7e3553e1889204ece02101924.tar.gz
window: remove nautilus-window-types.h
Cleanup and rearrange typedefs to avoid the need for a separate types header.
Diffstat (limited to 'src/nautilus-notebook.h')
-rw-r--r--src/nautilus-notebook.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/nautilus-notebook.h b/src/nautilus-notebook.h
index 7dd145a16..b11abaa0c 100644
--- a/src/nautilus-notebook.h
+++ b/src/nautilus-notebook.h
@@ -29,6 +29,11 @@
#include <glib.h>
#include <gtk/gtk.h>
+
+typedef struct _NautilusNotebookClass NautilusNotebookClass;
+typedef struct _NautilusNotebook NautilusNotebook;
+typedef struct _NautilusNotebookPrivate NautilusNotebookPrivate;
+
#include "nautilus-window-slot.h"
G_BEGIN_DECLS
@@ -40,10 +45,6 @@ G_BEGIN_DECLS
#define NAUTILUS_IS_NOTEBOOK_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), NAUTILUS_TYPE_NOTEBOOK))
#define NAUTILUS_NOTEBOOK_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), NAUTILUS_TYPE_NOTEBOOK, NautilusNotebookClass))
-typedef struct _NautilusNotebookClass NautilusNotebookClass;
-typedef struct _NautilusNotebook NautilusNotebook;
-typedef struct _NautilusNotebookPrivate NautilusNotebookPrivate;
-
struct _NautilusNotebook
{
GtkNotebook parent;