Bug 21202 - [awaiting review] split media-channel-hold.c out from media-channel.c
Summary: [awaiting review] split media-channel-hold.c out from media-channel.c
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: gabble (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL: http://git.collabora.co.uk/?p=user/wj...
Whiteboard:
Keywords: patch
Depends on: 21110
Blocks: 21203
  Show dependency treegraph
 
Reported: 2009-04-15 07:53 UTC by Will Thompson
Modified: 2009-04-15 08:28 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Will Thompson 2009-04-15 07:53:12 UTC
This branch splits the Hold and CallState implementations into their own source file, to make media-channel.c more manageable.

% git diff --stat many-ways-to-skin-a-call
 src/Makefile.am              |    2 +
 src/media-channel-hold.c     |  434 +++++++++++++++++++++++++++++++++++++++++
 src/media-channel-internal.h |   85 ++++++++
 src/media-channel.c          |  442 +-----------------------------------------
 src/media-factory.c          |    1 -
 5 files changed, 528 insertions(+), 436 deletions(-)
Comment 1 Simon McVittie 2009-04-15 08:13:03 UTC
Reviewed.
Comment 2 Will Thompson 2009-04-15 08:28:10 UTC
merged.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.