From 26f3500ac121cbd735cceca1b07305943adb5315 Mon Sep 17 00:00:00 2001 From: Maciek Borzecki Date: Thu, 15 Jan 2015 20:11:54 +0100 Subject: [PATCH] mconn-crypt: update annotations --- src/mconn-crypt.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mconn-crypt.h b/src/mconn-crypt.h index 3075cb5..7fc198e 100644 --- a/src/mconn-crypt.h +++ b/src/mconn-crypt.h @@ -21,6 +21,7 @@ #include #include +#include G_BEGIN_DECLS @@ -55,10 +56,10 @@ struct _MConnCryptClass GType mconn_crypt_get_type (void) G_GNUC_CONST; /** - * mconn_crypt_new_for_key_path: + * mconn_crypt_new_for_key_path: (constructor) * @path: key path * - * Returns: (transfer full) (element-type MConnCrypt): new object + * Returns: (transfer full): new object */ MConnCrypt *mconn_crypt_new_for_key_path(const char *path);