Downgrade some Since tags

This commit is contained in:
Matthias Clasen
2010-12-17 01:48:12 -05:00
parent 2650328ea8
commit 3d5d558393
4 changed files with 10 additions and 6 deletions

View File

@ -352,7 +352,7 @@ _gdk_x11_display_send_selection_notify (GdkDisplay *display,
* Returns: the number of strings stored in list, or 0,
* if the conversion failed
*
* Since: 3.0
* Since: 2.24
*/
gint
gdk_x11_display_text_property_to_text_list (GdkDisplay *display,
@ -400,6 +400,8 @@ gdk_x11_display_text_property_to_text_list (GdkDisplay *display,
*
* Frees the array of strings created by
* gdk_x11_display_text_property_to_text_list().
*
* Since: 2.24
*/
void
gdk_x11_free_text_list (gchar **list)
@ -585,7 +587,7 @@ _gdk_x11_display_text_property_to_utf8_list (GdkDisplay *display,
*
* Returns: 0 upon success, non-zero upon failure
*
* Since: 3.0
* Since: 2.24
*/
gint
gdk_x11_display_string_to_compound_text (GdkDisplay *display,
@ -705,7 +707,7 @@ _gdk_x11_display_utf8_to_string_target (GdkDisplay *display,
* Return value: %TRUE if the conversion succeeded,
* otherwise %FALSE
*
* Since: 3.0
* Since: 2.24
*/
gboolean
gdk_x11_display_utf8_to_compound_text (GdkDisplay *display,
@ -777,7 +779,7 @@ gdk_x11_display_utf8_to_compound_text (GdkDisplay *display,
*
* Frees the data returned from gdk_x11_display_string_to_compound_text().
*
* Since: 3.0
* Since: 2.24
*/
void
gdk_x11_free_compound_text (guchar *ctext)