summaryrefslogtreecommitdiff
path: root/atk/atkdocument.c
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkdocument.c')
-rwxr-xr-xatk/atkdocument.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkdocument.c b/atk/atkdocument.c
index 0195b26..7072713 100755
--- a/atk/atkdocument.c
+++ b/atk/atkdocument.c
@@ -120,7 +120,7 @@ atk_document_get_document_type (AtkDocument *document)
* up to the caller to check atk_document_get_type to determine
* how to cast this pointer.
*
- * Returns: a %gpointer that points to an instance of the DOM.
+ * Returns: (transfer none): a %gpointer that points to an instance of the DOM.
**/
gpointer
atk_document_get_document (AtkDocument *document)
@@ -184,7 +184,7 @@ atk_document_get_locale (AtkDocument *document)
*
* Since: 1.12
*
- * Returns: An AtkAttributeSet containing the explicitly
+ * Returns: (transfer none): An AtkAttributeSet containing the explicitly
* set name-value-pair attributes associated with this document
* as a whole.
**/