Adwaita major version component (e.g. 1 if the version is 1.2.3).
Adwaita micro version component (e.g. 3 if the version is 1.2.3).
Adwaita minor version component (e.g. 2 if the version is 1.2.3).
Adwaita version, encoded as a string, useful for printing and concatenation.
Computes easing with easing
for value
.
value
should generally be in the [0, 1] range.
an easing value
a value to ease
Returns the major version number of the Adwaita library.
For example, in libadwaita version 1.2.3 this is 1.
This function is in the library, so it represents the libadwaita library your
code is running against. Contrast with the [constMAJOR_VERSION]
constant,
which represents the major version of the libadwaita headers you have
included when compiling your code.
Returns the micro version number of the Adwaita library.
For example, in libadwaita version 1.2.3 this is 3.
This function is in the library, so it represents the libadwaita library your
code is running against. Contrast with the [constMAJOR_VERSION]
constant,
which represents the micro version of the libadwaita headers you have
included when compiling your code.
Returns the minor version number of the Adwaita library.
For example, in libadwaita version 1.2.3 this is 2.
This function is in the library, so it represents the libadwaita library your
code is running against. Contrast with the [constMAJOR_VERSION]
constant,
which represents the minor version of the libadwaita headers you have
included when compiling your code.
Initializes Libadwaita.
This function can be used instead of [funcGtk
.init] as it initializes GTK
implicitly.
There's no need to call this function if you're using [classApplication]
.
If Libadwaita has already been initialized, the function will simply return.
This makes sure translations, types, themes, and icons for the Adwaita library are set up properly.
Use this function to check if libadwaita has been initialized with
[funcinit]
.
Computes the linear interpolation between a
and b
for t
.
the start
the end
the interpolation rate
Indicates an [class
Animation]
with an infinite duration.This value is mostly used internally.