summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-05-16 17:07:27 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-05-16 17:07:27 -0400
commitc2f0c7b73942721d1ab04a223ed0d75178973f7d (patch)
treef702a1b33cbda2a680e77600b50fadfec79ca3b4
parentfafc7915334be2dc7eb3952ea0598865a2246eff (diff)
downloadpango-c2f0c7b73942721d1ab04a223ed0d75178973f7d.tar.gz
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.
-rw-r--r--pango/pango-utils.c24
1 files 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
**/