From 351a3b0a94394be3e2fb0635cdd1f181a9083eac Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 21 Jul 2010 22:59:35 +0200 Subject: 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(). --- gio/src/credentials.ccg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gio/src/credentials.ccg (limited to 'gio/src/credentials.ccg') 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 + +namespace Gio +{ + +} // namespace Gio -- cgit v1.2.1