Re: Bug in documentation: Gio::File Class Reference



On 3 August 2016 at 23:38, Alwin Leerling wrote:
I believe I may have found some errors in the reference documentation
of the Gio::File Class:

Function signatures

std::string Gio::File::get_basename() const
std::string Gio::File::get_path() const
std::string Gio::File::get_relative_path(
                const Glib::RefPtr< const File & descendant >
                                ) const
std::string Gio::File::get_uri() const

are all declared returning a const std::string.

No they aren't, those return non-const std::string objects.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]