"Fossies" - the Fresh Open Source Software Archive

Member "evolution-mapi-3.46.1/src/configuration/e-mail-config-mapi-offline-options.h" (2 Dec 2022, 932 Bytes) of package /linux/misc/evolution-mapi-3.46.1.tar.xz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "e-mail-config-mapi-offline-options.h" see the Fossies "Dox" file reference documentation.

    1 /*
    2  * Copyright (C) 2016 Red Hat, Inc. (www.redhat.com)
    3  *
    4  * This library is free software: you can redistribute it and/or modify it
    5  * under the terms of the GNU Lesser General Public License as published by
    6  * the Free Software Foundation.
    7  *
    8  * This library is distributed in the hope that it will be useful, but
    9  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   10  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
   11  * for more details.
   12  *
   13  * You should have received a copy of the GNU Lesser General Public License
   14  * along with this library. If not, see <http://www.gnu.org/licenses/>.
   15  */
   16 
   17 #ifndef E_MAIL_CONFIG_MAPI_OFFLINE_OPTIONS_H
   18 #define E_MAIL_CONFIG_MAPI_OFFLINE_OPTIONS_H
   19 
   20 #include <glib-object.h>
   21 
   22 G_BEGIN_DECLS
   23 
   24 void e_mail_config_mapi_offline_options_type_register (GTypeModule *type_module);
   25 
   26 G_END_DECLS
   27 
   28 #endif /* E_MAIL_CONFIG_MAPI_OFFLINE_OPTIONS_H */