From: Marcus Brinkmann Date: Thu, 21 Nov 2002 13:34:33 +0000 (+0000) Subject: Fix function names which lacked _new_. X-Git-Tag: gpgme-0-4-0~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b1456f1c1962c1ce8bbdba929be5a0b5c6997c22;p=gpgme.git Fix function names which lacked _new_. --- diff --git a/NEWS b/NEWS index ae19a41..1e8d4cb 100644 --- a/NEWS +++ b/NEWS @@ -12,9 +12,9 @@ GpgmeDataCbs NEW gpgme_data_read CHANGED: Match read() closely. gpgme_data_write CHANGED: Match write() closely. gpgme_data_seek NEW -gpgme_data_from_fd NEW -gpgme_data_from_stream NEW -gpgme_data_from_cbs NEW +gpgme_data_new_from_fd NEW +gpgme_data_new_from_stream NEW +gpgme_data_new_from_cbs NEW gpgme_data_rewind DEPRECATED: Replaced by gpgme_data_seek(). gpgme_data_new_from_read_cb DEPRECATED: Replaced by gpgme_data_from_cbs(). gpgme_data_get_type REMOVED: No replacement.