[eog] EogMetadataDetails: Don't install header file



commit 5a497db13c81ac3dbe13456724faf9d7431e976a
Author: Felix Riemann <friemann gnome org>
Date:   Wed Oct 30 19:07:53 2013 +0100

    EogMetadataDetails: Don't install header file
    
    This is not really useful for plugins.

 src/Makefile.am            |    6 ++++--
 src/eog-metadata-details.h |    4 ++++
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 503a905..f779828 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -111,9 +111,11 @@ libeog_la_SOURCES =                        \
 
 if HAVE_EXIF
 INST_H_FILES +=                                \
-       eog-metadata-details.h          \
        eog-exif-util.h
 
+NOINST_H_FILES +=                      \
+       eog-metadata-details.h
+
 libeog_c_files +=                      \
        eog-metadata-details.c          \
        eog-exif-util.c
@@ -124,7 +126,7 @@ if HAVE_EXEMPI
 # is only listed once in INST_H_FILES
 # or the build will break with automake-1.11
 if !HAVE_EXIF
-INST_H_FILES +=                                \
+NOINST_H_FILES +=                              \
        eog-metadata-details.h
 endif !HAVE_EXIF
 libeog_la_SOURCES +=                   \
diff --git a/src/eog-metadata-details.h b/src/eog-metadata-details.h
index 917b378..c21b639 100644
--- a/src/eog-metadata-details.h
+++ b/src/eog-metadata-details.h
@@ -56,15 +56,19 @@ struct _EogMetadataDetailsClass {
        GtkTreeViewClass parent_class;
 };
 
+G_GNUC_INTERNAL
 GType               eog_metadata_details_get_type    (void) G_GNUC_CONST;
 
+G_GNUC_INTERNAL
 GtkWidget          *eog_metadata_details_new         (void);
 
 #if HAVE_EXIF
+G_GNUC_INTERNAL
 void                eog_metadata_details_update      (EogMetadataDetails *details,
                                                      ExifData       *data);
 #endif
 #if HAVE_EXEMPI
+G_GNUC_INTERNAL
 void                eog_metadata_details_xmp_update  (EogMetadataDetails *view,
                                                      XmpPtr          xmp_data);
 #endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]