]> Pileus Git - ~andy/gtk/commitdiff
Downgrade some Since tags
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 06:48:12 +0000 (01:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:07:04 +0000 (12:07 -0500)
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkselection-x11.c
gdk/x11/gdkwindow-x11.c
gdk/x11/gdkxid.c

index cdf2b5cc262b9ec514a0727946371944d21831c8..60265adff5ce4a5840eedffda58b82d9d0272eff 100644 (file)
@@ -2652,6 +2652,8 @@ extern GdkNativeWindow      _gdk_x11_display_get_drag_protocol      (GdkDisplay
  *
  * See the X Session Management Library documentation for more information on
  * session management and the Inter-Client Communication Conventions Manual
+ *
+ * Since: 2.24
  */
 void
 gdk_x11_set_sm_client_id (const gchar *sm_client_id)
index 7b891053017b7256c5e71c4dbbeccfb3628d6772..5a0dfeac0fa7296cd9abd5dcfa3a1040def1865b 100644 (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)
index 0c29ab90f8ffe6b326964cf3b21252263522155e..7c299c9ce01400365da367e86358e94ddec18bcf 100644 (file)
@@ -865,7 +865,7 @@ x_event_mask_to_gdk_event_mask (long mask)
  *   window, or %NULL if the window has been destroyed. The wrapper
  *   will be newly created, if one doesn't exist already.
  *
- * Since: 3.0
+ * Since: 2.24
  */
 GdkWindow *
 gdk_x11_window_foreign_new_for_display (GdkDisplay *display,
index 2d229976f24a6a0158796f4cc806ae77ef7d305a..085118fdaf1992eb20d25c3bfe10cb44348306e0 100644 (file)
@@ -89,7 +89,7 @@ _gdk_x11_display_remove_window (GdkDisplay *display,
  * Return value: (transfer none): the #GdkWindow wrapper for the native
  *    window, or %NULL if there is none.
  *
- * Since: 3.0
+ * Since: 2.24
  */
 GdkWindow *
 gdk_x11_window_lookup_for_display (GdkDisplay *display,