mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Add missing annotation to GDBusConnection::closed
Add annotation (allow-none) to the parameter error. https://bugzilla.gnome.org/show_bug.cgi?id=677952
This commit is contained in:
		
				
					committed by
					
						
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							90f70099d8
						
					
				
				
					commit
					02eed18a4e
				
			@@ -1022,7 +1022,7 @@ g_dbus_connection_class_init (GDBusConnectionClass *klass)
 | 
			
		||||
   * @connection: The #GDBusConnection emitting the signal.
 | 
			
		||||
   * @remote_peer_vanished: %TRUE if @connection is closed because the
 | 
			
		||||
   * remote peer closed its end of the connection.
 | 
			
		||||
   * @error: A #GError with more details about the event or %NULL.
 | 
			
		||||
   * @error: (allow-none): A #GError with more details about the event or %NULL.
 | 
			
		||||
   *
 | 
			
		||||
   * Emitted when the connection is closed.
 | 
			
		||||
   *
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user