diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | docs/reference/Makefile.am | 3 | ||||
-rw-r--r-- | docs/reference/telepathy-glib.types | 103 |
3 files changed, 3 insertions, 104 deletions
diff --git a/.gitignore b/.gitignore index 31f7f40c3..ef745bf65 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ docs/reference/*.interfaces docs/reference/*.prerequisites docs/reference/*.signals docs/reference/*.stamp +docs/reference/*.types docs/reference/html docs/reference/tmpl/*.sgml docs/reference/xml diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 54e82170c..55f0ff252 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -29,7 +29,8 @@ SCANGOBJ_OPTIONS= # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" SCAN_OPTIONS=\ --deprecated-guards=TP_DISABLE_DEPRECATED \ - --ignore-decorators=_TP_GNUC_DEPRECATED + --ignore-decorators=_TP_GNUC_DEPRECATED \ + --rebuild-types # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml diff --git a/docs/reference/telepathy-glib.types b/docs/reference/telepathy-glib.types deleted file mode 100644 index 28386a1ae..000000000 --- a/docs/reference/telepathy-glib.types +++ /dev/null @@ -1,103 +0,0 @@ -#include <telepathy-glib/account.h> -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/base-connection.h> -#include <telepathy-glib/base-connection-manager.h> -#include <telepathy-glib/capabilities.h> -#include <telepathy-glib/channel-factory-iface.h> -#include <telepathy-glib/channel.h> -#include <telepathy-glib/channel-dispatcher.h> -#include <telepathy-glib/channel-dispatch-operation.h> -#include <telepathy-glib/channel-iface.h> -#include <telepathy-glib/channel-manager.h> -#include <telepathy-glib/channel-request.h> -#include <telepathy-glib/client.h> -#include <telepathy-glib/connection.h> -#include <telepathy-glib/connection-manager.h> -#include <telepathy-glib/contact.h> -#include <telepathy-glib/dbus.h> -#include <telepathy-glib/debug-sender.h> -#include <telepathy-glib/exportable-channel.h> -#include <telepathy-glib/handle-repo-dynamic.h> -#include <telepathy-glib/handle-repo-static.h> -#include <telepathy-glib/media-interfaces.h> -#include <telepathy-glib/proxy.h> -#include <telepathy-glib/svc-account.h> -#include <telepathy-glib/svc-account-manager.h> -#include <telepathy-glib/svc-channel.h> -#include <telepathy-glib/svc-channel-dispatcher.h> -#include <telepathy-glib/svc-channel-dispatch-operation.h> -#include <telepathy-glib/svc-channel-request.h> -#include <telepathy-glib/svc-client.h> -#include <telepathy-glib/svc-connection.h> -#include <telepathy-glib/svc-connection-manager.h> -#include <telepathy-glib/svc-debug.h> -#include <telepathy-glib/svc-generic.h> -#include <telepathy-glib/svc-media-interfaces.h> -#include <telepathy-glib/svc-properties-interface.h> - -tp_account_get_type -tp_account_manager_get_type -tp_base_connection_get_type -tp_base_connection_manager_get_type -tp_capabilities_get_type -tp_channel_factory_iface_get_type -tp_channel_get_type -tp_channel_dispatcher_get_type -tp_channel_dispatch_operation_get_type -tp_channel_iface_get_type -tp_channel_manager_get_type -tp_channel_request_get_type -tp_client_get_type -tp_connection_get_type -tp_connection_manager_get_type -tp_contact_get_type -tp_dbus_daemon_get_type -tp_debug_sender_get_type -tp_dynamic_handle_repo_get_type -tp_error_get_type -tp_exportable_channel_get_type -tp_handle_repo_iface_get_type -tp_media_session_handler_get_type -tp_media_stream_handler_get_type -tp_proxy_get_type -tp_svc_account_get_type -tp_svc_account_interface_avatar_get_type -tp_svc_account_manager_get_type -tp_svc_channel_get_type -tp_svc_channel_dispatcher_get_type -tp_svc_channel_dispatcher_interface_operation_list_get_type -tp_svc_channel_dispatch_operation_get_type -tp_svc_channel_interface_call_state_get_type -tp_svc_channel_interface_chat_state_get_type -tp_svc_channel_interface_dtmf_get_type -tp_svc_channel_interface_group_get_type -tp_svc_channel_interface_hold_get_type -tp_svc_channel_interface_media_signalling_get_type -tp_svc_channel_interface_password_get_type -tp_svc_channel_request_get_type -tp_svc_channel_type_contact_list_get_type -tp_svc_channel_type_room_list_get_type -tp_svc_channel_type_streamed_media_get_type -tp_svc_channel_type_text_get_type -tp_svc_channel_type_tubes_get_type -tp_svc_client_approver_get_type -tp_svc_client_get_type -tp_svc_client_handler_get_type -tp_svc_client_interface_requests_get_type -tp_svc_client_observer_get_type -tp_svc_connection_get_type -tp_svc_connection_interface_aliasing_get_type -tp_svc_connection_interface_avatars_get_type -tp_svc_connection_interface_capabilities_get_type -tp_svc_connection_interface_contacts_get_type -tp_svc_connection_interface_presence_get_type -tp_svc_connection_interface_requests_get_type -tp_svc_connection_interface_simple_presence_get_type -tp_svc_connection_manager_get_type -tp_svc_dbus_introspectable_get_type -tp_svc_dbus_properties_get_type -tp_svc_debug_get_type -tp_svc_properties_interface_get_type -tp_svc_media_session_handler_get_type -tp_svc_media_stream_handler_get_type -tp_static_handle_repo_get_type |