[evolution/wip/mcrha/webkit-jsc-api] Bump devel-doc version from 3.36 to 3.38 for new APIs
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/mcrha/webkit-jsc-api] Bump devel-doc version from 3.36 to 3.38 for new APIs
- Date: Mon, 3 Feb 2020 16:31:25 +0000 (UTC)
commit 5e95bc34c25a6ee61ad5db4e509e28539d995351
Author: Milan Crha <mcrha redhat com>
Date: Mon Feb 3 17:32:21 2020 +0100
Bump devel-doc version from 3.36 to 3.38 for new APIs
Now it's clear that this won't reach 3.36.0.
src/composer/e-msg-composer.c | 2 +-
src/e-util/e-content-editor.c | 4 ++--
src/e-util/e-html-editor.c | 12 ++++++------
src/e-util/e-util-enums.h | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/composer/e-msg-composer.c b/src/composer/e-msg-composer.c
index 53f49b45ea..fe4ca5ff2f 100644
--- a/src/composer/e-msg-composer.c
+++ b/src/composer/e-msg-composer.c
@@ -4234,7 +4234,7 @@ e_msg_composer_get_shell (EMsgComposer *composer)
* Returns: (transfer none) (nullable): an #EContentEditorContentHash
* with current content data, or %NULL, when it is not loaded.
*
- * Since: 3.36
+ * Since: 3.38
**/
EContentEditorContentHash *
e_msg_composer_get_content_hash (EMsgComposer *composer)
diff --git a/src/e-util/e-content-editor.c b/src/e-util/e-content-editor.c
index 2252a239f6..fce296fd1e 100644
--- a/src/e-util/e-content-editor.c
+++ b/src/e-util/e-content-editor.c
@@ -626,7 +626,7 @@ e_content_editor_default_init (EContentEditorInterface *iface)
* object, if not %NULL, should be freed with g_object_unref(),
* when no longer needed.
*
- * Since: 3.36
+ * Since: 3.38
*/
signals[REF_MIME_PART] = g_signal_new (
"ref-mime-part",
@@ -1752,7 +1752,7 @@ e_content_editor_util_steal_content_data (EContentEditorContentHash *content_has
* the referenced data, or %NULL, when cannot be converted (due to
* unsupported URI, file not found or such).
*
- * Since: 3.36
+ * Since: 3.38
**/
CamelMimePart *
e_content_editor_util_create_data_mimepart (const gchar *uri,
diff --git a/src/e-util/e-html-editor.c b/src/e-util/e-html-editor.c
index 66c298b7f3..83e102bec0 100644
--- a/src/e-util/e-html-editor.c
+++ b/src/e-util/e-html-editor.c
@@ -1554,7 +1554,7 @@ e_html_editor_save_content_ready_cb (GObject *source_object,
*
* Finish the call with e_html_editor_save_finish() from the @callback.
*
- * Since: 3.36
+ * Since: 3.38
**/
void
e_html_editor_save (EHTMLEditor *editor,
@@ -1610,7 +1610,7 @@ e_html_editor_save (EHTMLEditor *editor,
*
* Returns: whether the save succeeded.
*
- * Since: 3.36
+ * Since: 3.38
**/
gboolean
e_html_editor_save_finish (EHTMLEditor *editor,
@@ -1630,7 +1630,7 @@ e_html_editor_save_finish (EHTMLEditor *editor,
* Add the @mime_part with its Content-ID (if not set, one is assigned),
* which can be later obtained with e_html_editor_ref_cid_part();
*
- * Since: 3.36
+ * Since: 3.38
**/
void
e_html_editor_add_cid_part (EHTMLEditor *editor,
@@ -1663,7 +1663,7 @@ e_html_editor_add_cid_part (EHTMLEditor *editor,
* e_html_editor_add_cid_part(). The function does nothing if no
* such part is stored.
*
- * Since: 3.36
+ * Since: 3.38
**/
void
e_html_editor_remove_cid_part (EHTMLEditor *editor,
@@ -1682,7 +1682,7 @@ e_html_editor_remove_cid_part (EHTMLEditor *editor,
* Removes all CID parts previously added with
* e_html_editor_add_cid_part().
*
- * Since: 3.36
+ * Since: 3.38
**/
void
e_html_editor_remove_all_cid_parts (EHTMLEditor *editor)
@@ -1707,7 +1707,7 @@ e_html_editor_remove_all_cid_parts (EHTMLEditor *editor)
* Returns: (transfer full) (nullable): a #CamelMimePart with given Content ID,
* or %NULL, if not found.
*
- * Since: 3.36
+ * Since: 3.38
**/
CamelMimePart *
e_html_editor_ref_cid_part (EHTMLEditor *editor,
diff --git a/src/e-util/e-util-enums.h b/src/e-util/e-util-enums.h
index 432bc1ccb2..8d3fe55a47 100644
--- a/src/e-util/e-util-enums.h
+++ b/src/e-util/e-util-enums.h
@@ -176,7 +176,7 @@ typedef enum {
* Influences what content should be returned. Each flag means one
* version, or part, of the content.
*
- * Since: 3.36
+ * Since: 3.38
**/
typedef enum {
E_CONTENT_EDITOR_GET_INLINE_IMAGES = 1 << 0,
@@ -529,7 +529,7 @@ typedef enum {
*
* Flags in what state Undo/Redo stack is.
*
- * Since: 3.36
+ * Since: 3.38
**/
typedef enum {
E_UNDO_REDO_STATE_NONE = 0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]