[gcab] file: generate genum type for attributes



commit 7e034a26afc42de084c37fa4b6e038e94a71dd8d
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Thu Mar 12 22:15:08 2015 +0100

    file: generate genum type for attributes

 Makefile.am                      |    1 +
 docs/reference/gcab-sections.txt |    2 ++
 libgcab.syms                     |    4 ++++
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 41a3c32..87b5984 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,6 +82,7 @@ BUILT_SOURCES += $(GCAB_ENUMS)
 
 ENUMS_FILES =                                  \
        libgcab/gcab-folder.h                   \
+       libgcab/gcab-file.h                     \
        $(NULL)
 
 $(GCAB_ENUMS): %: %.etemplate $(ENUMS_FILES)
diff --git a/docs/reference/gcab-sections.txt b/docs/reference/gcab-sections.txt
index 73c8159..4506ba9 100644
--- a/docs/reference/gcab-sections.txt
+++ b/docs/reference/gcab-sections.txt
@@ -42,6 +42,8 @@ GCAB_IS_FILE
 GCAB_IS_FILE_CLASS
 GCAB_TYPE_FILE
 gcab_file_get_type
+GCAB_TYPE_FILE_ATTRIBUTE
+gcab_file_attribute_get_type
 <SUBSECTION Private>
 GCabFileClass
 </SECTION>
diff --git a/libgcab.syms b/libgcab.syms
index 079e893..f312c26 100644
--- a/libgcab.syms
+++ b/libgcab.syms
@@ -34,3 +34,7 @@ LIBGCAB1_0.2 {
 LIBGCAB1_0.5 {
         gcab_cabinet_get_signature;
 } LIBGCAB1_0.2;
+
+LIBGCAB1_0.6 {
+        gcab_file_attribute_get_type;
+} LIBGCAB1_0.5;


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