[balsa/wip/gtk4: 184/351] Remove now inaccurate comment about set-status



commit c01bd669108e6d6bcbcd47ed6cc0b014fffa28b7
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Feb 23 12:52:09 2018 -0500

    Remove now inaccurate comment about set-status
    
    libbalsa_address_book_set_status was changed to store a copy of its
    const gchar * argument, instead of taking ownership of a gchar *
    argument, but the comment that it takes ownership was not removed.

 libbalsa/address-book.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libbalsa/address-book.h b/libbalsa/address-book.h
index 8325d84..39f5277 100644
--- a/libbalsa/address-book.h
+++ b/libbalsa/address-book.h
@@ -99,7 +99,6 @@ LibBalsaABErr libbalsa_address_book_modify_address(LibBalsaAddressBook *ab,
                                                    LibBalsaAddress *address,
                                                    LibBalsaAddress *newval);
 
-/* set_status takes over the string ownership */
 void libbalsa_address_book_set_status(LibBalsaAddressBook * ab,
                                       const gchar         * status);
 void libbalsa_address_book_save_config(LibBalsaAddressBook * ab,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]