Re: Where is Glib::strfreev()?

2009-05-02 Thread Johnson Wong
: Where is Glib::strfreev()? To: gtk-app-devel-list@gnome.org Message-ID: blu122-w418df7831e7a7544f62c9eab...@phx.gbl Content-Type: text/plain; charset=iso-8859-7 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

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