mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
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.
This commit is contained in:
@@ -3061,6 +3061,7 @@ g_variant_classify
|
||||
GVariantClass
|
||||
|
||||
<SUBSECTION>
|
||||
g_variant_check_format_string
|
||||
g_variant_get
|
||||
g_variant_get_va
|
||||
g_variant_new
|
||||
|
Reference in New Issue
Block a user