summaryrefslogtreecommitdiffstats
path: root/gobject
diff options
context:
space:
mode:
authorJohn Eckersberg <jeckersb@redhat.com>2012-11-01 13:35:15 -0400
committerRichard W.M. Jones <rjones@redhat.com>2012-11-01 18:22:01 +0000
commitbafd8229149ccc0e05676e031bae5d1489fa74a6 (patch)
treee220da3ff72493a0ef2a2226ed11913d8c1ecd43 /gobject
parent4c285dd8f6a263ed62802af2c89c4cc75497c1ce (diff)
downloadlibguestfs-bafd8229149ccc0e05676e031bae5d1489fa74a6.tar.gz
libguestfs-bafd8229149ccc0e05676e031bae5d1489fa74a6.tar.xz
libguestfs-bafd8229149ccc0e05676e031bae5d1489fa74a6.zip
lib: Add inspect_list_applications2 method (RHBZ#859949)
RWMJ: - Fix memory leak in guestfs__inspect_list_applications wrapper. - Don't document app2_spare* fields.
Diffstat (limited to 'gobject')
-rw-r--r--gobject/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc
index 95a4b6b6..87089941 100644
--- a/gobject/Makefile.inc
+++ b/gobject/Makefile.inc
@@ -35,6 +35,7 @@ guestfs_gobject_headers= \
include/guestfs-gobject/struct-inotify_event.h \
include/guestfs-gobject/struct-partition.h \
include/guestfs-gobject/struct-application.h \
+ include/guestfs-gobject/struct-application2.h \
include/guestfs-gobject/struct-isoinfo.h \
include/guestfs-gobject/struct-mdstat.h \
include/guestfs-gobject/struct-btrfssubvolume.h \
@@ -99,6 +100,7 @@ guestfs_gobject_sources= \
src/struct-inotify_event.c \
src/struct-partition.c \
src/struct-application.c \
+ src/struct-application2.c \
src/struct-isoinfo.c \
src/struct-mdstat.c \
src/struct-btrfssubvolume.c \