@@ -2661,7 +2661,7 @@ void dc_str_unref (char* str);
2661
2661
* During execution of the job #DC_EVENT_IMEX_PROGRESS is sent out to indicate
2662
2662
* state and progress.
2663
2663
*
2664
- * @memberof dc_backup_sender_t
2664
+ * @memberof dc_backup_provider_t
2665
2665
* @param context The context.
2666
2666
* @return Opaque object for sending the backup.
2667
2667
* On errors, NULL is returned and dc_get_last_error() returns an error that
@@ -2681,7 +2681,6 @@ dc_backup_provider_t* dc_backup_provider_new (dc_context_t* context);
2681
2681
* dc_get_backup().
2682
2682
*
2683
2683
* @memberof dc_backup_provider_t
2684
- * @param context The context.
2685
2684
* @param backup_provider The backup provider object as created by
2686
2685
* dc_backup_provider_new().
2687
2686
* @return The text that should be put in the QR code.
@@ -2698,7 +2697,6 @@ char* dc_backup_provider_get_qr (const dc_backup_provider_t* backup_provider);
2698
2697
* SVG image containing the QR code.
2699
2698
*
2700
2699
* @memberof dc_backup_provider_t
2701
- * @param context The context.
2702
2700
* @param backup_provider The backup provider object as created by
2703
2701
* dc_backup_provider_new().
2704
2702
* @return The QR code rendered as SVG.
@@ -2715,7 +2713,6 @@ char* dc_backup_provider_get_qr_svg (const dc_backup_provider_t* backup_provider
2715
2713
* dc_start_io().
2716
2714
*
2717
2715
* @memberof dc_backup_provider_t
2718
- * @param context The context.
2719
2716
* @param backup_provider The backup provider object as created by
2720
2717
* dc_backup_provider_new(). If NULL is given nothing is done.
2721
2718
*/
@@ -2725,6 +2722,8 @@ void dc_backup_provider_wait (dc_backup_provider_t* backup_provider);
2725
2722
* Frees a dc_backup_provider_t object.
2726
2723
*
2727
2724
* @memberof dc_backup_provider_t
2725
+ * @param backup_provider The backup provider object as created by
2726
+ * dc_backup_provider_new().
2728
2727
*/
2729
2728
void dc_backup_provider_unref (dc_backup_provider_t * backup_provider );
2730
2729
@@ -2745,6 +2744,7 @@ void dc_backup_provider_unref (dc_backup_provider_t* backup_provider);
2745
2744
* for showing progress and informational only, success and failure is also
2746
2745
* shown in the return code of this function.
2747
2746
*
2747
+ * @memberof dc_context_t
2748
2748
* @param context The context.
2749
2749
* @param qr The qr code text, dc_check_qr() must have returned DC_QR_BACKUP
2750
2750
* on this text.
0 commit comments