mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Fix doc typo in g_dbus_connection_signal_subscribe
This commit is contained in:
		
				
					committed by
					
						
						Philip Withnall
					
				
			
			
				
	
			
			
			
						parent
						
							24e1bfba16
						
					
				
				
					commit
					29da935c28
				
			@@ -3444,7 +3444,7 @@ is_signal_data_for_name_lost_or_acquired (SignalData *signal_data)
 | 
			
		||||
 * @user_data_free_func: (nullable): function to free @user_data with when
 | 
			
		||||
 *     subscription is removed or %NULL
 | 
			
		||||
 *
 | 
			
		||||
 * Subscribes to signals on @connection and invokes @callback with a whenever
 | 
			
		||||
 * Subscribes to signals on @connection and invokes @callback whenever
 | 
			
		||||
 * the signal is received. Note that @callback will be invoked in the 
 | 
			
		||||
 * [thread-default main context][g-main-context-push-thread-default]
 | 
			
		||||
 * of the thread you are calling this method from.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user