File gnome-phone-manager-telepathy.patch of Package gnome-phone-manager
Index: gnome-phone-manager-0.69/telepathy/connection.h
===================================================================
--- gnome-phone-manager-0.69.orig/telepathy/connection.h
+++ gnome-phone-manager-0.69/telepathy/connection.h
@@ -59,6 +59,9 @@ phoney_connection_handle_inspect (Phoney
GType phoney_connection_get_type (void);
+gchar *
+phoney_connection_get_unique_connection_name(TpBaseConnection *base);
+
/* TYPE MACROS */
#define PHONEY_TYPE_CONNECTION \
(phoney_connection_get_type ())
Index: gnome-phone-manager-0.69/telepathy/im-channel.h
===================================================================
--- gnome-phone-manager-0.69.orig/telepathy/im-channel.h
+++ gnome-phone-manager-0.69/telepathy/im-channel.h
@@ -47,6 +47,12 @@ struct _PhoneyIMChannel {
GType phoney_im_channel_get_type (void);
+void
+phoney_im_channel_send (TpSvcChannelTypeText *channel,
+ guint type,
+ const gchar *text,
+ DBusGMethodInvocation *context);
+
/* TYPE MACROS */
#define PHONEY_TYPE_IM_CHANNEL \
(phoney_im_channel_get_type ())