From c2f0c7b73942721d1ab04a223ed0d75178973f7d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 16 May 2015 17:07:27 -0400 Subject: Update deprecation versions The common practice is to name the first stable version in which a function is deprecated. Following that here and mark things as deprecated in 1.38. --- pango/pango-utils.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pango/pango-utils.c b/pango/pango-utils.c index ecbea54f..c7c7d654 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -160,7 +160,7 @@ pango_version_check (int required_major, * * Return value: A newly-allocated string that must be freed with g_free() * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ char * pango_trim_string (const char *str) @@ -189,7 +189,7 @@ pango_trim_string (const char *str) * Return value: (transfer full) (array zero-terminated=1): a list of * strings to be freed with g_strfreev() * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ char ** pango_split_file_list (const char *str) @@ -262,7 +262,7 @@ pango_split_file_list (const char *str) * the number of lines read (this is useful for maintaining * a line number counter which doesn't combine lines with '\') * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ gint pango_read_line (FILE *stream, GString *str) @@ -365,7 +365,7 @@ pango_read_line (FILE *stream, GString *str) * Return value: %FALSE if skipping the white space leaves * the position at a '\0' character. * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ gboolean pango_skip_space (const char **pos) @@ -391,7 +391,7 @@ pango_skip_space (const char **pos) * * Return value: %FALSE if a parse error occurred. * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ gboolean pango_scan_word (const char **pos, GString *out) @@ -436,7 +436,7 @@ pango_scan_word (const char **pos, GString *out) * * Return value: %FALSE if a parse error occurred. * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ gboolean pango_scan_string (const char **pos, GString *out) @@ -526,7 +526,7 @@ pango_scan_string (const char **pos, GString *out) * * Return value: %FALSE if a parse error occurred. * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ gboolean pango_scan_int (const char **pos, int *out) @@ -562,7 +562,7 @@ pango_scan_int (const char **pos, int *out) * * Return value: %NULL * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ char * pango_config_key_get_system (const char *key) @@ -578,7 +578,7 @@ pango_config_key_get_system (const char *key) * * Return value: %NULL * - * Deprecated: 1.37 + * Deprecated: 1.38 **/ char * pango_config_key_get (const char *key) @@ -595,7 +595,7 @@ pango_config_key_get (const char *key) * Return value: the Pango sysconf directory. The returned string should * not be freed. * - * Deprecated: 1.37 + * Deprecated: 1.38 */ const char * pango_get_sysconf_subdirectory (void) @@ -624,7 +624,7 @@ pango_get_sysconf_subdirectory (void) * Return value: the Pango lib directory. The returned string should * not be freed. * - * Deprecated: 1.37 + * Deprecated: 1.38 */ const char * pango_get_lib_subdirectory (void) @@ -690,7 +690,7 @@ parse_int (const char *word, * * Return value: %TRUE if @str was successfully parsed. * - * Deprecated: 1.37 + * Deprecated: 1.38 * * Since: 1.16 **/ -- cgit v1.2.1