|
Lines 33-39
Link Here
|
| 33 |
{ |
33 |
{ |
| 34 |
static GType our_type = 0; |
34 |
static GType our_type = 0; |
| 35 |
if (our_type == 0) |
35 |
if (our_type == 0) |
| 36 |
our_type = g_boxed_type_register_static ("GnomeCanvasPathDef", |
36 |
our_type = g_boxed_type_register_static ("RbGnomeCanvasPathDef", |
| 37 |
(GBoxedCopyFunc)gnome_canvas_path_def_ref, |
37 |
(GBoxedCopyFunc)gnome_canvas_path_def_ref, |
| 38 |
(GBoxedFreeFunc)gnome_canvas_path_def_unref); |
38 |
(GBoxedFreeFunc)gnome_canvas_path_def_unref); |
| 39 |
return our_type; |
39 |
return our_type; |