diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2015-04-13 23:08:43 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2015-04-13 23:08:43 +0200 |
commit | 487f0254ab31a71a79ff818e8d0afc85aeff7b9f (patch) | |
tree | d94f8f721ef274d0c391081dd5b8d74b2e3f02fc /pango/pango-utils.c | |
parent | d2dda8d6ace0cbacd2c39ba49eff9967f12771d1 (diff) | |
download | pango-487f0254ab31a71a79ff818e8d0afc85aeff7b9f.tar.gz |
Minor
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 62aa9828..61c76ad6 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -548,7 +548,7 @@ pango_scan_int (const char **pos, int *out) * * Return value: %NULL * - * Deprecated: 1.37: + * Deprecated: 1.37 **/ char * pango_config_key_get_system (const char *key) @@ -564,7 +564,7 @@ pango_config_key_get_system (const char *key) * * Return value: %NULL * - * Deprecated: 1.37: + * Deprecated: 1.37 **/ char * pango_config_key_get (const char *key) |