[evolution-data-server/tintou/folder-summary-virtual] CamelFolderSummary: Explicitely map the virtual methods to their callers
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/tintou/folder-summary-virtual] CamelFolderSummary: Explicitely map the virtual methods to their callers
- Date: Mon, 20 Jan 2020 12:00:04 +0000 (UTC)
commit 249aac8589b5db59056f0846fe8651af33f60102
Author: Corentin Noël <corentin noel collabora com>
Date: Mon Jan 20 12:58:44 2020 +0100
CamelFolderSummary: Explicitely map the virtual methods to their callers
This is required as they are prefixed with message_info_
src/camel/camel-folder-summary.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/camel/camel-folder-summary.c b/src/camel/camel-folder-summary.c
index d9ad04dcd..c981228bd 100644
--- a/src/camel/camel-folder-summary.c
+++ b/src/camel/camel-folder-summary.c
@@ -1404,7 +1404,7 @@ message_info_from_uid (CamelFolderSummary *summary,
}
/**
- * camel_folder_summary_get:
+ * camel_folder_summary_get: (virtual message_info_from_uid)
* @summary: a #CamelFolderSummary object
* @uid: a uid
*
@@ -2449,7 +2449,7 @@ camel_folder_summary_add (CamelFolderSummary *summary,
}
/**
- * camel_folder_summary_info_new_from_headers:
+ * camel_folder_summary_info_new_from_headers: (virtual message_info_new_from_headers)
* @summary: a #CamelFolderSummary object
* @headers: rfc822 headers as #CamelNameValueArray
*
@@ -2476,7 +2476,7 @@ camel_folder_summary_info_new_from_headers (CamelFolderSummary *summary,
}
/**
- * camel_folder_summary_info_new_from_parser:
+ * camel_folder_summary_info_new_from_parser: (virtual message_info_new_from_parser)
* @summary: a #CamelFolderSummary object
* @parser: a #CamelMimeParser object
*
@@ -2555,7 +2555,7 @@ camel_folder_summary_info_new_from_parser (CamelFolderSummary *summary,
}
/**
- * camel_folder_summary_info_new_from_message:
+ * camel_folder_summary_info_new_from_message: (virtual message_info_new_from_message)
* @summary: a #CamelFolderSummary object
* @message: a #CamelMimeMessage object
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]