File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,11 @@ libeom_la_SOURCES = \
111111
112112if HAVE_EXIF
113113INST_H_FILES += \
114- eom-metadata-details.h \
115114 eom-exif-util.h
116115
116+ NOINST_H_FILES += \
117+ eom-metadata-details.h
118+
117119libeom_c_files += \
118120 eom-metadata-details.c \
119121 eom-exif-util.c
@@ -124,7 +126,7 @@ if HAVE_EXEMPI
124126# is only listed once in INST_H_FILES
125127# or the build will break with automake-1.11
126128if !HAVE_EXIF
127- INST_H_FILES += \
129+ NOINST_H_FILES += \
128130 eom-metadata-details.h
129131endif !HAVE_EXIF
130132libeom_la_SOURCES += \
Original file line number Diff line number Diff line change @@ -54,15 +54,19 @@ struct _EomMetadataDetailsClass {
5454 GtkTreeViewClass parent_class ;
5555};
5656
57+ G_GNUC_INTERNAL
5758GType eom_metadata_details_get_type (void ) G_GNUC_CONST ;
5859
60+ G_GNUC_INTERNAL
5961GtkWidget * eom_metadata_details_new (void );
6062
6163#if HAVE_EXIF
64+ G_GNUC_INTERNAL
6265void eom_metadata_details_update (EomMetadataDetails * details ,
6366 ExifData * data );
6467#endif
6568#if HAVE_EXEMPI
69+ G_GNUC_INTERNAL
6670void eom_metadata_details_xmp_update (EomMetadataDetails * details ,
6771 XmpPtr xmp_data );
6872#endif
You can’t perform that action at this time.
0 commit comments