summaryrefslogtreecommitdiff
path: root/gio/src/dbusintrospection.ccg
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2010-09-07 15:38:44 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2010-09-07 15:40:22 -0400
commitab788ccee419a102a45d016577b76a3d40a727ad (patch)
treec17907a3271d2602dcc640efbf7eecd1ce581aee /gio/src/dbusintrospection.ccg
parenta794986d7c44893ea04f8bdd8b416e7744b8eea6 (diff)
downloadglibmm-ab788ccee419a102a45d016577b76a3d40a727ad.tar.gz
giomm: Add D-Bus Introspection Data classes.
* gio/src/dbusintrospection.{ccg,hg}: * gio/src/filelist.am: Add new sources containing the various introspection data classes (with their methods) representing annotations, methods, signals, properties and interfaces for the DBus API. * tools/m4/convert_gio.m4: Add the necessary conversions.
Diffstat (limited to 'gio/src/dbusintrospection.ccg')
-rw-r--r--gio/src/dbusintrospection.ccg23
1 files changed, 23 insertions, 0 deletions
diff --git a/gio/src/dbusintrospection.ccg b/gio/src/dbusintrospection.ccg
new file mode 100644
index 00000000..4ea7e166
--- /dev/null
+++ b/gio/src/dbusintrospection.ccg
@@ -0,0 +1,23 @@
+// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
+
+/* Copyright (C) 2010 The giomm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+namespace Gio
+{
+
+} // namespace Gio