diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-18 12:44:25 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-18 12:46:05 +0100 |
commit | 06af1a3cc9920780c7edeba34677fc66b18ff5eb (patch) | |
tree | 2be217eba41f38bf5e669920018b756354516e79 /fastiv-io.h | |
parent | 47293cfc10c9d752a77c5d1a22319fdea15f1271 (diff) | |
download | fiv-06af1a3cc9920780c7edeba34677fc66b18ff5eb.tar.gz fiv-06af1a3cc9920780c7edeba34677fc66b18ff5eb.tar.xz fiv-06af1a3cc9920780c7edeba34677fc66b18ff5eb.zip |
Add a command line option to list supported types
Make it work without a display connection.
Diffstat (limited to 'fastiv-io.h')
-rw-r--r-- | fastiv-io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastiv-io.h b/fastiv-io.h index 6275bc2..5a90e91 100644 --- a/fastiv-io.h +++ b/fastiv-io.h @@ -22,6 +22,8 @@ extern const char *fastiv_io_supported_media_types[]; +char **fastiv_io_all_supported_media_types(void); + cairo_surface_t *fastiv_io_open(const gchar *path, GError **error); cairo_surface_t *fastiv_io_open_from_data( const char *data, size_t len, const gchar *path, GError **error); |