Code review comment for lp:~unity-team/unity/unity-lens.to.scope

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

320 +// wrapper for raw const gchar*. non-deleteable.
321 +class StringRef : boost::noncopyable

I also wanted to do this before, but I always been suggested to instead just add a function into the glib namespace that takes a gchar* returning a std::string with just a null-check on it...

« Back to merge proposal