Remove final traces of old documentation
This commit is contained in:
		| @@ -1,105 +0,0 @@ | ||||
| ## Process this file with automake to produce Makefile.in | ||||
|  | ||||
| # We require automake 1.6 at least. | ||||
| AUTOMAKE_OPTIONS = 1.6 | ||||
|  | ||||
| # This is a blank Makefile.am for using gtk-doc. | ||||
| # Copy this to your project's API docs directory and modify the variables to | ||||
| # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples | ||||
| # of using the various options. | ||||
|  | ||||
| # The name of the module, e.g. 'glib'. | ||||
| DOC_MODULE=matrix-glib | ||||
|  | ||||
| # Uncomment for versioned docs and specify the version of the module, e.g. '2'. | ||||
| DOC_MODULE_VERSION=$(MATRIX_GLIB_API_VERSION) | ||||
|  | ||||
|  | ||||
| # The top-level XML file (SGML in the past). You can change this if you want to. | ||||
| DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml | ||||
|  | ||||
| # Directories containing the source code. | ||||
| # gtk-doc will search all .c and .h files beneath these paths | ||||
| # for inline comments documenting functions and macros. | ||||
| # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk | ||||
| DOC_SOURCE_DIR=$(top_srcdir)/src | ||||
|  | ||||
| # Extra options to pass to gtkdoc-scangobj. Not normally needed. | ||||
| SCANGOBJ_OPTIONS= | ||||
|  | ||||
| # Extra options to supply to gtkdoc-scan. | ||||
| # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" | ||||
| SCAN_OPTIONS=--rebuild-types --deprecated-guards="MATRIX_DISABLE_DEPRECATED" | ||||
|  | ||||
| # Extra options to supply to gtkdoc-mkdb. | ||||
| # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml | ||||
| MKDB_OPTIONS=--xml-mode --output-format=xml | ||||
|  | ||||
| # Extra options to supply to gtkdoc-mktmpl | ||||
| # e.g. MKTMPL_OPTIONS=--only-section-tmpl | ||||
| MKTMPL_OPTIONS= | ||||
|  | ||||
| # Extra options to supply to gtkdoc-mkhtml | ||||
| MKHTML_OPTIONS= | ||||
|  | ||||
| # Extra options to supply to gtkdoc-fixref. Not normally needed. | ||||
| # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html | ||||
| FIXXREF_OPTIONS= | ||||
|  | ||||
| # Used for dependencies. The docs will be rebuilt if any of these change. | ||||
| # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h | ||||
| # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c | ||||
| HFILE_GLOB=$(top_srcdir)/src/*.h | ||||
| CFILE_GLOB=$(top_srcdir)/src/*.c | ||||
|  | ||||
| # Extra header to include when scanning, which are not under DOC_SOURCE_DIR | ||||
| # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h | ||||
| EXTRA_HFILES= | ||||
|  | ||||
| # Header files or dirs to ignore when scanning. Use base file/dir names | ||||
| # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code | ||||
| IGNORE_HFILES = | ||||
|  | ||||
| # Images to copy into HTML directory. | ||||
| # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png | ||||
| HTML_IMAGES= | ||||
|  | ||||
| # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). | ||||
| # e.g. content_files=running.sgml building.sgml changes-2.0.sgml | ||||
| content_files= | ||||
|  | ||||
| # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded | ||||
| # These files must be listed here *and* in content_files | ||||
| # e.g. expand_content_files=running.sgml | ||||
| expand_content_files= | ||||
|  | ||||
| # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. | ||||
| # Only needed if you are using gtkdoc-scangobj to dynamically query widget | ||||
| # signals and properties. | ||||
| # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) | ||||
| # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) | ||||
| GTKDOC_CFLAGS= | ||||
| GTKDOC_LIBS = \ | ||||
| 	$(top_builddir)/src/libmatrix-glib-$(MATRIX_GLIB_API_VERSION).la \ | ||||
| 	$(NULL) | ||||
|  | ||||
| # This includes the standard gtk-doc make rules, copied by gtkdocize. | ||||
| include $(top_srcdir)/gtk-doc.make | ||||
|  | ||||
| # Other files to distribute | ||||
| # e.g. EXTRA_DIST += version.xml.in | ||||
| EXTRA_DIST += version.xml.in | ||||
|  | ||||
| # Files not to distribute | ||||
| # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types | ||||
| # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt | ||||
| DISTCLEANFILES = $(DOC_MODULE).types | ||||
|  | ||||
| # Comment this out if you want 'make check' to test you doc status | ||||
| # and run some sanity checks | ||||
| if ENABLE_GTK_DOC | ||||
| TESTS_ENVIRONMENT = cd $(srcdir) && \ | ||||
|   DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ | ||||
|   SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) | ||||
| #TESTS = $(GTKDOC_CHECK) | ||||
| endif | ||||
| @@ -1,49 +0,0 @@ | ||||
| <?xml version="1.0"?> | ||||
| <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" | ||||
|                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" | ||||
| [ | ||||
|   <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'"> | ||||
|   <!ENTITY version SYSTEM "version.xml"> | ||||
|   <!ENTITY server "gergely.polonkai.eu"> | ||||
| ]> | ||||
| <book id="index"> | ||||
|   <bookinfo> | ||||
|     <title>Matrix.org GLib SDK Reference Manual</title> | ||||
|     <releaseinfo> | ||||
|       for Matrix.org GLib SDK &version;. | ||||
|       The latest version of this documentation can be found on-line at | ||||
|       <ulink role="online-location" url="http://&server;/matrix-glib-sdk/index.html">http://&server;/matrix-glib-sdk/</ulink>. | ||||
|     </releaseinfo> | ||||
|   </bookinfo> | ||||
|  | ||||
|   <chapter> | ||||
|     <title>Matrix Client</title> | ||||
|     <section> | ||||
|       <title>Types</title> | ||||
|       <xi:include href="xml/matrix-types.xml"/> | ||||
|       <xi:include href="xml/matrix-event.xml"/> | ||||
|       <xi:include href="xml/matrix-presence-event.xml"/> | ||||
|       <xi:include href="xml/matrix-room-member-event.xml"/> | ||||
|     </section> | ||||
|  | ||||
|     <xi:include href="xml/matrix-client.xml"/> | ||||
|     <xi:include href="xml/matrix-http-client.xml"/> | ||||
|     <xi:include href="xml/matrix-api.xml"/> | ||||
|     <xi:include href="xml/matrix-http-api.xml"/> | ||||
|     <xi:include href="xml/matrix-version.xml"/> | ||||
|   </chapter> | ||||
|   <chapter id="object-tree"> | ||||
|     <title>Object Hierarchy</title> | ||||
|      <xi:include href="xml/tree_index.sgml"/> | ||||
|   </chapter> | ||||
|   <index id="api-index-full"> | ||||
|     <title>API Index</title> | ||||
|     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> | ||||
|   </index> | ||||
|   <index id="deprecated-api-index" role="deprecated"> | ||||
|     <title>Index of deprecated API</title> | ||||
|     <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include> | ||||
|   </index> | ||||
|  | ||||
|   <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> | ||||
| </book> | ||||
| @@ -1,462 +0,0 @@ | ||||
| <FILE>matrix-presence-event</FILE> | ||||
| <TITLE>MatrixPresenceEvent</TITLE> | ||||
| matrix_presence_event_set_display_name | ||||
| matrix_presence_event_get_display_name | ||||
| matrix_presence_event_set_avatar_url | ||||
| matrix_presence_event_get_avatar_url | ||||
| matrix_presence_event_set_last_active_ago | ||||
| matrix_presence_event_get_last_active_ago | ||||
| matrix_presence_event_set_presence | ||||
| matrix_presence_event_get_presence | ||||
|  | ||||
| <SUBSECTION Standard> | ||||
| MatrixPresenceEvent | ||||
| MatrixPresenceEventPrivate | ||||
| MATRIX_TYPE_PRESENCE_EVENT | ||||
| MATRIX_IS_PRESENCE_EVENT | ||||
| MATRIX_IS_PRESENCE_EVENT_CLASS | ||||
| MATRIX_PRESENCE_EVENT | ||||
| MATRIX_PRESENCE_EVENT_CLASS | ||||
| MATRIX_PRESENCE_EVENT_GET_CLASS | ||||
| matrix_presence_event_get_type | ||||
| matrix_presence_event_construct | ||||
| </SECTION> | ||||
|  | ||||
| <SECTION> | ||||
| <FILE>matrix-room-member-event</FILE> | ||||
| <TITLE>MatrixRoomMemberEvent</TITLE> | ||||
| matrix_room_member_event_set_membership | ||||
| matrix_room_member_event_get_membership | ||||
| matrix_room_member_event_set_state_key | ||||
| matrix_room_member_event_get_state_key | ||||
| matrix_room_member_event_set_avatar_url | ||||
| matrix_room_member_event_get_avatar_url | ||||
| matrix_room_member_event_set_display_name | ||||
| matrix_room_member_event_get_display_name | ||||
|  | ||||
| <SUBSECTION Standard> | ||||
| MATRIX_IS_ROOM_MEMBER_EVENT | ||||
| MATRIX_IS_ROOM_MEMBER_EVENT_CLASS | ||||
| MATRIX_ROOM_MEMBER_EVENT | ||||
| MATRIX_ROOM_MEMBER_EVENT_CLASS | ||||
| MATRIX_ROOM_MEMBER_EVENT_GET_CLASS | ||||
| MATRIX_TYPE_ROOM_MEMBER_EVENT | ||||
| MatrixRoomMemberEvent | ||||
| MatrixRoomMemberEventPrivate | ||||
| MatrixRoomMemberEventClass | ||||
| matrix_room_member_event_get_type | ||||
| matrix_room_member_event_construct | ||||
| </SECTION> | ||||
|  | ||||
| <SECTION> | ||||
| <FILE>matrix-event</FILE> | ||||
| <TITLE>MatrixEvent</TITLE> | ||||
| MatrixEventClass | ||||
| matrix_event_register_type | ||||
| matrix_event_unregister_type | ||||
| matrix_event_get_handler | ||||
| matrix_event_new | ||||
| matrix_event_get_event_type | ||||
| matrix_event_set_room_id | ||||
| matrix_event_get_room_id | ||||
| matrix_event_set_origin_server_ts | ||||
| matrix_event_get_origin_server_ts | ||||
| matrix_event_set_sender | ||||
| matrix_event_get_sender | ||||
| matrix_event_set_unsigned_data | ||||
| matrix_event_get_unsigned_data | ||||
| matrix_event_set_custom_field | ||||
| matrix_event_get_custom_field | ||||
| matrix_event_delete_custom_field | ||||
| matrix_event_to_json | ||||
| <SUBSECTION Standard> | ||||
| MatrixEvent | ||||
| MATRIX_EVENT | ||||
| MATRIX_EVENT_CLASS | ||||
| MATRIX_IS_EVENT | ||||
| MATRIX_IS_EVENT_CLASS | ||||
| MATRIX_EVENT_GET_CLASS | ||||
| MATRIX_TYPE_EVENT | ||||
| matrix_event_get_type | ||||
| </SECTION> | ||||
|  | ||||
| <SECTION> | ||||
| <FILE>matrix-client</FILE> | ||||
| <TITLE>MatrixClient</TITLE> | ||||
| MatrixClient | ||||
| MatrixClientInterface | ||||
| matrix_client_login_finished | ||||
| matrix_client_incoming_event | ||||
| matrix_client_register_with_password | ||||
| matrix_client_login_with_password | ||||
| matrix_client_logout | ||||
| matrix_client_begin_polling | ||||
| matrix_client_stop_polling | ||||
| matrix_client_connect_event | ||||
|  | ||||
| <SUBSECTION Standard> | ||||
| MATRIX_CLIENT_GET_IFACE | ||||
| MATRIX_CLIENT | ||||
| MATRIX_IS_CLIENT | ||||
| MATRIX_TYPE_CLIENT | ||||
| matrix_client_get_type | ||||
| </SECTION> | ||||
|  | ||||
| <SECTION> | ||||
| <FILE>matrix-http-client</FILE> | ||||
| <TITLE>MatrixHTTPClient</TITLE> | ||||
| MatrixHTTPClient | ||||
| matrix_http_client_new | ||||
|  | ||||
| <SUBSECTION Standard> | ||||
| MATRIX_HTTP_CLIENT | ||||
| MATRIX_HTTP_CLIENT_CLASS | ||||
| MATRIX_HTTP_CLIENT_GET_CLASS | ||||
| MATRIX_IS_HTTP_CLIENT | ||||
| MATRIX_IS_HTTP_CLIENT_CLASS | ||||
| MATRIX_TYPE_HTTP_CLIENT | ||||
| MatrixHTTPClientClass | ||||
| matrix_http_client_get_type | ||||
| </SECTION> | ||||
|  | ||||
| <SECTION> | ||||
| <FILE>matrix-types</FILE> | ||||
| <TITLE>Fundamental types for the Matrix GLib SDK</TITLE> | ||||
|  | ||||
| <SUBSECTION> | ||||
| MatrixError | ||||
| MATRIX_ERROR | ||||
|  | ||||
| <SUBSECTION> | ||||
| MatrixEventFormat | ||||
| MatrixRoomPreset | ||||
| MatrixRoomVisibility | ||||
| MatrixResizeMethod | ||||
| MatrixPresence | ||||
| MatrixPusherKind | ||||
| MatrixPusherConditionKind | ||||
| MatrixEventDirection | ||||
| MatrixReceiptType | ||||
| MatrixAccountKind | ||||
| MatrixRoomMembership | ||||
|  | ||||
| <SUBSECTION> | ||||
| MatrixFilterRules | ||||
| matrix_filter_rules_new | ||||
| matrix_filter_rules_ref | ||||
| matrix_filter_rules_unref | ||||
| matrix_filter_rules_set_limit | ||||
| matrix_filter_rules_get_limit | ||||
| matrix_filter_rules_set_rooms | ||||
| matrix_filter_rules_add_room | ||||
| matrix_filter_rules_delete_room | ||||
| matrix_filter_rules_get_rooms | ||||
| matrix_filter_rules_set_excluded_rooms | ||||
| matrix_filter_rules_add_excluded_room | ||||
| matrix_filter_rules_delete_excluded_room | ||||
| matrix_filter_rules_get_excluded_rooms | ||||
| matrix_filter_rules_set_senders | ||||
| matrix_filter_rules_add_sender | ||||
| matrix_filter_rules_delete_sender | ||||
| matrix_filter_rules_get_senders | ||||
| matrix_filter_rules_set_excluded_senders | ||||
| matrix_filter_rules_add_excluded_sender | ||||
| matrix_filter_rules_delete_excluded_sender | ||||
| matrix_filter_rules_get_excluded_senders | ||||
| matrix_filter_rules_set_types | ||||
| matrix_filter_rules_add_type | ||||
| matrix_filter_rules_delete_type | ||||
| matrix_filter_rules_get_types | ||||
| matrix_filter_rules_set_excluded_types | ||||
| matrix_filter_rules_add_excluded_type | ||||
| matrix_filter_rules_delete_excluded_type | ||||
| matrix_filter_rules_get_excluded_types | ||||
| matrix_filter_rules_get_json_node | ||||
| matrix_filter_rules_get_json_data | ||||
|  | ||||
| <SUBSECTION> | ||||
| MatrixRoomFilter | ||||
| matrix_room_filter_new | ||||
| matrix_room_filter_ref | ||||
| matrix_room_filter_unref | ||||
| matrix_room_filter_set_include_leave | ||||
| matrix_room_filter_get_include_leave | ||||
| matrix_room_filter_set_ephemeral | ||||
| matrix_room_filter_get_ephemeral | ||||
| matrix_room_filter_set_state | ||||
| matrix_room_filter_get_state | ||||
| matrix_room_filter_set_timeline | ||||
| matrix_room_filter_get_timeline | ||||
| matrix_room_filter_get_json_node | ||||
| matrix_room_filter_get_json_data | ||||
|  | ||||
| <SUBSECTION> | ||||
| MatrixFilter | ||||
| matrix_filter_new | ||||
| matrix_filter_ref | ||||
| matrix_filter_unref | ||||
| matrix_filter_set_event_fields | ||||
| matrix_filter_add_event_field | ||||
| matrix_filter_delete_event_field | ||||
| matrix_filter_get_event_fields | ||||
| matrix_filter_set_event_format | ||||
| matrix_filter_get_event_format | ||||
| matrix_filter_set_presence_filter | ||||
| matrix_filter_get_presence_filter | ||||
| matrix_filter_set_room_filter | ||||
| matrix_filter_get_room_filter | ||||
| matrix_filter_get_json_node | ||||
| matrix_filter_get_json_data | ||||
|  | ||||
| <SUBSECTION> | ||||
| Matrix3PidCredential | ||||
| matrix_3pid_credential_new | ||||
| matrix_3pid_credential_ref | ||||
| matrix_3pid_credential_unref | ||||
| matrix_3pid_credential_set_id_server | ||||
| matrix_3pid_credential_get_id_server | ||||
| matrix_3pid_credential_set_session_id | ||||
| matrix_3pid_credential_get_session_id | ||||
| matrix_3pid_credential_set_client_secret | ||||
| matrix_3pid_credential_get_client_secret | ||||
| matrix_3pid_credential_get_json_node | ||||
| matrix_3pid_credential_get_json_data | ||||
|  | ||||
| <SUBSECTION> | ||||
| MatrixPusher | ||||
| matrix_pusher_new | ||||
| matrix_pusher_ref | ||||
| matrix_pusher_unref | ||||
| matrix_pusher_set_device_display_name | ||||
| matrix_pusher_get_device_display_name | ||||
| matrix_pusher_set_app_display_name | ||||
| matrix_pusher_get_app_display_name | ||||
| matrix_pusher_set_app_id | ||||
| matrix_pusher_get_app_id | ||||
| matrix_pusher_set_append | ||||
| matrix_pusher_get_append | ||||
| matrix_pusher_set_kind | ||||
| matrix_pusher_get_kind | ||||
| matrix_pusher_set_lang | ||||
| matrix_pusher_get_lang | ||||
| matrix_pusher_set_profile_tag | ||||
| matrix_pusher_get_profile_tag | ||||
| matrix_pusher_set_pushkey | ||||
| matrix_pusher_get_pushkey | ||||
| matrix_pusher_set_data | ||||
| matrix_pusher_take_data | ||||
| matrix_pusher_get_data | ||||
| matrix_pusher_get_json_node | ||||
| matrix_pusher_get_json_data | ||||
|  | ||||
| <SUBSECTION> | ||||
| MatrixStateEvent | ||||
| matrix_state_event_new | ||||
| matrix_state_event_ref | ||||
| matrix_state_event_unref | ||||
| matrix_state_event_set_event_type | ||||
| matrix_state_event_get_event_type | ||||
| matrix_state_event_set_state_key | ||||
| matrix_state_event_get_state_key | ||||
| matrix_state_event_set_content | ||||
| matrix_state_event_get_content | ||||
| matrix_state_event_get_json_node | ||||
| matrix_state_event_get_json_data | ||||
|  | ||||
| <SUBSECTION> | ||||
| MatrixUnsignedEventData | ||||
| matrix_unsigned_event_data_new | ||||
| matrix_unsigned_event_data_new_from_json | ||||
| matrix_unsigned_event_data_ref | ||||
| matrix_unsigned_event_data_unref | ||||
| matrix_unsigned_event_data_set_age | ||||
| matrix_unsigned_event_data_get_age | ||||
| matrix_unsigned_event_data_set_redact_reason | ||||
| matrix_unsigned_event_data_get_redact_reason | ||||
| matrix_unsigned_event_data_set_transaction_id | ||||
| matrix_unsigned_event_data_get_transaction_id | ||||
| matrix_unsigned_event_data_get_json_node | ||||
|  | ||||
| <SUBSECTION Standard> | ||||
| MATRIX_TYPE_EVENT_FORMAT | ||||
| matrix_event_format_get_type | ||||
| MATRIX_TYPE_ROOM_PRESET | ||||
| matrix_room_preset_get_type | ||||
| MATRIX_TYPE_ROOM_VISIBILITY | ||||
| matrix_room_visibility_get_type | ||||
| MATRIX_TYPE_RESIZE_METHOD | ||||
| matrix_resize_method_get_type | ||||
| MATRIX_TYPE_PRESENCE | ||||
| matrix_presence_get_type | ||||
| MATRIX_TYPE_PUSHER_KIND | ||||
| matrix_pusher_kind_get_type | ||||
| MATRIX_TYPE_PUSHER_CONDITION_KIND | ||||
| matrix_pusher_condition_kind_get_type | ||||
| MATRIX_TYPE_EVENT_DIRECTION | ||||
| matrix_event_direction_get_type | ||||
| MATRIX_TYPE_RECEIPT_TYPE | ||||
| matrix_receipt_type_get_type | ||||
| MATRIX_TYPE_ACCOUNT_KIND | ||||
| matrix_account_kind_get_type | ||||
| MATRIX_TYPE_ROOM_MEMBERSHIP | ||||
| matrix_room_membership_get_type | ||||
| MATRIX_TYPE_FILTER_RULES | ||||
| matrix_filter_rules_get_type | ||||
| MATRIX_TYPE_ROOM_FILTER | ||||
| matrix_room_filter_get_type | ||||
| MATRIX_TYPE_FILTER | ||||
| matrix_filter_get_type | ||||
| MATRIX_TYPE_3PID_CREDENTIAL | ||||
| matrix_3pid_credential_get_type | ||||
| MATRIX_TYPE_PUSHER | ||||
| matrix_pusher_get_type | ||||
| MATRIX_TYPE_STATE_EVENT | ||||
| matrix_state_event_get_type | ||||
| MATRIX_TYPE_UNSIGNED_EVENT_DATA | ||||
| matrix_unsigned_event_data_get_type | ||||
| </SECTION> | ||||
|  | ||||
| <SECTION> | ||||
| <FILE>matrix-api</FILE> | ||||
| <TITLE>MatrixAPI</TITLE> | ||||
| MatrixAPIInterface | ||||
| MatrixAPICallback | ||||
| MATRIX_API_CALLBACK | ||||
| MATRIX_API_CALLBACK_PROTO | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_set_token | ||||
| matrix_api_get_token | ||||
| matrix_api_set_refresh_token | ||||
| matrix_api_get_refresh_token | ||||
| matrix_api_get_user_id | ||||
| matrix_api_get_homeserver | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_media_download | ||||
| matrix_api_media_thumbnail | ||||
| matrix_api_media_upload | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_get_presence_list | ||||
| matrix_api_update_presence_list | ||||
| matrix_api_get_user_presence | ||||
| matrix_api_set_user_presence | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_update_pusher | ||||
| matrix_api_get_pushers | ||||
| matrix_api_delete_pusher | ||||
| matrix_api_get_pusher | ||||
| matrix_api_add_pusher | ||||
| matrix_api_toggle_pusher | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_create_room | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_delete_room_alias | ||||
| matrix_api_get_room_id | ||||
| matrix_api_create_room_alias | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_list_public_rooms | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_ban_user | ||||
| matrix_api_forget_room | ||||
| matrix_api_invite_user_3rdparty | ||||
| matrix_api_invite_user | ||||
| matrix_api_join_room | ||||
| matrix_api_leave_room | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_event_stream | ||||
| matrix_api_get_event | ||||
| matrix_api_initial_sync | ||||
| matrix_api_get_event_context | ||||
| matrix_api_initial_sync_room | ||||
| matrix_api_list_room_members | ||||
| matrix_api_list_room_messages | ||||
| matrix_api_send_event_receipt | ||||
| matrix_api_redact_event | ||||
| matrix_api_send_message_event | ||||
| matrix_api_get_room_state | ||||
| matrix_api_send_room_event | ||||
| matrix_api_notify_room_typing | ||||
| matrix_api_sync | ||||
| matrix_api_create_filter | ||||
| matrix_api_download_filter | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_whois | ||||
| matrix_api_versions | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_login | ||||
| matrix_api_token_refresh | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_get_3pids | ||||
| matrix_api_add_3pid | ||||
| matrix_api_change_password | ||||
| matrix_api_get_profile | ||||
| matrix_api_get_avatar_url | ||||
| matrix_api_set_avatar_url | ||||
| matrix_api_get_display_name | ||||
| matrix_api_set_display_name | ||||
| matrix_api_register_account | ||||
| matrix_api_set_account_data | ||||
| matrix_api_get_room_tags | ||||
| matrix_api_delete_room_tag | ||||
| matrix_api_add_room_tag | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_get_turn_server | ||||
|  | ||||
| <SUBSECTION> | ||||
| matrix_api_abort_pending | ||||
|  | ||||
| <SUBSECTION Standard> | ||||
| MatrixAPI | ||||
| MATRIX_TYPE_ERROR | ||||
| matrix_error_get_type | ||||
| MATRIX_TYPE_API | ||||
| MATRIX_API | ||||
| MATRIX_IS_API | ||||
| MATRIX_API_GET_IFACE | ||||
| MatrixApiPrivate | ||||
| matrix_api_get_type | ||||
|  | ||||
| <SUBSECTION Private> | ||||
| matrix_error_quark | ||||
| </SECTION> | ||||
|  | ||||
| <SECTION> | ||||
| <FILE>matrix-http-api</FILE> | ||||
| matrix_http_api_new | ||||
| matrix_http_api_set_validate_certificate | ||||
| matrix_http_api_get_validate_certificate | ||||
| matrix_http_api_set_base_url | ||||
| matrix_http_api_get_base_url | ||||
|  | ||||
| <SUBSECTION Standard> | ||||
| MatrixHTTPAPI | ||||
| MatrixHTTPAPIClass | ||||
| MATRIX_TYPE_HTTP_API | ||||
| MATRIX_HTTP_API | ||||
| MATRIX_HTTP_API_CLASS | ||||
| MATRIX_IS_HTTP_API | ||||
| MATRIX_IS_HTTP_API_CLASS | ||||
| MATRIX_HTTP_API_GET_CLASS | ||||
| matrix_http_api_get_type | ||||
| </SECTION> | ||||
|  | ||||
| <SECTION> | ||||
| <FILE>matrix-version</FILE> | ||||
| MATRIX_GLIB_MAJOR_VERSION | ||||
| MATRIX_GLIB_MINOR_VERSION | ||||
| MATRIX_GLIB_MICRO_VERSION | ||||
| MATRIX_GLIB_CHECK_VERSION | ||||
| matrix_glib_check_version | ||||
| </SECTION> | ||||
| @@ -1 +0,0 @@ | ||||
| @MATRIX_GLIB_API_VERSION@ | ||||
		Reference in New Issue
	
	Block a user