Convert remaining uses of 'Rename to:'

This was replaced by (rename-to) in 2013 (see bug 676133).

They're also causing gtk-doc trouble, so let's get rid of them.
This commit is contained in:
Ryan Lortie
2015-03-12 16:53:18 -04:00
parent eff505ed3c
commit d9de830b65
10 changed files with 15 additions and 36 deletions

View File

@@ -353,7 +353,7 @@ g_value_array_sort (GValueArray *value_array,
}
/**
* g_value_array_sort_with_data:
* g_value_array_sort_with_data: (rename-to g_value_array_sort)
* @value_array: #GValueArray to sort
* @compare_func: (scope call): function to compare elements
* @user_data: (closure): extra data argument provided for @compare_func
@@ -364,7 +364,6 @@ g_value_array_sort (GValueArray *value_array,
* The current implementation uses the same sorting algorithm as standard
* C qsort() function.
*
* Rename to: g_value_array_sort
* Returns: (transfer none): the #GValueArray passed in as @value_array
*
* Deprecated: 2.32: Use #GArray and g_array_sort_with_data().