if (errors) {
g_object_unref (obj);
return NULL;
}
While g_object_unref did'nt seem to be a prob. but returning a NULL caused the gobject-system to segfault. I've asked to help on this at the gtk+-devel list but for the moment i fixed the problem by having the errors var. inside the object struct and checking on it in my _new function.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!