summaryrefslogtreecommitdiff
path: root/gio/src/permission.ccg
diff options
context:
space:
mode:
authorJuan R. García Blanco <juanrgar@gmail.com>2014-07-19 12:17:07 +0200
committerJuan R. García Blanco <juanrgar@gmail.com>2014-07-19 12:36:41 +0200
commitc6092ece126b691078199b1a1c607d4d78f65f8b (patch)
tree0ed5f572c7f4dea1e6df4063e3b993b5f6f1cd41 /gio/src/permission.ccg
parent2c29b5e4fdae830d8a22b28f8c3f35189f8acc0a (diff)
downloadglibmm-c6092ece126b691078199b1a1c607d4d78f65f8b.tar.gz
Add Gio::Permission
* gio/giomm.h: Add giomm/permission.h. * gio/src/filelist.am: Add permission.hg. * gio/src/gio_signals.defs: Add allowed, can-acquire, and can-acquire properties. * gio/src/gio_vfuncs.defs: Add vfuncs. * gio/src/permission.[hg|ccg]: New files. * tools/extra_defs_gen/generate_defs_gio.cc: Add G_TYPE_PERMISSION. * See https://bugzilla.gnome.org/show_bug.cgi?id=732436
Diffstat (limited to 'gio/src/permission.ccg')
-rw-r--r--gio/src/permission.ccg24
1 files changed, 24 insertions, 0 deletions
diff --git a/gio/src/permission.ccg b/gio/src/permission.ccg
new file mode 100644
index 00000000..c3debd28
--- /dev/null
+++ b/gio/src/permission.ccg
@@ -0,0 +1,24 @@
+/* Copyright (C) 2014 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>
+#include "slot_async.h"
+
+
+namespace Gio
+{
+} // namespace Gio