| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GAppInfoCreateFlags | 
| Enum : | AppInfoCreateFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.AppInfoCreateFlags.NEEDS_TERMINAL : 1
			 | |
| 
		guint32 Gio.AppInfoCreateFlags.NONE : 0
			 | |
| 
		guint32 Gio.AppInfoCreateFlags.SUPPORTS_STARTUP_NOTIFICATION : 4
			 | |
| 
		guint32 Gio.AppInfoCreateFlags.SUPPORTS_URIS : 2
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio Method | 
			Gio.app_info_create_from_commandline
				
				 (String commandline, String application_name, AppInfoCreateFlags flags) 
			
				
					 : 
					Gio.AppInfo
					
				
			
		 Creates a new GAppInfo from the given information. |