[eog] EogURIConverter: Make object functions public
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] EogURIConverter: Make object functions public
- Date: Sat, 20 Jul 2013 18:19:21 +0000 (UTC)
commit 9066f65e6cd8430080665e55e63e0b780d27ee23
Author: Felix Riemann <friemann gnome org>
Date: Sat Jul 20 20:16:35 2013 +0200
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
src/eog-uri-converter.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/eog-uri-converter.h b/src/eog-uri-converter.h
index 21b5505..dfc8ab4 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]