Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out by
2005-07-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.h: * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out by Kjartan Maraas.
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							c96fb60670
						
					
				
				
					commit
					2e64df4035
				
			| @ -435,7 +435,7 @@ struct _GtkWidgetShapeInfo | ||||
| GType	   gtk_widget_get_type		  (void) G_GNUC_CONST; | ||||
| GtkWidget* gtk_widget_new		  (GType		type, | ||||
| 					   const gchar	       *first_property_name, | ||||
| 					   ...) G_GNUC_NULL_TERMINATED; | ||||
| 					   ...); | ||||
| GtkWidget* gtk_widget_ref		  (GtkWidget	       *widget); | ||||
| void	   gtk_widget_unref		  (GtkWidget	       *widget); | ||||
| void	   gtk_widget_destroy		  (GtkWidget	       *widget); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user