Deprecation cleanup
Thu Oct 10 15:13:48 2002 Manish Singh <yosh@gimp.org> * gtk/gtkimcontext.[ch] gtk/gtkimcontextsimple.[ch] gtk/gtkimmodule.c gtk/gtkimmulticontext.[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
						
							62341005d1
						
					
				
				
					commit
					5d021465d6
				
			| @ -29,11 +29,11 @@ extern "C" { | ||||
| #endif /* __cplusplus */ | ||||
|  | ||||
| #define GTK_TYPE_TREE_STORE			(gtk_tree_store_get_type ()) | ||||
| #define GTK_TREE_STORE(obj)			(GTK_CHECK_CAST ((obj), GTK_TYPE_TREE_STORE, GtkTreeStore)) | ||||
| #define GTK_TREE_STORE_CLASS(klass)		(GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_TREE_STORE, GtkTreeStoreClass)) | ||||
| #define GTK_IS_TREE_STORE(obj)			(GTK_CHECK_TYPE ((obj), GTK_TYPE_TREE_STORE)) | ||||
| #define GTK_IS_TREE_STORE_CLASS(klass)		(GTK_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TREE_STORE)) | ||||
| #define GTK_TREE_STORE_GET_CLASS(obj)           (GTK_CHECK_GET_CLASS ((obj), GTK_TYPE_TREE_STORE, GtkTreeStoreClass)) | ||||
| #define GTK_TREE_STORE(obj)			(G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TREE_STORE, GtkTreeStore)) | ||||
| #define GTK_TREE_STORE_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_TREE_STORE, GtkTreeStoreClass)) | ||||
| #define GTK_IS_TREE_STORE(obj)			(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TREE_STORE)) | ||||
| #define GTK_IS_TREE_STORE_CLASS(klass)		(G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TREE_STORE)) | ||||
| #define GTK_TREE_STORE_GET_CLASS(obj)		(G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TREE_STORE, GtkTreeStoreClass)) | ||||
|  | ||||
| typedef struct _GtkTreeStore       GtkTreeStore; | ||||
| typedef struct _GtkTreeStoreClass  GtkTreeStoreClass; | ||||
| @ -68,7 +68,7 @@ struct _GtkTreeStoreClass | ||||
| }; | ||||
|  | ||||
|  | ||||
| GtkType       gtk_tree_store_get_type         (void); | ||||
| GType         gtk_tree_store_get_type         (void); | ||||
| GtkTreeStore *gtk_tree_store_new              (gint          n_columns, | ||||
| 					       ...); | ||||
| GtkTreeStore *gtk_tree_store_newv             (gint          n_columns, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user