summaryrefslogtreecommitdiff
path: root/src/nautilus-notes-viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-notes-viewer.h')
-rw-r--r--src/nautilus-notes-viewer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nautilus-notes-viewer.h b/src/nautilus-notes-viewer.h
index baa987267..a650c7d7a 100644
--- a/src/nautilus-notes-viewer.h
+++ b/src/nautilus-notes-viewer.h
@@ -32,8 +32,9 @@
#define NAUTILUS_NOTES_SIDEBAR_ID "NautilusNotesSidebar"
-#define NAUTILUS_TYPE_NOTES_VIEWER (nautilus_notes_viewer_get_type ())
-#define NAUTILUS_NOTES_VIEWER(obj) (GTK_CHECK_CAST ((obj), NAUTILUS_TYPE_NOTES_VIEWER, NautilusNotesViewer))
+#define NAUTILUS_TYPE_NOTES_VIEWER nautilus_notes_viewer_get_type()
+#define NAUTILUS_NOTES_VIEWER(obj) \
+ (G_TYPE_CHECK_INSTANCE_CAST ((obj), NAUTILUS_TYPE_NOTES_VIEWER, NautilusNotesViewer))
typedef struct _NautilusNotesViewerDetails NautilusNotesViewerDetails;