diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/cairo-sections.txt | 3 | ||||
-rw-r--r-- | doc/public/tmpl/cairo-surface.sgml | 4 | ||||
-rw-r--r-- | doc/public/tmpl/cairo-version.sgml | 16 |
3 files changed, 21 insertions, 2 deletions
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt index 622ca915..9a49e420 100644 --- a/doc/public/cairo-sections.txt +++ b/doc/public/cairo-sections.txt @@ -201,8 +201,11 @@ CAIRO_VERSION_MINOR CAIRO_VERSION_MICRO CAIRO_VERSION_STRING CAIRO_VERSION_ENCODE +CAIRO_VERSION_STRINGIZE cairo_version cairo_version_string +<SUBSECTION Private> +CAIRO_VERSION_STRINGIZE_ </SECTION> <SECTION> diff --git a/doc/public/tmpl/cairo-surface.sgml b/doc/public/tmpl/cairo-surface.sgml index adc47bb2..6b6c2f4a 100644 --- a/doc/public/tmpl/cairo-surface.sgml +++ b/doc/public/tmpl/cairo-surface.sgml @@ -255,7 +255,7 @@ cairo_<emphasis>backend</emphasis>_surface_create(). </para> -@surface: -@Returns: +@surface: +@Returns: diff --git a/doc/public/tmpl/cairo-version.sgml b/doc/public/tmpl/cairo-version.sgml index 62de21d7..836c9b8b 100644 --- a/doc/public/tmpl/cairo-version.sgml +++ b/doc/public/tmpl/cairo-version.sgml @@ -166,6 +166,22 @@ that later versions compare greater than earlier versions. @minor: the minor component of the version number @micro: the micro component of the version number +@Returns: the encoded version. + +<!-- ##### MACRO CAIRO_VERSION_STRINGIZE ##### --> +<para> +This macro encodes the given cairo version into an string. The numbers +returned by %CAIRO_VERSION_STRING and cairo_version_string() are encoded using this macro. +The parameters to this macro must expand to numerical literals. +</para> + +@major: the major component of the version number +@minor: the minor component of the version number +@micro: the micro component of the version number + +@Returns: a string literal containing the version. +@Since: 1.8 + <!-- ##### FUNCTION cairo_version ##### --> <para> |