Removed the GTK_FILE_PATH() and GTK_IS_FILE_PATH() macros. They are not
2004-09-18 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and GTK_IS_FILE_PATH() macros. They are not supposed to exist, as GtkFilePath is not an object. And they never worked, anyway.
This commit is contained in:
committed by
Federico Mena Quintero
parent
1800ebb2b9
commit
0216ec037d
@@ -1,3 +1,9 @@
|
||||
2004-09-18 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
|
||||
GTK_IS_FILE_PATH() macros. They are not supposed to exist, as
|
||||
GtkFilePath is not an object. And they never worked, anyway.
|
||||
|
||||
2004-09-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2004-09-18 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
|
||||
GTK_IS_FILE_PATH() macros. They are not supposed to exist, as
|
||||
GtkFilePath is not an object. And they never worked, anyway.
|
||||
|
||||
2004-09-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2004-09-18 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
|
||||
GTK_IS_FILE_PATH() macros. They are not supposed to exist, as
|
||||
GtkFilePath is not an object. And they never worked, anyway.
|
||||
|
||||
2004-09-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2004-09-18 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and
|
||||
GTK_IS_FILE_PATH() macros. They are not supposed to exist, as
|
||||
GtkFilePath is not an object. And they never worked, anyway.
|
||||
|
||||
2004-09-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version.
|
||||
|
||||
@@ -326,8 +326,6 @@ gboolean gtk_file_folder_is_finished_loading (GtkFileFolder *folder);
|
||||
|
||||
/* GtkFilePath */
|
||||
#define GTK_TYPE_FILE_PATH (gtk_file_path_get_type ())
|
||||
#define GTK_FILE_PATH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FILE_PATH, GtkFilePath))
|
||||
#define GTK_IS_FILE_PATH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_FILE_PATH))
|
||||
|
||||
GType gtk_file_path_get_type (void);
|
||||
#ifdef __GNUC__
|
||||
|
||||
Reference in New Issue
Block a user