[eog] Don't make enum types internal
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Don't make enum types internal
- Date: Mon, 3 Jan 2011 12:51:55 +0000 (UTC)
commit d3ee0241723db6729cb7331428293c9dc95e8cdd
Author: Claudio Saavedra <csaavedra igalia com>
Date: Thu Dec 23 16:28:08 2010 +0200
Don't make enum types internal
https://bugzilla.gnome.org/show_bug.cgi?id=626257
src/eog-enum-types.h.template | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/eog-enum-types.h.template b/src/eog-enum-types.h.template
index c08bb83..c63c78c 100644
--- a/src/eog-enum-types.h.template
+++ b/src/eog-enum-types.h.template
@@ -15,7 +15,7 @@ G_BEGIN_DECLS
/*** BEGIN enumeration-production ***/
#define EOG_TYPE_ ENUMSHORT@ (@enum_name _get_type())
-G_GNUC_INTERNAL GType @enum_name _get_type (void) G_GNUC_CONST;
+GType @enum_name _get_type (void) G_GNUC_CONST;
/*** END enumeration-production ***/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]