1
0
forked from GitHub/gf-core

add gu_variant_close in libgu

This commit is contained in:
kr.angelov
2013-09-26 10:41:52 +00:00
parent 2e2f74741a
commit 216490f275
2 changed files with 15 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ struct GuVariantInfo {
};
GuVariantInfo gu_variant_open(GuVariant variant);
GuVariant gu_variant_close(GuVariantInfo info);
/** @privatesection */
struct GuVariant {