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:
Mark McLoughlin 2003-12-10 14:17:07 +00:00 committed by Mark McLoughlin
parent 01fcbc199f
commit b79642263f
8 changed files with 50 additions and 15 deletions

View File

@ -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>
Utility functions for multi-screen applications which need

View File

@ -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>
Utility functions for multi-screen applications which need

View File

@ -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>
Utility functions for multi-screen applications which need

View File

@ -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>
Utility functions for multi-screen applications which need

View File

@ -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>
Utility functions for multi-screen applications which need

View File

@ -93,11 +93,11 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
error))
return FALSE;
retval = gdk_spawn (screen,
NULL, argv, NULL,
G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL,
error);
retval = gdk_spawn_on_screen (screen,
NULL, argv, NULL,
G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL,
error);
g_strfreev (argv);
return retval;

View File

@ -93,11 +93,11 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
error))
return FALSE;
retval = gdk_spawn (screen,
NULL, argv, NULL,
G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL,
error);
retval = gdk_spawn_on_screen (screen,
NULL, argv, NULL,
G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL,
error);
g_strfreev (argv);
return retval;

View File

@ -225,11 +225,11 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
error))
return FALSE;
retval = gdk_spawn (screen,
NULL, argv, NULL,
G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL,
error);
retval = gdk_spawn_on_screen (screen,
NULL, argv, NULL,
G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL,
error);
g_strfreev (argv);
return retval;