Deprecation cleanup
Mon Oct 7 11:59:33 2002 Manish Singh <yosh@gimp.org> * gtk/gtkliststore.[ch] gtk/gtktreedatalist.[ch] gtk/gtktreednd.c gtk/gtktreemodel.[ch] gtk/gtktreemodelsort.[ch] gtk/gtktreeselection.[ch] gtk/gtktreesortable.[ch] gtk/gtktreestore.[ch]: Deprecation cleanup
This commit is contained in:
		 Manish Singh
					Manish Singh
				
			
				
					committed by
					
						 Manish Singh
						Manish Singh
					
				
			
			
				
	
			
			
			 Manish Singh
						Manish Singh
					
				
			
						parent
						
							c1fff202ed
						
					
				
				
					commit
					55704fc7c1
				
			| @ -28,11 +28,11 @@ extern "C" { | ||||
| #endif /* __cplusplus */ | ||||
|  | ||||
| #define GTK_TYPE_LIST_STORE	       (gtk_list_store_get_type ()) | ||||
| #define GTK_LIST_STORE(obj)	       (GTK_CHECK_CAST ((obj), GTK_TYPE_LIST_STORE, GtkListStore)) | ||||
| #define GTK_LIST_STORE_CLASS(klass)    (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_LIST_STORE, GtkListStoreClass)) | ||||
| #define GTK_IS_LIST_STORE(obj)	       (GTK_CHECK_TYPE ((obj), GTK_TYPE_LIST_STORE)) | ||||
| #define GTK_IS_LIST_STORE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GTK_TYPE_LIST_STORE)) | ||||
| #define GTK_LIST_STORE_GET_CLASS(obj)  (GTK_CHECK_GET_CLASS ((obj), GTK_TYPE_LIST_STORE, GtkListStoreClass)) | ||||
| #define GTK_LIST_STORE(obj)	       (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_LIST_STORE, GtkListStore)) | ||||
| #define GTK_LIST_STORE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_LIST_STORE, GtkListStoreClass)) | ||||
| #define GTK_IS_LIST_STORE(obj)	       (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_LIST_STORE)) | ||||
| #define GTK_IS_LIST_STORE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_LIST_STORE)) | ||||
| #define GTK_LIST_STORE_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_LIST_STORE, GtkListStoreClass)) | ||||
|  | ||||
| typedef struct _GtkListStore       GtkListStore; | ||||
| typedef struct _GtkListStoreClass  GtkListStoreClass; | ||||
| @ -69,7 +69,7 @@ struct _GtkListStoreClass | ||||
| }; | ||||
|  | ||||
|  | ||||
| GtkType       gtk_list_store_get_type         (void); | ||||
| GType         gtk_list_store_get_type         (void); | ||||
| GtkListStore *gtk_list_store_new              (gint          n_columns, | ||||
| 					       ...); | ||||
| GtkListStore *gtk_list_store_newv             (gint          n_columns, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user