/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* GMime * Copyright (C) 2000-2019 Jeffrey Stedfast * * 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, 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. */ #ifndef __GMIME_H__ #define __GMIME_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 #include #include #include #include #include #include #include #include #include #include G_BEGIN_DECLS /* GMIME version */ /** * gmime_major_version: * * GMime's major version. **/ extern const guint gmime_major_version; /** * gmime_minor_version: * * GMime's minor version. **/ extern const guint gmime_minor_version; /** * gmime_micro_version: * * GMime's micro version. **/ extern const guint gmime_micro_version; /** * gmime_interface_age: * * GMime's interface age. **/ extern const guint gmime_interface_age; /** * gmime_binary_age: * * GMime's binary age. **/ extern const guint gmime_binary_age; gboolean g_mime_check_version (guint major, guint minor, guint micro); void g_mime_init (void); void g_mime_shutdown (void); G_END_DECLS #endif /* __GMIME_H__ */