summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-06 12:46:14 +0100
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-29 20:31:58 -0300
commit49cdb374f84c88e62e99b7b8854b5c075734108b (patch)
tree624490bf7d54f81a5cda9a2c8f3697eeb9095d70 /telepathy-glib/connection-manager.h
parent65bca93da6a6b0ea9e2375271e3a2fe3c0cbcc2a (diff)
downloadtelepathy-glib-49cdb374f84c88e62e99b7b8854b5c075734108b.tar.gz
Move TpConnectionManagerParam to protocol.h
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index b5bc72082..879b59d39 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -24,6 +24,7 @@
#include <telepathy-glib/dbus.h>
#include <telepathy-glib/defs.h>
+#include <telepathy-glib/protocol.h>
#include <telepathy-glib/proxy.h>
#include <telepathy-glib/_gen/genums.h>
@@ -60,18 +61,6 @@ GType tp_connection_manager_protocol_get_type (void);
#define TP_TYPE_CONNECTION_MANAGER_PROTOCOL \
(tp_connection_manager_protocol_get_type ())
-typedef struct _TpConnectionManagerParam TpConnectionManagerParam;
-struct _TpConnectionManagerParam
-{
- /*<public>*/
- gchar *name;
- gchar *dbus_signature;
- GValue default_value;
- guint flags;
-
- gpointer priv;
-};
-
typedef struct _TpConnectionManagerProtocol TpConnectionManagerProtocol;
struct _TpConnectionManagerProtocol
{