summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2013-07-20 20:16:35 +0200
committerFelix Riemann <friemann@gnome.org>2013-07-20 20:16:35 +0200
commit9066f65e6cd8430080665e55e63e0b780d27ee23 (patch)
treede39060928dad9ac87528379c1f9dfa4a9b1e88c
parent5f5cdfe0fad98089b0c54be92b386fc54268aae4 (diff)
downloadeog-9066f65e6cd8430080665e55e63e0b780d27ee23.tar.gz
EogURIConverter: Make object functions public
As we install the header we also need to make the class public. https://bugzilla.gnome.org/show_bug.cgi?id=704074
-rw-r--r--src/eog-uri-converter.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/eog-uri-converter.h b/src/eog-uri-converter.h
index 21b55057..dfc8ab42 100644
--- a/src/eog-uri-converter.h
+++ b/src/eog-uri-converter.h
@@ -63,33 +63,26 @@ struct _EogURIConverterClass {
GObjectClass parent_klass;
};
-G_GNUC_INTERNAL
GType eog_uri_converter_get_type (void) G_GNUC_CONST;
-G_GNUC_INTERNAL
GQuark eog_uc_error_quark (void);
-G_GNUC_INTERNAL
EogURIConverter* eog_uri_converter_new (GFile *base_file,
GdkPixbufFormat *img_format,
const char *format_string);
-G_GNUC_INTERNAL
gboolean eog_uri_converter_check (EogURIConverter *converter,
GList *img_list,
GError **error);
-G_GNUC_INTERNAL
gboolean eog_uri_converter_requires_exif (EogURIConverter *converter);
-G_GNUC_INTERNAL
gboolean eog_uri_converter_do (EogURIConverter *converter,
EogImage *image,
GFile **file,
GdkPixbufFormat **format,
GError **error);
-G_GNUC_INTERNAL
char* eog_uri_converter_preview (const char *format_str,
EogImage *img,
GdkPixbufFormat *format,