Skip to content
  • Danny Robson's avatar
    Use GError to report missing XML attribute values · 718de305
    Danny Robson authored
    Using g_assert to detect missing attribute values in XML graph
    construction will cause the application to crash on invalid XML.
    Instead, report the values through the GError mechanism of
    GMarkupParser.
    718de305