Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53075 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-vfs-1.0.5/libgnomevfs/gnome-vfs-private-utils.c (-1 / +1 lines)
Lines 263-269 Link Here
263
 * 
263
 * 
264
 * Return value: 
264
 * Return value: 
265
 **/
265
 **/
266
GnomeVFSProcessResult
266
GnomeVFSProcessRunResult
267
gnome_vfs_process_run_cancellable (const gchar *file_name,
267
gnome_vfs_process_run_cancellable (const gchar *file_name,
268
				   const gchar * const argv[],
268
				   const gchar * const argv[],
269
				   GnomeVFSProcessOptions options,
269
				   GnomeVFSProcessOptions options,
(-)gnome-vfs-1.0.5/libgnomevfs/gnome-vfs-process.c (-1 / +1 lines)
Lines 258-264 Link Here
258
 * 
258
 * 
259
 * Return value: A numeric value reporting the result of the operation.
259
 * Return value: A numeric value reporting the result of the operation.
260
 **/
260
 **/
261
GnomeVFSProcessRunResult
261
GnomeVFSProcessResult
262
gnome_vfs_process_signal (GnomeVFSProcess *process,
262
gnome_vfs_process_signal (GnomeVFSProcess *process,
263
			  guint signal_number)
263
			  guint signal_number)
264
{
264
{

Return to bug 53075