summaryrefslogtreecommitdiff
path: root/gio/src/credentials.ccg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-07-21 22:59:35 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-07-21 23:04:29 +0200
commit351a3b0a94394be3e2fb0635cdd1f181a9083eac (patch)
tree399dba61e0a5128999e5e906f9373452b905cc51 /gio/src/credentials.ccg
parent384e0318413f8be5621b46d0156b74dd29616fcc (diff)
downloadglibmm-351a3b0a94394be3e2fb0635cdd1f181a9083eac.tar.gz
giomm: Added Credentials and DBusConnection::get_peer_credentials().
* gio/src/gio_enums.defs: Regenerated. * gio/src/filelist.am: * gio/src/credentials.[hg|ccg]: New wrapper for GCredentials. * gio/src/dbusconnection.hg: Added get_peer_credentials().
Diffstat (limited to 'gio/src/credentials.ccg')
-rw-r--r--gio/src/credentials.ccg25
1 files changed, 25 insertions, 0 deletions
diff --git a/gio/src/credentials.ccg b/gio/src/credentials.ccg
new file mode 100644
index 00000000..555a34bc
--- /dev/null
+++ b/gio/src/credentials.ccg
@@ -0,0 +1,25 @@
+// -*- 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.
+ */
+
+#include <gio/gio.h>
+
+namespace Gio
+{
+
+} // namespace Gio