summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-04-13 12:08:56 -0400
committerAllen Winter <allen.winter@kdab.com>2019-04-13 12:08:56 -0400
commit5fb9289fc1656988e59bdce9a6ab39afc0b58b6c (patch)
treef7f67c4816cb87042e5eafce560e57a49334f96c
parent621488e59945ec1e7c1b6fae78ebbe4e3a90eec1 (diff)
downloadlibical-git-5fb9289fc1656988e59bdce9a6ab39afc0b58b6c.tar.gz
no longer use or discuss LIBICAL_GLIB_UNSTABLE_API
the plan is for libical-glib to be stable in the 3.1 release
-rw-r--r--ReadMe.txt5
-rw-r--r--src/libical-glib/tools/header-header-template4
2 files changed, 0 insertions, 9 deletions
diff --git a/ReadMe.txt b/ReadMe.txt
index f8afc3e3..e425a5e5 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -24,11 +24,6 @@ plus the iCalendar iMIP protocol in [RFC6047][].
[RFC6047]: https://tools.ietf.org/html/rfc6047
[RFC7986]: https://tools.ietf.org/html/rfc7986
-The libical-glib API is currently unstable and can change with any release.
-Until it is considered stable, there should be defined LIBICAL_GLIB_UNSTABLE_API=1
-before including <libical-glib/libical-glib.h>, to indicate that the library user
-is aware of it and is prepared to change the calls anytime.
-
## License
The code and datafiles in this distribution are licensed under the
diff --git a/src/libical-glib/tools/header-header-template b/src/libical-glib/tools/header-header-template
index d9e00960..9329178b 100644
--- a/src/libical-glib/tools/header-header-template
+++ b/src/libical-glib/tools/header-header-template
@@ -21,10 +21,6 @@
#include <glib-object.h>
-#if !defined(LIBICAL_GLIB_UNSTABLE_API) && !defined(LIBICAL_GLIB_COMPILATION)
-#error "Define LIBICAL_GLIB_UNSTABLE_API, to indicate it's understood the libical-glib API is currently unstable"
-#endif
-
#define __LIBICAL_GLIB_H_INSIDE__
#include <libical-glib/i-cal-forward-declarations.h>