~ubuntu-branches/ubuntu/utopic/pango1.0/utopic

« back to all changes in this revision

Viewing changes to pango/pango-utils.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-28 15:33:11 UTC
  • mfrom: (1.6.8)
  • Revision ID: package-import@ubuntu.com-20140128153311-mf1paynoiz8j4pop
Tags: 1.36.1-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on gtk-doc-tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * Boston, MA 02111-1307, USA.
20
20
 */
21
21
 
 
22
/**
 
23
 * SECTION:pango-version
 
24
 * @short_description:Tools for checking Pango version at compile- and run-time.
 
25
 * @title:Version Checking
 
26
 *
 
27
 * The capital-letter macros defined here can be used to check the version of Pango
 
28
 * at compile-time, and to <firstterm>encode</firstterm> Pango versions into integers.
 
29
 *
 
30
 * The functions can be used to check the version of the linked Pango library at run-time.
 
31
 */
 
32
/**
 
33
 * SECTION:utils
 
34
 * @short_description:Various convenience and utility functions
 
35
 * @title: Miscellaneous Utilities
 
36
 *
 
37
 * The functions and utilities in this section are mostly used from Pango
 
38
 * backends and modules, but may be useful for other purposes too.
 
39
 */
22
40
#include "config.h"
23
41
#include <errno.h>
24
42
#include <string.h>