Exemplo n.º 1
0
static VALUE
rb_goo_canvas_style_new(VALUE self)
{
    G_INITIALIZE(self, goo_canvas_style_new());
    return Qnil;
}
Exemplo n.º 2
0
static VALUE
rg_initialize(VALUE self)
{
    G_INITIALIZE(self, goo_canvas_style_new());
    return Qnil;
}