summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-07-26 11:13:14 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-07-26 13:25:01 +0200
commitef83775eb26abda4df98ffa45dabf2fbad09c238 (patch)
tree201464ab0ddbcd7371c213238ce7749c8cf3db91
parent516f3f6c70ef9694d6004c64d50a9f3cd2725ab7 (diff)
downloadnetwork-manager-applet-ef83775eb26abda4df98ffa45dabf2fbad09c238.tar.gz
libnma/cert-chooser: add some gtk-doc annotations
-rw-r--r--src/libnma/nma-cert-chooser.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libnma/nma-cert-chooser.c b/src/libnma/nma-cert-chooser.c
index de69d58a..53d35f32 100644
--- a/src/libnma/nma-cert-chooser.c
+++ b/src/libnma/nma-cert-chooser.c
@@ -169,7 +169,7 @@ nma_cert_chooser_set_cert (NMACertChooser *cert_chooser,
*
* Gets the real certificate URI from the chooser button along with the scheme.
*
- * Returns: the certificate URI
+ * Returns: (transfer full) (nullable): the certificate URI
*
* Since: 1.8.0
*/
@@ -188,7 +188,7 @@ nma_cert_chooser_get_cert_uri (NMACertChooser *cert_chooser)
*
* Gets the real certificate location from the chooser button along with the scheme.
*
- * Returns: the certificate path
+ * Returns: (transfer full) (nullable): the certificate path
*
* Since: 1.8.0
*/
@@ -300,7 +300,7 @@ nma_cert_chooser_set_key (NMACertChooser *cert_chooser,
*
* Gets the real key location from the chooser button along with the scheme.
*
- * Returns: the key path
+ * Returns: (transfer full) (nullable): the key path
*
* Since: 1.8.0
*/
@@ -321,7 +321,7 @@ nma_cert_chooser_get_key (NMACertChooser *cert_chooser, NMSetting8021xCKScheme *
*
* Gets the real key URI from the chooser button along with the scheme.
*
- * Returns: the key URI
+ * Returns: (transfer full) (nullable): the key URI
*
* Since: 1.8.0
*/