forked from AuroraMiddleware/gtk
gdk_spawn* deprecation docs: Mention actual replacement functions.
This commit is contained in:
parent
882db1cf5f
commit
87285bc8bf
@ -76,7 +76,7 @@ set_environment (gpointer user_data)
|
|||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*
|
*
|
||||||
* Deprecated: 2.24: This function is being removed in 3.0. Use
|
* 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
|
gboolean
|
||||||
gdk_spawn_on_screen (GdkScreen *screen,
|
gdk_spawn_on_screen (GdkScreen *screen,
|
||||||
@ -139,7 +139,7 @@ gdk_spawn_on_screen (GdkScreen *screen,
|
|||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*
|
*
|
||||||
* Deprecated: 2.24: This function is being removed in 3.0. Use
|
* 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
|
gboolean
|
||||||
gdk_spawn_on_screen_with_pipes (GdkScreen *screen,
|
gdk_spawn_on_screen_with_pipes (GdkScreen *screen,
|
||||||
@ -196,7 +196,8 @@ gdk_spawn_on_screen_with_pipes (GdkScreen *screen,
|
|||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*
|
*
|
||||||
* Deprecated: 2.24: This function is being removed in 3.0. Use
|
* 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
|
gboolean
|
||||||
gdk_spawn_command_line_on_screen (GdkScreen *screen,
|
gdk_spawn_command_line_on_screen (GdkScreen *screen,
|
||||||
|
Loading…
Reference in New Issue
Block a user