Foldy – libfoldy-5 Reference Manual
Packages
libfoldy-5
Foldy
Folder
add_folder
create_folder
folder_exists
get_app_ids_by_category
get_categories_by_app_id
get_favorite_apps_ids
get_folders
get_folders_settings
get_installed_categories
get_shell_settings
get_unfolder_apps
refresh_folder_category
remove_folder
restore_folders
restore_folders_async
save_folders
set_folders
sync
Foldy
Description:
Content:
Namespaces:
Folder
Functions:
public
void
add_folder
(
string
folder_id)
public
string
create_folder
(
string
? folder_id,
string
folder_name =
"Unnamed Folder"
)
public
bool
folder_exists
(
string
folder_id)
public
string
[]
get_app_ids_by_category
(
string
category)
public
string
[]
get_categories_by_app_id
(
string
app_id)
public
string
[]
get_favorite_apps_ids
()
public
string
[]
get_folders
()
public
Settings
get_folders_settings
()
public
string
[]
get_installed_categories
(
string
? exclude_folder_id)
public
Settings
get_shell_settings
()
public
AppInfo
[]
get_unfolder_apps
()
public
void
refresh_folder_category
(
string
folder_id,
string
[] new_categories,
string
[] old_categories)
public
void
remove_folder
(
string
folder_id)
public
void
restore_folders
(
string
filepath,
bool
owerwrite)
throws
Error
public
async
void
restore_folders_async
(
string
filepath,
bool
owerwrite)
throws
Error
public
void
save_folders
(
string
filepath)
throws
Error
public
void
set_folders
(
string
[]? new_folders)
public
void
sync
()