[next] telepathy-glib: Rename TpSimpleClientFactory to TpClientFactory

Xavier Claessens xclaesse at kemper.freedesktop.org
Wed Apr 25 09:12:06 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 24a7ed8b81be027709bd3708d123a5a93f89d6a0
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=24a7ed8b81be027709bd3708d123a5a93f89d6a0

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Tue Apr 24 15:24:46 2012 +0200

Rename TpSimpleClientFactory to TpClientFactory

The factory isn't really simple thing, and it makes long function names.

---

 docs/reference/Makefile.am                         |    2 +-
 docs/reference/telepathy-glib-docs.sgml            |    2 +-
 docs/reference/telepathy-glib-sections.txt         |   68 ++--
 examples/client/contact-list.c                     |    8 +-
 telepathy-glib/Makefile.am                         |    6 +-
 telepathy-glib/account-channel-request.c           |    6 +-
 telepathy-glib/account-manager.c                   |   38 ++--
 telepathy-glib/account-manager.h                   |    4 +-
 telepathy-glib/account.c                           |   14 +-
 telepathy-glib/automatic-client-factory-internal.h |   10 +-
 telepathy-glib/automatic-client-factory.c          |   24 +-
 telepathy-glib/automatic-client-factory.h          |    8 +-
 telepathy-glib/base-client.c                       |   70 ++--
 telepathy-glib/base-client.h                       |   12 +-
 telepathy-glib/basic-proxy-factory.c               |    4 +-
 telepathy-glib/basic-proxy-factory.h               |    4 +-
 telepathy-glib/call-channel.c                      |    6 +-
 telepathy-glib/channel-contacts.c                  |   12 +-
 telepathy-glib/channel-dispatch-operation.c        |   12 +-
 telepathy-glib/channel-request.c                   |   12 +-
 telepathy-glib/channel.c                           |    6 +-
 ...actory-internal.h => client-factory-internal.h} |   27 +-
 .../{simple-client-factory.c => client-factory.c}  |  332 ++++++++++----------
 telepathy-glib/client-factory.h                    |  162 ++++++++++
 telepathy-glib/connection-contact-list.c           |   20 +-
 telepathy-glib/connection.c                        |   18 +-
 telepathy-glib/contact.c                           |    2 +-
 telepathy-glib/dbus-tube-channel.c                 |    2 +-
 telepathy-glib/file-transfer-channel.c             |    2 +-
 telepathy-glib/introspection.am                    |    2 +-
 telepathy-glib/proxy-internal.h                    |    2 +-
 telepathy-glib/proxy.c                             |   16 +-
 telepathy-glib/proxy.h                             |    6 +-
 telepathy-glib/simple-approver.c                   |    8 +-
 telepathy-glib/simple-approver.h                   |    2 +-
 telepathy-glib/simple-client-factory.h             |  173 ----------
 telepathy-glib/simple-handler.c                    |    8 +-
 telepathy-glib/simple-handler.h                    |    2 +-
 telepathy-glib/simple-observer.c                   |    8 +-
 telepathy-glib/simple-observer.h                   |    2 +-
 telepathy-glib/stream-tube-channel.c               |    6 +-
 telepathy-glib/stream-tube-connection.c            |    2 +-
 telepathy-glib/telepathy-glib.h                    |    2 +-
 telepathy-glib/text-channel.c                      |   10 +-
 telepathy-glib/util-internal.h                     |    2 +-
 telepathy-glib/util.c                              |    6 +-
 tests/dbus/call-channel.c                          |   10 +-
 tests/dbus/channel.c                               |    4 +-
 tests/dbus/contacts.c                              |    8 +-
 tests/dbus/dbus-tube.c                             |    4 +-
 tests/dbus/text-channel.c                          |    4 +-
 51 files changed, 584 insertions(+), 596 deletions(-)

Diff:   http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=24a7ed8b81be027709bd3708d123a5a93f89d6a0


More information about the telepathy-commits mailing list