| libfm Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
char* fm_file_size_to_str (char *buf,goffset size,gboolean si_prefix); gboolean fm_key_file_get_int (GKeyFile *kf,const char *grp,const char *key,int *val); gboolean fm_key_file_get_bool (GKeyFile *kf,const char *grp,const char *key,gboolean *val); char* fm_canonicalize_filename (const char *filename,const char *cwd); char* fm_str_replace (char *str,char *old,char *new);
char* fm_file_size_to_str (char *buf,goffset size,gboolean si_prefix);
|
|
|
|
|
|
Returns : |
gboolean fm_key_file_get_int (GKeyFile *kf,const char *grp,const char *key,int *val);
|
|
|
|
|
|
|
|
Returns : |
gboolean fm_key_file_get_bool (GKeyFile *kf,const char *grp,const char *key,gboolean *val);
|
|
|
|
|
|
|
|
Returns : |
char* fm_canonicalize_filename (const char *filename,const char *cwd);
|
|
|
|
Returns : |