From 42ff2b6d17ffdbe300545040d223c2d5f6d8559e Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Sun, 14 Nov 2010 18:20:38 +0200 Subject: gisi: Add convenience API for structs --- gisi/iter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gisi/iter.h') diff --git a/gisi/iter.h b/gisi/iter.h index 74ec5932..43814a0b 100644 --- a/gisi/iter.h +++ b/gisi/iter.h @@ -64,6 +64,8 @@ gboolean g_isi_sb_iter_get_alpha_tag(const GIsiSubBlockIter *restrict iter, char **utf8, size_t len, unsigned pos); gboolean g_isi_sb_iter_get_latin_tag(const GIsiSubBlockIter *restrict iter, char **ascii, size_t len, unsigned pos); +gboolean g_isi_sb_iter_get_struct(const GIsiSubBlockIter *restrict iter, + void **ptr, size_t len, unsigned pos); #ifdef __cplusplus } -- cgit v1.2.3