Code review comment for lp:~gordallott/unity/unity-ubus

Revision history for this message
Gord Allott (gordallott) wrote :

fixed the hash tab indenting
regarding the reference counting, I think its best to just hold on to our own reference and own it completely, no real reason to start increasing/decreasing the reference count because we can only initialize the object once in the programs lifetime. we want it to stick around :) so i'm just holding on to one reference now and not passing any back to whatever calls get_default ()

« Back to merge proposal