v0.5.0: manifests, filters, logging, docs
This commit is contained in:
@@ -24,6 +24,7 @@ char *photos_export_preview_json(
|
||||
const char *asset_id,
|
||||
const char *output_dir,
|
||||
int target_size,
|
||||
int quality,
|
||||
int index,
|
||||
int slot_index
|
||||
);
|
||||
@@ -44,6 +45,7 @@ int photos_request_is_cancelled(void);
|
||||
void photos_free_string(char *value);
|
||||
|
||||
export_progress_t *photos_get_progress_slots(void);
|
||||
export_progress_t photos_get_progress_slot(export_progress_t *slots, int index);
|
||||
int photos_get_progress_slot_count(void);
|
||||
void photos_reset_progress_slots(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user