mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	gobject-2.0: Annotate another GSignal function taking instances
As a followup to commit a72983a, annotate g_signal_handlers_destroy() as well.
			
			
This commit is contained in:
		@@ -2620,6 +2620,10 @@ g_signal_handler_is_connected (gpointer instance,
 | 
			
		||||
  return connected;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * g_signal_handlers_destroy:
 | 
			
		||||
 * @instance: (type GObject.Object): The instance where a signal handler is sought.
 | 
			
		||||
 */
 | 
			
		||||
void
 | 
			
		||||
g_signal_handlers_destroy (gpointer instance)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user