Browse Source

mconn-crypt: update annotations

bboozzoo/device-cache
Maciek Borzecki 10 years ago
parent
commit
26f3500ac1
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/mconn-crypt.h

+ 3
- 2
src/mconn-crypt.h View File

@ -21,6 +21,7 @@
#include <glib-object.h>
#include <glib.h>
#include <glib/gbytes.h>
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);


Loading…
Cancel
Save