ui_fileinfo

ui_fileinfo

Synopsis




void                create_fileinfo_window              (void);
void                fileinfo_show_for_tuple             (TitleInput *tuple);
gchar*              fileinfo_recursive_get_image        (const gchar *path,
                                                         const gchar *file_name,
                                                         gint depth);
void                fileinfo_show_for_path              (gchar *path);

Description

Details

create_fileinfo_window ()

void                create_fileinfo_window              (void);


fileinfo_show_for_tuple ()

void                fileinfo_show_for_tuple             (TitleInput *tuple);

tuple :

fileinfo_recursive_get_image ()

gchar*              fileinfo_recursive_get_image        (const gchar *path,
                                                         const gchar *file_name,
                                                         gint depth);

path :
file_name :
depth :
Returns :

fileinfo_show_for_path ()

void                fileinfo_show_for_path              (gchar *path);

path :