Better type information on tp_{cli,svc}_*
@wjt
Submitted by Will Thompson Assigned to Telepathy bugs list
Description
tp_cli_connection_interface_avatars_call_request_avatars takes a const GArray *in_Contacts
argument, which is documented as “Used to pass an 'in' argument: The contacts to retrieve avatars for”.
This is not ideal: is it a GArray of TpHandle, or of TpContact? We have this information when generating the documentation, so should include it.