Skip to content
  • Allison Karlitskaya's avatar
    GVariant: add g_variant_check_format_string() · 34653169
    Allison Karlitskaya authored
    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.
    34653169