Move classes that currently derive from GtkObject to GInitiallyUnowned

This commit is contained in:
Javier Jardón
2010-09-18 19:54:31 -04:00
committed by Matthias Clasen
parent 945e97e505
commit 3b8184cfee
16 changed files with 51 additions and 58 deletions

View File

@ -112,8 +112,7 @@ enum {
static guint cell_renderer_signals[LAST_SIGNAL] = { 0 };
G_DEFINE_ABSTRACT_TYPE(GtkCellRenderer, gtk_cell_renderer, GTK_TYPE_OBJECT)
G_DEFINE_ABSTRACT_TYPE(GtkCellRenderer, gtk_cell_renderer, G_TYPE_INITIALLY_UNOWNED)
static void
gtk_cell_renderer_init (GtkCellRenderer *cell)