merge GVariantType

GVariantType is the type system for GVariant
This commit is contained in:
Ryan Lortie
2010-01-25 11:26:27 -05:00
parent 11d4e59712
commit 0ccb288da1
7 changed files with 1883 additions and 0 deletions

View File

@@ -85,6 +85,7 @@
#include <glib/gunicode.h>
#include <glib/gurifuncs.h>
#include <glib/gutils.h>
#include <glib/gvarianttype.h>
#ifdef G_PLATFORM_WIN32
#include <glib/gwin32.h>
#endif