[Xfce4-commits] <tumbler:master> Add missing declaration in tumbler-registry.h.
Jannis Pohlmann
noreply at xfce.org
Sat Oct 10 02:32:01 CEST 2009
Updating branch refs/heads/master
to 811a1c5aa8e205a2f4b391977d03af6a9197de4d (commit)
from 82556ccd3d9d2a6c847dc1e211ea44e56bef8598 (commit)
commit 811a1c5aa8e205a2f4b391977d03af6a9197de4d
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Sat Oct 10 02:30:40 2009 +0200
Add missing declaration in tumbler-registry.h.
tumblerd/tumbler-registry.h | 21 ++++++++++++---------
1 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/tumblerd/tumbler-registry.h b/tumblerd/tumbler-registry.h
index 4d24bc1..acac8c3 100644
--- a/tumblerd/tumbler-registry.h
+++ b/tumblerd/tumbler-registry.h
@@ -38,15 +38,18 @@ typedef struct _TumblerRegistry TumblerRegistry;
GType tumbler_registry_get_type (void) G_GNUC_CONST;
TumblerRegistry *tumbler_registry_new (void) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
-gboolean tumbler_registry_load (TumblerRegistry *registry,
- GError **error);
-void tumbler_registry_add (TumblerRegistry *registry,
- TumblerThumbnailer *thumbnailer);
-GList *tumbler_registry_get_thumbnailers (TumblerRegistry *registry) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
-TumblerThumbnailer **tumbler_registry_get_thumbnailer_array (TumblerRegistry *registry,
- const GStrv uris,
- const GStrv mime_hints,
- gint *length) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
+gboolean tumbler_registry_load (TumblerRegistry *registry,
+ GError **error);
+void tumbler_registry_add (TumblerRegistry *registry,
+ TumblerThumbnailer *thumbnailer);
+GList *tumbler_registry_get_thumbnailers (TumblerRegistry *registry) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
+TumblerThumbnailer **tumbler_registry_get_thumbnailer_array (TumblerRegistry *registry,
+ const GStrv uris,
+ const GStrv mime_hints,
+ gint *length) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
+void tumbler_registry_get_supported (TumblerRegistry *registry,
+ const gchar *const **uri_schemes,
+ const gchar *const **mime_types);
G_END_DECLS
More information about the Xfce4-commits
mailing list