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.
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to