capabilities.h | capabilities.h | |||
---|---|---|---|---|
skipping to change at line 66 | skipping to change at line 66 | |||
gboolean tp_capabilities_supports_text_chatrooms (TpCapabilities *self); | gboolean tp_capabilities_supports_text_chatrooms (TpCapabilities *self); | |||
gboolean tp_capabilities_supports_stream_tubes (TpCapabilities *self, | gboolean tp_capabilities_supports_stream_tubes (TpCapabilities *self, | |||
TpHandleType handle_type, | TpHandleType handle_type, | |||
const gchar *service); | const gchar *service); | |||
gboolean tp_capabilities_supports_dbus_tubes (TpCapabilities *self, | gboolean tp_capabilities_supports_dbus_tubes (TpCapabilities *self, | |||
TpHandleType handle_type, | TpHandleType handle_type, | |||
const gchar *service_name); | const gchar *service_name); | |||
gboolean tp_capabilities_supports_contact_search (TpCapabilities *self, | ||||
gboolean *with_limit, | ||||
gboolean *with_server); | ||||
G_END_DECLS | G_END_DECLS | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||
telepathy-glib.h | telepathy-glib.h | |||
---|---|---|---|---|
skipping to change at line 49 | skipping to change at line 49 | |||
#include <telepathy-glib/base-client.h> | #include <telepathy-glib/base-client.h> | |||
#include <telepathy-glib/basic-proxy-factory.h> | #include <telepathy-glib/basic-proxy-factory.h> | |||
#include <telepathy-glib/channel-dispatch-operation.h> | #include <telepathy-glib/channel-dispatch-operation.h> | |||
#include <telepathy-glib/channel-dispatcher.h> | #include <telepathy-glib/channel-dispatcher.h> | |||
#include <telepathy-glib/channel-request.h> | #include <telepathy-glib/channel-request.h> | |||
#include <telepathy-glib/channel.h> | #include <telepathy-glib/channel.h> | |||
#include <telepathy-glib/client-channel-factory.h> | #include <telepathy-glib/client-channel-factory.h> | |||
#include <telepathy-glib/connection-manager.h> | #include <telepathy-glib/connection-manager.h> | |||
#include <telepathy-glib/connection.h> | #include <telepathy-glib/connection.h> | |||
#include <telepathy-glib/contact.h> | #include <telepathy-glib/contact.h> | |||
#include <telepathy-glib/contact-search.h> | ||||
#include <telepathy-glib/contact-search-result.h> | ||||
#include <telepathy-glib/dbus.h> | #include <telepathy-glib/dbus.h> | |||
#include <telepathy-glib/dtmf.h> | #include <telepathy-glib/dtmf.h> | |||
#include <telepathy-glib/debug.h> | #include <telepathy-glib/debug.h> | |||
#include <telepathy-glib/handle.h> | #include <telepathy-glib/handle.h> | |||
#include <telepathy-glib/proxy.h> | #include <telepathy-glib/proxy.h> | |||
#include <telepathy-glib/signalled-message.h> | #include <telepathy-glib/signalled-message.h> | |||
#include <telepathy-glib/simple-approver.h> | #include <telepathy-glib/simple-approver.h> | |||
#include <telepathy-glib/simple-handler.h> | #include <telepathy-glib/simple-handler.h> | |||
#include <telepathy-glib/simple-observer.h> | #include <telepathy-glib/simple-observer.h> | |||
#include <telepathy-glib/stream-tube-channel.h> | #include <telepathy-glib/stream-tube-channel.h> | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||