summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-media-call-channel.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-03 13:40:25 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:48 +0100
commit4b41d1eae17ac3eab6a7f77b60a1d0ef80d598b3 (patch)
tree31239d2ffefc5b86598d89b1f1d836d6fa66016f /telepathy-glib/base-media-call-channel.h
parent8f1737a03cb4f311d3a494e80a998c9a8aabb6a5 (diff)
downloadtelepathy-glib-4b41d1eae17ac3eab6a7f77b60a1d0ef80d598b3.tar.gz
few coding style fixes
Diffstat (limited to 'telepathy-glib/base-media-call-channel.h')
-rw-r--r--telepathy-glib/base-media-call-channel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/telepathy-glib/base-media-call-channel.h b/telepathy-glib/base-media-call-channel.h
index d720329cf..9540fd600 100644
--- a/telepathy-glib/base-media-call-channel.h
+++ b/telepathy-glib/base-media-call-channel.h
@@ -30,17 +30,16 @@ typedef struct _TpBaseMediaCallChannelPrivate TpBaseMediaCallChannelPrivate;
typedef struct _TpBaseMediaCallChannelClass TpBaseMediaCallChannelClass;
typedef void (*TpBaseMediaCallChannelHoldStateChangedFunc) (
- TpBaseMediaCallChannel *self, TpLocalHoldState hold_state,
+ TpBaseMediaCallChannel *self,
+ TpLocalHoldState hold_state,
TpLocalHoldStateReason hold_state_reason);
typedef void (*TpBaseMediaCallChannelVoidFunc) (TpBaseMediaCallChannel *self);
-
struct _TpBaseMediaCallChannelClass {
/*<private>*/
TpBaseCallChannelClass parent_class;
/*< public >*/
-
TpBaseMediaCallChannelHoldStateChangedFunc hold_state_changed;
TpBaseMediaCallChannelVoidFunc accept;