Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-bluetooth-glib: Commit

external/bluetooth/glib


Commit MetaInfo

Revisionf0fe7d5ec9d2a13b22db93a2e7a1b079f45ff979 (tree)
Time2012-07-15 05:33:22
AuthorRui Matos <tiagomatos@gmai...>
CommiterMatthias Clasen

Log Message

GDBusNodeInfo: the XML string must contain exactly one node element

Make the documentation clear about this.

https://bugzilla.gnome.org/show_bug.cgi?id=679671

Change Summary

Incremental Difference

--- a/gio/gdbusintrospection.c
+++ b/gio/gdbusintrospection.c
@@ -1755,6 +1755,9 @@ parser_error (GMarkupParseContext *context,
17551755 *
17561756 * Parses @xml_data and returns a #GDBusNodeInfo representing the data.
17571757 *
1758+ * The introspection XML must contain exactly one top-level
1759+ * <tag class="starttag">node</tag> element.
1760+ *
17581761 * Note that this routine is using a
17591762 * <link linkend="glib-Simple-XML-Subset-Parser.description">GMarkup</link>-based
17601763 * parser that only accepts a subset of valid XML documents.
Show on old repository browser