Bug 552371 – implement struct field get/set

Add convenience functions g_field_info_set_field() and
g_field_info_get_field() to set and get fields based on the offsets
in GIFieldInfo.

svn path=/trunk/; revision=929
This commit is contained in:
Owen Taylor
2008-11-16 21:14:19 +00:00
parent 5a1f29d1c9
commit c7ae662dbe
3 changed files with 315 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ libgirepository_la_SOURCES = \
girepository.c \
gtypelib.h \
gtypelib.c \
gfield.c \
ginfo.c \
girffi.c \
girffi.h \