~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty-proposed

« back to all changes in this revision

Viewing changes to gio/giomm/dbusintrospection.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-04-07 13:47:09 UTC
  • mfrom: (1.2.87)
  • Revision ID: package-import@ubuntu.com-20140407134709-wlrea1wrtuy9kpzw
Tags: 2.39.93-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// -*- c++ -*-
2
 
// Generated by gmmproc 2.39.3 -- DO NOT MODIFY!
 
2
// Generated by gmmproc 2.39.93 -- DO NOT MODIFY!
3
3
#ifndef _GIOMM_DBUSINTROSPECTION_H
4
4
#define _GIOMM_DBUSINTROSPECTION_H
5
5
 
526
526
  /** Parses @a xml_data and returns a DBusNodeInfo representing the data.
527
527
   * 
528
528
   * The introspection XML must contain exactly one top-level
529
 
   * <tag class="starttag">node</tag> element.
 
529
   * <node> element.
530
530
   * 
531
531
   * Note that this routine is using a
532
 
   * GMarkup-based
 
532
   * [GMarkup][glib-Simple-XML-Subset-Parser.description]-based
533
533
   * parser that only accepts a subset of valid XML documents.
534
534
   * 
535
535
   * @newin{2,26}