[gmime: 7/14] Added skip attribute to a few more methods



commit 07a75b7ec2714e6bda544f3814dd2ad06f2e4b86
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Thu Mar 30 18:11:42 2017 -0400

    Added skip attribute to a few more methods

 gmime/gmime-crypto-context.c |    2 +-
 gmime/gmime-parser.c         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gmime/gmime-crypto-context.c b/gmime/gmime-crypto-context.c
index a5f73da..29b12d4 100644
--- a/gmime/gmime-crypto-context.c
+++ b/gmime/gmime-crypto-context.c
@@ -191,7 +191,7 @@ g_mime_crypto_context_new (const char *protocol)
 
 
 /**
- * g_mime_crypto_context_set_request_password:
+ * g_mime_crypto_context_set_request_password: (skip)
  * @ctx: a #GMimeCryptoContext
  * @request_passwd: a callback function for requesting a password
  *
diff --git a/gmime/gmime-parser.c b/gmime/gmime-parser.c
index 7e9aea0..66e5548 100644
--- a/gmime/gmime-parser.c
+++ b/gmime/gmime-parser.c
@@ -613,7 +613,7 @@ g_mime_parser_set_respect_content_length (GMimeParser *parser, gboolean respect_
 
 
 /**
- * g_mime_parser_set_header_regex:
+ * g_mime_parser_set_header_regex: (skip)
  * @parser: a #GMimeParser context
  * @regex: regular expression
  * @header_cb: callback function


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