telepathy-gabble: Use meta-headers for everything

Simon McVittie smcv at kemper.freedesktop.org
Wed May 30 05:56:29 PDT 2012


Module: telepathy-gabble
Branch: master
Commit: fa3b39e7a84fa985a5f7bac664fa6af8a355e622
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=fa3b39e7a84fa985a5f7bac664fa6af8a355e622

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed May 30 13:34:20 2012 +0100

Use meta-headers for everything

Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384

---

 gabble/caps-channel-manager.h |    3 +--
 gabble/connection.h           |    3 +--
 gabble/plugin-connection.h    |    3 +--
 gabble/plugin.h               |    3 +--
 plugins/console.h             |    2 +-
 src/addressing-util.h         |    2 +-
 src/auth-manager.c            |    5 ++---
 src/auth-manager.h            |    4 +++-
 src/base-call-channel.c       |   12 ++----------
 src/base-call-channel.h       |    5 ++---
 src/bytestream-factory.c      |    3 ++-
 src/bytestream-factory.h      |    2 +-
 src/bytestream-ibb.c          |    3 ++-
 src/bytestream-ibb.h          |    2 +-
 src/bytestream-muc.c          |    3 ++-
 src/bytestream-muc.h          |    2 +-
 src/bytestream-multiple.c     |    4 +++-
 src/bytestream-socks5.c       |    4 +++-
 src/bytestream-socks5.h       |    2 +-
 src/call-channel.c            |    9 ++-------
 src/call-content.c            |    8 ++------
 src/call-content.h            |    2 +-
 src/call-member.h             |    2 +-
 src/call-muc-channel.c        |    5 ++---
 src/call-stream.c             |    7 ++-----
 src/call-stream.h             |    2 +-
 src/capabilities.c            |    7 ++-----
 src/caps-channel-manager.c    |    4 +---
 src/conn-addressing.c         |    4 ++--
 src/conn-aliasing.c           |    7 +++----
 src/conn-avatars.c            |    5 ++---
 src/conn-client-types.c       |    3 ++-
 src/conn-contact-info.c       |    5 ++---
 src/conn-location.c           |    4 ++--
 src/conn-mail-notif.c         |    8 +++-----
 src/conn-olpc.c               |    3 +--
 src/conn-presence.c           |    7 ++-----
 src/conn-sidecars.c           |    2 +-
 src/connection-manager.c      |    6 ++++--
 src/connection-manager.h      |    2 +-
 src/connection.c              |   10 ++--------
 src/connection.h              |    6 +-----
 src/debug.c                   |    4 ++--
 src/disco.c                   |    2 +-
 src/ft-channel.c              |   10 ++--------
 src/ft-channel.h              |    2 +-
 src/ft-manager.c              |   10 ++--------
 src/gabble.c                  |    7 ++-----
 src/im-channel.c              |   11 +++--------
 src/im-channel.h              |    4 +---
 src/im-factory.c              |    6 ++----
 src/jingle-info.c             |    2 +-
 src/legacy-caps.c             |    2 +-
 src/media-channel-hold.c      |    2 +-
 src/media-channel-internal.h  |    2 +-
 src/media-channel.c           |   10 ++--------
 src/media-channel.h           |    3 +--
 src/media-factory.c           |    6 +++---
 src/media-stream.c            |    9 +++------
 src/media-stream.h            |    5 +----
 src/message-util.c            |    2 +-
 src/muc-channel.c             |    8 ++------
 src/muc-channel.h             |    5 +----
 src/muc-factory.c             |    8 +++-----
 src/olpc-activity.h           |    3 +--
 src/plugin-connection.c       |    2 +-
 src/plugin-loader.c           |    3 +--
 src/plugin-loader.h           |    3 +--
 src/plugin.c                  |    4 +---
 src/presence-cache.c          |    3 +--
 src/presence.c                |    2 +-
 src/private-tubes-factory.c   |    9 +++------
 src/private-tubes-factory.h   |    3 ++-
 src/protocol.c                |    5 +++--
 src/protocol.h                |    2 +-
 src/request-pipeline.c        |    2 +-
 src/room-config.h             |    2 +-
 src/roomlist-channel.c        |   11 +++--------
 src/roomlist-channel.h        |    2 +-
 src/roomlist-manager.c        |    7 +++----
 src/roster.c                  |    5 ++---
 src/roster.h                  |    2 +-
 src/search-channel.c          |    7 ++-----
 src/search-channel.h          |    2 +-
 src/search-manager.c          |    5 ++---
 src/server-sasl-channel.c     |   11 ++---------
 src/server-sasl-channel.h     |    2 +-
 src/server-tls-channel.c      |    6 ++----
 src/server-tls-channel.h      |    2 +-
 src/server-tls-manager.c      |    3 ++-
 src/server-tls-manager.h      |    3 +--
 src/tls-certificate.c         |    2 +-
 src/tls-certificate.h         |    2 +-
 src/tube-dbus.c               |    8 ++------
 src/tube-dbus.h               |    6 ++----
 src/tube-iface.c              |    3 ++-
 src/tube-iface.h              |    2 +-
 src/tube-stream.c             |    8 ++------
 src/tube-stream.h             |    5 ++---
 src/tubes-channel.c           |   12 ++----------
 src/tubes-channel.h           |    3 +--
 src/types.h                   |    2 +-
 src/util.c                    |    5 ++---
 src/util.h                    |    3 +--
 src/vcard-manager.c           |    4 ++--
 tests/test-handles.c          |    5 ++---
 106 files changed, 176 insertions(+), 310 deletions(-)

Diff:   http://cgit.freedesktop.org/telepathy/telepathy-gabble/diff/?id=fa3b39e7a84fa985a5f7bac664fa6af8a355e622


More information about the telepathy-commits mailing list