summaryrefslogtreecommitdiff
path: root/ges/ges-formatter.h
diff options
context:
space:
mode:
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: