mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	gsubprocess: Annotate g_subprocess_newv()
So that it can actually be invoked by bindings.
This commit is contained in:
		@@ -693,7 +693,7 @@ g_subprocess_new (GSubprocessFlags   flags,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * g_subprocess_newv:
 | 
					 * g_subprocess_newv:
 | 
				
			||||||
 * @argv: commandline arguments for the subprocess
 | 
					 * @argv: (array zero-terminated=1) (element-type utf8): commandline arguments for the subprocess
 | 
				
			||||||
 * @flags: flags that define the behaviour of the subprocess
 | 
					 * @flags: flags that define the behaviour of the subprocess
 | 
				
			||||||
 * @error: (allow-none): return location for an error, or %NULL
 | 
					 * @error: (allow-none): return location for an error, or %NULL
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user