summaryrefslogtreecommitdiff
path: root/ges/ges-formatter.h
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2013-04-22 17:34:09 -0300
committerThibault Saunier <thibault.saunier@collabora.com>2013-04-23 19:31:32 -0300
commitf3372dfb0f194b100c5e8dbe983943590497e81e (patch)
tree75c2ffa8e8f1f3d0bc57efefea860a32a6ee6fc6 /ges/ges-formatter.h
parentadf5ec9fe0b589d2486b9f4855d3ee0eb7f7af15 (diff)
formatter: Pass a dummy instance of formatter to virtual method
Instead of passing the class itself
Diffstat (limited to 'ges/ges-formatter.h')
-rw-r--r--ges/ges-formatter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h
index 6c057727..d6eabf10 100644
--- a/ges/ges-formatter.h
+++ b/ges/ges-formatter.h
@@ -63,8 +63,8 @@ struct _GESFormatter {
gpointer _ges_reserved[GES_PADDING];
};
-typedef gboolean (*GESFormatterCanLoadURIMethod) (GESFormatterClass *class, const gchar * uri, GError **error);
-typedef gboolean (*GESFormatterCanSaveURIMethod) (GESFormatterClass *class, const gchar * uri, GError **error);
+typedef gboolean (*GESFormatterCanLoadURIMethod) (GESFormatter *dummy_instance, const gchar * uri, GError **error);
+typedef gboolean (*GESFormatterCanSaveURIMethod) (GESFormatter *dummy_instance, const gchar * uri, GError **error);
/**
* GESFormatterLoadFromURIMethod: