Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
diff options
context:
space:
mode:
authorGustavo Carneiro <gjc@inescporto.pt>2009-12-06 00:13:45 (GMT)
committer Gustavo Carneiro <gjc@inescporto.pt>2009-12-06 00:13:45 (GMT)
commit1600e0323e398d2e235121e9e25df70853095e4c (patch)
treec246f2caab2fd7e26376929712795108af1bb0dc /libdocument
parent46367568074b5f78659e710ca27dcd095da003fb (diff)
[Bug 603857] Typo in EV_RENDER_CONTEXT
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/ev-render-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-render-context.h b/libdocument/ev-render-context.h
index 96664bb..a7b00ee 100644
--- a/libdocument/ev-render-context.h
+++ b/libdocument/ev-render-context.h
@@ -34,7 +34,7 @@ typedef struct _EvRenderContext EvRenderContext;
typedef struct _EvRenderContextClass EvRenderContextClass;
#define EV_TYPE_RENDER_CONTEXT (ev_render_context_get_type())
-#define EV_RENDER_CONTEXT(context) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_RENDER_CONTEXT, EvRenderContext)
+#define EV_RENDER_CONTEXT(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_RENDER_CONTEXT, EvRenderContext))
#define EV_RENDER_CONTEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_RENDER_CONTEXT, EvRenderContextClass))
#define EV_IS_RENDER_CONTEXT(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_RENDER_CONTEXT))