Fix warning about g_type_init() in dbus/example.c
This commit is contained in:
		
							parent
							
								
									1969db5f94
								
							
						
					
					
						commit
						b08d9cfb56
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -102,7 +102,9 @@ main (int argc, char **argv) | |||
| 	gchar *path; | ||||
| 	GError *error = NULL; | ||||
| 
 | ||||
| #if ! GLIB_CHECK_VERSION (2, 36, 0) | ||||
| 	g_type_init (); | ||||
| #endif | ||||
| 
 | ||||
| 	connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error); | ||||
| 	if (connection == NULL) { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue