Add cell name to renderer settings dialog title bar

This commit is contained in:
2019-04-08 19:05:07 +02:00
parent f4de9c4402
commit c3c4636334
3 changed files with 55 additions and 3 deletions

View File

@@ -118,11 +118,12 @@ static void lib_cell_renderer_get_property(GObject *object,
}
}
static GParamSpec *properties [PROP_COUNT];
static GParamSpec *properties[PROP_COUNT];
void lib_cell_renderer_class_init(LibCellRendererClass *klass)
{
GObjectClass *oclass = G_OBJECT_CLASS(klass);
oclass->constructed = lib_cell_renderer_constructed;
oclass->set_property = lib_cell_renderer_set_property;
oclass->get_property = lib_cell_renderer_get_property;