forked from AuroraMiddleware/gtk
add padding to the class structure.
Fri Oct 24 20:22:40 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelfilter.h: add padding to the class structure.
This commit is contained in:
parent
e475c2684d
commit
021ec700a5
@ -1,3 +1,7 @@
|
||||
Fri Oct 24 20:22:40 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreemodelfilter.h: add padding to the class structure.
|
||||
|
||||
2003-10-23 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Fri Oct 24 20:22:40 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreemodelfilter.h: add padding to the class structure.
|
||||
|
||||
2003-10-23 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Fri Oct 24 20:22:40 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreemodelfilter.h: add padding to the class structure.
|
||||
|
||||
2003-10-23 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Fri Oct 24 20:22:40 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreemodelfilter.h: add padding to the class structure.
|
||||
|
||||
2003-10-23 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Fri Oct 24 20:22:40 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreemodelfilter.h: add padding to the class structure.
|
||||
|
||||
2003-10-23 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
|
||||
|
@ -56,6 +56,12 @@ struct _GtkTreeModelFilter
|
||||
struct _GtkTreeModelFilterClass
|
||||
{
|
||||
GObjectClass parent_class;
|
||||
|
||||
/* Padding for future expansion */
|
||||
void (*_gtk_reserved0) (void);
|
||||
void (*_gtk_reserved1) (void);
|
||||
void (*_gtk_reserved2) (void);
|
||||
void (*_gtk_reserved3) (void);
|
||||
};
|
||||
|
||||
/* base */
|
||||
|
Loading…
Reference in New Issue
Block a user