/src/wrappers/gio/library/externals/plugin/c/gio.h
C++ Header | 33 lines | 1 code | 4 blank | 28 comment | 0 complexity | be80561c2070cf0ce7153ab6fa5e4a23 MD5 | raw file
1/* Headers used in Eiffel wrappers of GIO library 2 3 * Copyright 2011, Paolo Redaelli, 4 5 * This library is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU Lesser General Public License 7 * as published by the Free Software Foundation; either version 2 of 8 * the License, or (at your option) any later version. 9 10 * This library is distributed in the hope that it will be useful, but 11 * WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 * Lesser General Public License for more details. 14 15 * You should have received a copy of the GNU Lesser General Public 16 * License along with this library; if not, write to the Free Software 17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 18 * 02111-1307, USA. 19 */ 20 21 22/* Include files cited in documentation */ 23#include <gio/gio.h> 24 25// Cited in documentation but not present in Ubuntu 11.04 26// #include <gio/gfiledescriptorbased.h> 27// #include <gio/gunixinputstream.h> 28// #include <gio/gunixoutputstream.h> 29// #include <gio/gdesktopappinfo.h> 30// #include <gio/gunixmounts.h> 31// #include <gio/gunixfdlist.h> 32// #include <gio/gunixfdmessage.h> 33