summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-08-11 12:04:31 +0200
committerPhilip Withnall <philip@tecnocode.co.uk>2011-08-13 18:48:06 +0100
commit06517d80cb6e1eb1a189b692d4e6fa6c43cf204c (patch)
tree7b9b1c20e082e4f43005d43c7d340eb985d2bc1b /src/totem.h
parent229399c662fb9d457cd612a444fe561dac36a98e (diff)
downloadtotem-06517d80cb6e1eb1a189b692d4e6fa6c43cf204c.tar.gz
data: Export supported URI schemes in a header file
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/totem.h b/src/totem.h
index 4a24fa056..6294781cf 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -304,4 +304,7 @@ void totem_object_action_remote_set_setting (TotemObject *totem,
gboolean totem_object_action_remote_get_setting (TotemObject *totem,
TotemRemoteSetting setting);
+const gchar * const *totem_object_get_supported_content_types (void);
+const gchar * const *totem_object_get_supported_uri_schemes (void);
+
#endif /* __TOTEM_H__ */