summaryrefslogtreecommitdiffstats
path: root/gobject/Makefile.inc
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-07-18 09:58:43 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-07-18 09:37:17 +0100
commit87206e4e9e3b0ca813a4ff7b5fac0eccc07a484a (patch)
treeb1de20359160c0da257e9a541a325c67f9f996c7 /gobject/Makefile.inc
parent2f89f584c0203023f8a829ff9796dc2c14ddeb68 (diff)
downloadlibguestfs-87206e4e9e3b0ca813a4ff7b5fac0eccc07a484a.tar.gz
libguestfs-87206e4e9e3b0ca813a4ff7b5fac0eccc07a484a.tar.xz
libguestfs-87206e4e9e3b0ca813a4ff7b5fac0eccc07a484a.zip
New API: add new api xfs_info
Add xfs_info to show the geometry of the xfs filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Updated po/POTFILES. - Use xfs_ prefix for all struct fields. - Return uninitialized fields as -1 / empty string. - Copyedit the description.
Diffstat (limited to 'gobject/Makefile.inc')
-rw-r--r--gobject/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc
index 4de56a96..c73e5df0 100644
--- a/gobject/Makefile.inc
+++ b/gobject/Makefile.inc
@@ -38,6 +38,7 @@ guestfs_gobject_headers= \
include/guestfs-gobject/struct-isoinfo.h \
include/guestfs-gobject/struct-mdstat.h \
include/guestfs-gobject/struct-btrfssubvolume.h \
+ include/guestfs-gobject/struct-xfsinfo.h \
include/guestfs-gobject/optargs-internal_test.h \
include/guestfs-gobject/optargs-add_drive.h \
include/guestfs-gobject/optargs-add_domain.h \
@@ -82,6 +83,7 @@ guestfs_gobject_sources= \
src/struct-isoinfo.c \
src/struct-mdstat.c \
src/struct-btrfssubvolume.c \
+ src/struct-xfsinfo.c \
src/optargs-internal_test.c \
src/optargs-add_drive.c \
src/optargs-add_domain.c \