Documentation fixes

This commit is contained in:
2016-01-12 11:54:52 +01:00
parent 5351f657fc
commit 2fdaea2119
3 changed files with 67 additions and 25 deletions

View File

@@ -56,8 +56,10 @@ struct _MatrixAPIInterface {
const gchar *(*get_homeserver)(MatrixAPI *api);
/*< private >*/
void *properties_reserved[10];
/*< public >*/
/* Media */
void (*media_download)(MatrixAPI *api,
MatrixAPICallback callback,
@@ -342,9 +344,11 @@ struct _MatrixAPIInterface {
const gchar *filter_id,
GError **error);
/*< private >*/
/* Search */
void *search_reserved;
/*< public >*/
/* Server administration */
void (*whois)(MatrixAPI *api,