GVariant: add g_variant_check_format_string()
authorRyan Lortie <desrt@desrt.ca>
Sat, 18 Aug 2012 18:12:55 +0000 (14:12 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 20 Aug 2012 20:26:25 +0000 (16:26 -0400)
commit34653169e5653b95d61c461f088e6016f042d08a
treef6ec25208a5062ff8f8eadb97315d2c4573ae296
parent6a6b64ef4d9f2985eaf1cb727398019359b4b4f4
GVariant: add g_variant_check_format_string()

For some time now people have been asking for a way to check for type
compatibility between GVariant instances and format strings.  There are
several APIs inside of GLib itself that would benefit from this.

This patch introduces a way to do that.
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gvariant.c
glib/gvariant.h
glib/tests/gvariant.c