Where is Glib::strfreev()?

2009-05-01 Thread sledge hammer
Hello, I use Gtk::SelectionData::get_uris() and in the docs says that if I get a non-0 result I should use Glib::strfreev() to free it. The problem is there is no documentation about Glib::strfreev() and I don't know how to use it. I cant even find an example that uses it. So can you show me

Re: Where is Glib::strfreev()?

2009-05-01 Thread Chris Vine
On Fri, 1 May 2009 22:34:48 +0300 sledge hammer sledgehammer_...@hotmail.com wrote: Hello, I use Gtk::SelectionData::get_uris() and in the docs says that if I get a non-0 result I should use Glib::strfreev() to free it. The problem is there is no documentation about Glib::strfreev() and