[Thunar-dev] Thunar get all files from standarview

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Wed Oct 24 09:12:33 CEST 2007


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



More information about the Thunar-dev mailing list