Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-document-print.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-document-print.h')
-rw-r--r--libdocument/ev-document-print.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libdocument/ev-document-print.h b/libdocument/ev-document-print.h
index 39f0984..26ed0b5 100644
--- a/libdocument/ev-document-print.h
+++ b/libdocument/ev-document-print.h
@@ -30,15 +30,15 @@ G_BEGIN_DECLS
#define EV_TYPE_DOCUMENT_PRINT (ev_document_print_get_type ())
#define EV_DOCUMENT_PRINT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrint))
-#define EV_DOCUMENT_PRINT_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrintIface))
+#define EV_DOCUMENT_PRINT_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrintInterface))
#define EV_IS_DOCUMENT_PRINT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EV_TYPE_DOCUMENT_PRINT))
#define EV_IS_DOCUMENT_PRINT_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_PRINT))
-#define EV_DOCUMENT_PRINT_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrintIface))
+#define EV_DOCUMENT_PRINT_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EV_TYPE_DOCUMENT_PRINT, EvDocumentPrintInterface))
-typedef struct _EvDocumentPrint EvDocumentPrint;
-typedef struct _EvDocumentPrintIface EvDocumentPrintIface;
+typedef struct _EvDocumentPrint EvDocumentPrint;
+typedef struct _EvDocumentPrintInterface EvDocumentPrintInterface;
-struct _EvDocumentPrintIface
+struct _EvDocumentPrintInterface
{
GTypeInterface base_iface;