Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127751
Collapse All | Expand All

(-)ruby-gnome2-all-0.12.0-orig/gnomecanvas/src/rbgnome-canvas-path-def.c (-1 / +1 lines)
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;

Return to bug 127751