diff options
-rw-r--r-- | docs/libempathy-gtk/libempathy-gtk.types | 3 | ||||
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 4 | ||||
-rw-r--r-- | docs/libempathy/libempathy.types | 12 |
3 files changed, 12 insertions, 7 deletions
diff --git a/docs/libempathy-gtk/libempathy-gtk.types b/docs/libempathy-gtk/libempathy-gtk.types index 101ab35e0..3f4eb4565 100644 --- a/docs/libempathy-gtk/libempathy-gtk.types +++ b/docs/libempathy-gtk/libempathy-gtk.types @@ -6,9 +6,9 @@ empathy_avatar_image_get_type empathy_cell_renderer_activatable_get_type empathy_cell_renderer_expander_get_type empathy_cell_renderer_text_get_type +empathy_chat_get_type empathy_chat_text_view_get_type empathy_chat_view_get_type -empathy_chat_get_type empathy_conf_get_type empathy_contact_list_store_get_type empathy_contact_list_view_get_type @@ -18,6 +18,7 @@ empathy_contact_list_store_col_get_type empathy_contact_list_feature_flags_get_type empathy_contact_feature_flags_get_type empathy_contact_widget_flags_get_type +empathy_gst_video_src_channel_get_type empathy_sound_get_type empathy_presence_chooser_get_type empathy_smiley_manager_get_type diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml index 7dc9dd3bf..a7e3df9b8 100644 --- a/docs/libempathy/libempathy-docs.sgml +++ b/docs/libempathy/libempathy-docs.sgml @@ -27,14 +27,16 @@ <xi:include href="xml/empathy-contact-manager.xml"/> <xi:include href="xml/empathy-contact-monitor.xml"/> <xi:include href="xml/empathy-contact.xml"/> - <xi:include href="xml/empathy-dispatch-operation.xml"/> <xi:include href="xml/empathy-dispatcher.xml"/> + <xi:include href="xml/empathy-dispatch-operation.xml"/> <xi:include href="xml/empathy-enum-types.xml"/> <xi:include href="xml/empathy-idle.xml"/> <xi:include href="xml/empathy-irc-network-manager.xml"/> <xi:include href="xml/empathy-irc-network.xml"/> <xi:include href="xml/empathy-irc-server.xml"/> <xi:include href="xml/empathy-log-manager.xml"/> + <xi:include href="xml/empathy-log-store-empathy.xml"/> + <xi:include href="xml/empathy-log-store.xml"/> <xi:include href="xml/empathy-message.xml"/> <xi:include href="xml/empathy-status-presets.xml"/> <xi:include href="xml/empathy-time.xml"/> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types index b7f0a8826..1a81ac671 100644 --- a/docs/libempathy/libempathy.types +++ b/docs/libempathy/libempathy.types @@ -1,26 +1,28 @@ empathy_account_manager_get_type empathy_call_factory_get_type empathy_call_handler_get_type -empathy_chatroom_manager_get_type empathy_chatroom_get_type +empathy_chatroom_manager_get_type empathy_contact_factory_get_type +empathy_contact_get_type +empathy_avatar_get_type empathy_contact_list_get_type empathy_contact_manager_get_type empathy_contact_monitor_get_type -empathy_contact_get_type -empathy_avatar_get_type -empathy_dispatch_operation_get_type empathy_dispatcher_get_type +empathy_dispatch_operation_get_type empathy_capabilities_get_type empathy_contact_ready_get_type empathy_debug_flags_get_type empathy_dispatch_operation_state_get_type empathy_tp_call_status_get_type empathy_idle_get_type -empathy_irc_network_manager_get_type empathy_irc_network_get_type +empathy_irc_network_manager_get_type empathy_irc_server_get_type empathy_log_manager_get_type +empathy_log_store_empathy_get_type +empathy_log_store_get_type empathy_message_get_type empathy_tp_call_get_type empathy_tp_chat_get_type |