[gtk+/gtk-2-24] gdk_spawn* deprecation docs: Mention actual replacement functions.



commit 87285bc8bfd50a9feee225ddc06c8c006415b9da
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 5 01:34:49 2011 +0100

    gdk_spawn* deprecation docs: Mention actual replacement functions.

 gdk/x11/gdkspawn-x11.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gdk/x11/gdkspawn-x11.c b/gdk/x11/gdkspawn-x11.c
index 18c3ee2..16fc987 100644
--- a/gdk/x11/gdkspawn-x11.c
+++ b/gdk/x11/gdkspawn-x11.c
@@ -76,7 +76,7 @@ set_environment (gpointer user_data)
  * Since: 2.4
  *
  * Deprecated: 2.24: This function is being removed in 3.0. Use
- *     either g_spawn() or #GdkAppLaunchContext instead
+ *     either g_spawn_sync(), g_spawn_async(), or #GdkAppLaunchContext instead.
  **/
 gboolean
 gdk_spawn_on_screen (GdkScreen             *screen,
@@ -139,7 +139,7 @@ gdk_spawn_on_screen (GdkScreen             *screen,
  * Since: 2.4
  *
  * Deprecated: 2.24: This function is being removed in 3.0. Use
- *     either g_spawn_with_pipes() or #GdkAppLaunchContext instead
+ *     either g_spawn_async_with_pipes() or #GdkAppLaunchContext instead.
  **/
 gboolean
 gdk_spawn_on_screen_with_pipes (GdkScreen            *screen,
@@ -196,7 +196,8 @@ gdk_spawn_on_screen_with_pipes (GdkScreen            *screen,
  * Since: 2.4
  *
  * Deprecated: 2.24: This function is being removed in 3.0. Use
- *     either g_spawn_command_line() or #GdkAppLaunchContext instead
+ *     either g_spawn_command_line_sync(), g_spawn_command_line_async() or 
+ *     #GdkAppLaunchContext instead.
  **/
 gboolean
 gdk_spawn_command_line_on_screen (GdkScreen    *screen,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]