| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
We're going to add new api, so add version markers etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First of all, we need to define `PANGO_UNAVAILABLE`, as it's missing a
definition, and the only reason why nobody caught this is because we're
building without -Wundef, and clearly nobody attempted using
min-required/max-allowed with Pango.
Additionally, we really need a way to disable deprecation warnings from
the compiler.
The complete implementation of the version macros for GLib-based
libraries includes both items above.
|
|
|
|
|
|
|
| |
Update the copyright notice of this file, to reflect things more
accurately and to give more proper acknowledgement.
Please see: https://bugzilla.gnome.org/show_bug.cgi?id=767587#c16
|
|
This header is used for:
-Indicating what stable versions an API is introduced at and after 1.30.0.
-Indicating what APIs are deprecated, and which stable release series
they are deprecated if the deprecation is done after 1.30.0. This replaces
the use of G_DEPRECATED* in Pango.
-Use in a later commit to be used to export symbols directly via compiler
directives instead of doing so over .def files, for compilers that do not
support exporting via regex expressions.
|