summaryrefslogtreecommitdiff
path: root/libpurple/notify.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2017-09-15 22:04:18 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2017-09-15 22:04:18 -0400
commit2bae86ce54e83b43c9804db34794a9a6bafffe4f (patch)
treeb5a9470f9d4b03040bc6e081b79c7679330807b6 /libpurple/notify.h
parentbd8d5f06c0df5e340afc5b72322f6f7bb8010b0d (diff)
downloadpidgin-2bae86ce54e83b43c9804db34794a9a6bafffe4f.tar.gz
Add many libpurple element-type annotations.
Also add transfer annotations at the same locations if necessary.
Diffstat (limited to 'libpurple/notify.h')
-rw-r--r--libpurple/notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/notify.h b/libpurple/notify.h
index b4f7a4b21e..802df78b20 100644
--- a/libpurple/notify.h
+++ b/libpurple/notify.h
@@ -371,7 +371,7 @@ void purple_notify_searchresults_column_add(PurpleNotifySearchResults *results,
/**
* purple_notify_searchresults_row_add:
* @results: The search results object.
- * @row: The row of the results.
+ * @row: (element-type utf8) (transfer full): The row of the results.
*
* Adds a new row of the results to the search results object.
*/