s/gdk_spawn/gdk_spawn_on_screen/.
2003-12-10 Mark McLoughlin <mark@skynet.ie> * gdk/linux-fb/gdkspawn-fb.c, gdk/win32/gdkspawn-win32.c, gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen): s/gdk_spawn/gdk_spawn_on_screen/.
This commit is contained in:

committed by
Mark McLoughlin

parent
01fcbc199f
commit
b79642263f
@ -1,3 +1,10 @@
|
|||||||
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkspawn-fb.c,
|
||||||
|
gdk/win32/gdkspawn-win32.c,
|
||||||
|
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||||
|
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||||
|
|
||||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Utility functions for multi-screen applications which need
|
Utility functions for multi-screen applications which need
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkspawn-fb.c,
|
||||||
|
gdk/win32/gdkspawn-win32.c,
|
||||||
|
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||||
|
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||||
|
|
||||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Utility functions for multi-screen applications which need
|
Utility functions for multi-screen applications which need
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkspawn-fb.c,
|
||||||
|
gdk/win32/gdkspawn-win32.c,
|
||||||
|
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||||
|
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||||
|
|
||||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Utility functions for multi-screen applications which need
|
Utility functions for multi-screen applications which need
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkspawn-fb.c,
|
||||||
|
gdk/win32/gdkspawn-win32.c,
|
||||||
|
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||||
|
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||||
|
|
||||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Utility functions for multi-screen applications which need
|
Utility functions for multi-screen applications which need
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gdk/linux-fb/gdkspawn-fb.c,
|
||||||
|
gdk/win32/gdkspawn-win32.c,
|
||||||
|
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||||
|
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||||
|
|
||||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
Utility functions for multi-screen applications which need
|
Utility functions for multi-screen applications which need
|
||||||
|
@ -93,11 +93,11 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
|
|||||||
error))
|
error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
retval = gdk_spawn (screen,
|
retval = gdk_spawn_on_screen (screen,
|
||||||
NULL, argv, NULL,
|
NULL, argv, NULL,
|
||||||
G_SPAWN_SEARCH_PATH,
|
G_SPAWN_SEARCH_PATH,
|
||||||
NULL, NULL, NULL,
|
NULL, NULL, NULL,
|
||||||
error);
|
error);
|
||||||
g_strfreev (argv);
|
g_strfreev (argv);
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
|
@ -93,11 +93,11 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
|
|||||||
error))
|
error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
retval = gdk_spawn (screen,
|
retval = gdk_spawn_on_screen (screen,
|
||||||
NULL, argv, NULL,
|
NULL, argv, NULL,
|
||||||
G_SPAWN_SEARCH_PATH,
|
G_SPAWN_SEARCH_PATH,
|
||||||
NULL, NULL, NULL,
|
NULL, NULL, NULL,
|
||||||
error);
|
error);
|
||||||
g_strfreev (argv);
|
g_strfreev (argv);
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
|
@ -225,11 +225,11 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
|
|||||||
error))
|
error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
retval = gdk_spawn (screen,
|
retval = gdk_spawn_on_screen (screen,
|
||||||
NULL, argv, NULL,
|
NULL, argv, NULL,
|
||||||
G_SPAWN_SEARCH_PATH,
|
G_SPAWN_SEARCH_PATH,
|
||||||
NULL, NULL, NULL,
|
NULL, NULL, NULL,
|
||||||
error);
|
error);
|
||||||
g_strfreev (argv);
|
g_strfreev (argv);
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
|
Reference in New Issue
Block a user