/* * gsf.h: * * Copyright (C) 2002-2006 Jody Goldberg (jody@gnome.org) * Copyright (C) 2013 Morten Welinder (terra@gnome.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. * * This program 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 General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA */ /* * Rules for header inclusion: * * 1. Applications should include gsf/gsf.h only and require libgsf 1.14.26 * Prior to 1.14.26 the practice was to include specific headers. That * still ought to work, but is deprecated. * * 2. gsf/gsf-foo.c should include , then , * then . No further gsf headers should be needed. * * 3. gsf/gsf-foo.h should include . It must not include * or (which isn't even installed). If * a super-class is needed, include also the header for that class. * For convenience, classes derived from Gsf{In,Out}{put,file} should * include the relevant header too. * * 4. Rules 2 and 3 do not apply to headers that are not installed. */ #ifndef GSF_H #define GSF_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif /* GSF_H */