/**
* e_book_client_remove_contacts:
* @client: an #EBookClient
- * @uids: a #GSList of UIDs to remove
+ * @uids: (element-type utf8): a #GSList of UIDs to remove
* @cancellable: a #GCancellable; can be %NULL
* @callback: callback to call when a result is ready
* @user_data: user data for the @callback
/**
* e_book_client_remove_contacts_sync:
* @client: an #EBookClient
- * @uids: a #GSList of UIDs to remove
+ * @uids: (element-type utf8): a #GSList of UIDs to remove
* @cancellable: a #GCancellable; can be %NULL
* @error: (out): a #GError to set an error, if any
*
* e_book_client_get_contacts_finish:
* @client: an #EBookClient
* @result: a #GAsyncResult
- * @contacts: (out): a #GSList of matched #EContact-s
+ * @contacts: (element-type EContact) (out): a #GSList of matched #EContact-s
* @error: (out): a #GError to set an error, if any
*
* Finishes previous call of e_book_client_get_contacts().
* e_book_client_get_contacts_sync:
* @client: an #EBookClient
* @sexp: an S-expression representing the query
- * @contacts: (out): a #GSList of matched #EContact-s
+ * @contacts: (element-type EContact) (out): a #GSList of matched #EContact-s
* @cancellable: a #GCancellable; can be %NULL
* @error: (out): a #GError to set an error, if any
*
* e_book_client_get_contacts_uids_finish:
* @client: an #EBookClient
* @result: a #GAsyncResult
- * @contacts_uids: (out) a #GSList of matched contacts UIDs stored as strings
+ * @contacts_uids: (element-type utf8) (out): a #GSList of matched contacts UIDs stored as strings
* @error: (out): a #GError to set an error, if any
*
* Finishes previous call of e_book_client_get_contacts_uids().
* e_book_client_get_contacts_uids_sync:
* @client: an #EBookClient
* @sexp: an S-expression representing the query
- * @contacts_uids: (out) a #GSList of matched contacts UIDs stored as strings
+ * @contacts_uids: (element-type utf8) (out): a #GSList of matched contacts UIDs stored as strings
* @cancellable: a #GCancellable; can be %NULL
* @error: (out): a #GError to set an error, if any
*