Re: [anjuta-devel] New project interface and introspection



Hi!

g_object_ref (node);
anjuta_project_node_remove (node);
anjuta_project_node_insert (parent, node);
g_object_unref (node).

It's possible but more clumsy to write in C.

That actually the prefered way when moving objects between different
"parents". This is much cleaner than messing around with floating
references.

Regards,
Johannes




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]