mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
18 lines
273 B
C
18 lines
273 B
C
#ifndef __SHCOMMON_FS_H__
|
|
#define __SHCOMMON_FS_H__
|
|
|
|
#include <glib.h>
|
|
|
|
//
|
|
// PUBLIC FUNCTIONS
|
|
//
|
|
GList* wintc_sh_fs_get_names_as_list(
|
|
const gchar* path,
|
|
gboolean full_names,
|
|
GFileTest test,
|
|
gboolean recursive,
|
|
GError** error
|
|
);
|
|
|
|
#endif
|