Fernando Maróstica wrote:
> I think that the correct way is:
> 
> ThunarFolder *folder;
> folder = thunar_list_model_get_folder (standard_view->model);
> if (G_LIKELY (folder != NULL))
>     files =  thunar_folder_get_corresponding_file (folder);
> 
> Is it ok Benedikt??

No. Use thunar_folder_get_files(). Hint: Look at the function
definitions. Each function is preceeded with gtkdoc text.

> Cheers.
> Fernando Maróstica.

Benedikt
_______________________________________________
Thunar-dev mailing list
Thunar-dev@xfce.org
http://foo-projects.org/mailman/listinfo/thunar-dev

Reply via email to