|
| void | file_perm_options_set_file_uid (FilePermOptions *self, const gchar *file_uid) |
| |
| void | file_perm_options_dont_change_file_uid (FilePermOptions *self) |
| |
| void | file_perm_options_set_file_gid (FilePermOptions *self, const gchar *file_gid) |
| |
| void | file_perm_options_dont_change_file_gid (FilePermOptions *self) |
| |
| void | file_perm_options_set_file_perm (FilePermOptions *self, gint file_perm) |
| |
| void | file_perm_options_dont_change_file_perm (FilePermOptions *self) |
| |
| void | file_perm_options_set_dir_uid (FilePermOptions *self, const gchar *dir_uid) |
| |
| void | file_perm_options_dont_change_dir_uid (FilePermOptions *self) |
| |
| void | file_perm_options_set_dir_gid (FilePermOptions *self, const gchar *dir_gid) |
| |
| void | file_perm_options_dont_change_dir_gid (FilePermOptions *self) |
| |
| void | file_perm_options_set_dir_perm (FilePermOptions *self, gint dir_perm) |
| |
| void | file_perm_options_dont_change_dir_perm (FilePermOptions *self) |
| |
| void | file_perm_options_defaults (FilePermOptions *self) |
| |
| void | file_perm_options_global_defaults (FilePermOptions *self) |
| |
| void | file_perm_options_inherit_from (FilePermOptions *self, const FilePermOptions *from) |
| |
| void | file_perm_options_inherit_dont_change (FilePermOptions *self) |
| |
| gboolean | file_perm_options_apply_file (const FilePermOptions *self, const gchar *path) |
| |
| gboolean | file_perm_options_apply_symlink (const FilePermOptions *self, const gchar *path) |
| |
| gboolean | file_perm_options_apply_dir (const FilePermOptions *self, const gchar *path) |
| |
| gboolean | file_perm_options_apply_fd (const FilePermOptions *self, gint fd) |
| |
| gboolean | file_perm_options_create_containing_directory (const FilePermOptions *self, const gchar *path) |
| |