Support for importing Tilde Friends apps from disk to the database.
I don't know why it has SSB in the name.
◆ tf_ssb_t
◆ tf_ssb_import()
void tf_ssb_import |
( |
tf_ssb_t * |
ssb, |
|
|
const char * |
user, |
|
|
const char * |
path |
|
) |
| |
Import apps in a directory to a user's account.
- Parameters
-
ssb | The SSB instance. |
user | The username. |
path | The on-disk path of the apps. |
◆ tf_ssb_import_from_zip()
void tf_ssb_import_from_zip |
( |
tf_ssb_t * |
ssb, |
|
|
const char * |
zip_path, |
|
|
const char * |
user, |
|
|
const char * |
path |
|
) |
| |
Import apps from a zip file to a user's account.
- Parameters
-
ssb | The SSB instance. |
zip_path | The path to the zip file on disk. |
user | The user into whose account the apps will be imported. |
path | The path in the zip to the apps. |