• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.14.10 API Reference
  • KDE Home
  • Contact Us
 

akonadi

  • akonadi
  • kabc
akonadi-kabc_export.h
1 
2 #ifndef AKONADI_KABC_EXPORT_H
3 #define AKONADI_KABC_EXPORT_H
4 
5 #ifdef AKONADI_KABC_STATIC_DEFINE
6 # define AKONADI_KABC_EXPORT
7 # define AKONADI_KABC_NO_EXPORT
8 #else
9 # ifndef AKONADI_KABC_EXPORT
10 # ifdef akonadi_kabc
11  /* We are building this library */
12 # define AKONADI_KABC_EXPORT __attribute__((visibility("default")))
13 # else
14  /* We are using this library */
15 # define AKONADI_KABC_EXPORT __attribute__((visibility("default")))
16 # endif
17 # endif
18 
19 # ifndef AKONADI_KABC_NO_EXPORT
20 # define AKONADI_KABC_NO_EXPORT __attribute__((visibility("hidden")))
21 # endif
22 #endif
23 
24 #ifndef AKONADI_KABC_DEPRECATED
25 # define AKONADI_KABC_DEPRECATED __attribute__ ((__deprecated__))
26 #endif
27 
28 #ifndef AKONADI_KABC_DEPRECATED_EXPORT
29 # define AKONADI_KABC_DEPRECATED_EXPORT AKONADI_KABC_EXPORT AKONADI_KABC_DEPRECATED
30 #endif
31 
32 #ifndef AKONADI_KABC_DEPRECATED_NO_EXPORT
33 # define AKONADI_KABC_DEPRECATED_NO_EXPORT AKONADI_KABC_NO_EXPORT AKONADI_KABC_DEPRECATED
34 #endif
35 
36 #if 0 /* DEFINE_NO_DEPRECATED */
37 # ifndef AKONADI_KABC_NO_DEPRECATED
38 # define AKONADI_KABC_NO_DEPRECATED
39 # endif
40 #endif
41 
42 #endif /* AKONADI_KABC_EXPORT_H */
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:50:59 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • Related Pages

kdepimlibs-4.14.10 API Reference

Skip menu "kdepimlibs-4.14.10 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal