diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2011-07-15 16:30:59 +0200 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-07-20 15:00:23 +0200 |
commit | ebe0c53202e216cd049e4b59e4d49d5b5e7f67db (patch) | |
tree | 1f80465a66b006f42366ab7dc66deb78c3f8444e /telepathy-glib/introspection.am | |
parent | f35ecbc1b9dcc50f79c895e806854938244a37f7 (diff) | |
download | telepathy-glib-ebe0c53202e216cd049e4b59e4d49d5b5e7f67db.tar.gz |
Add TpSimpleClientFactory
This is a new object replacing TpBasicProxyFactory but can construct
any known TpProxy subclasses, guarantee their uniqueness per object-path
and keep a user-defined set of features to prepare on them.
Diffstat (limited to 'telepathy-glib/introspection.am')
-rw-r--r-- | telepathy-glib/introspection.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index 4dc6d9e46..de9bbcc94 100644 --- a/telepathy-glib/introspection.am +++ b/telepathy-glib/introspection.am @@ -38,6 +38,7 @@ INTROSPECTION_FILES = \ $(srcdir)/debug.c $(srcdir)/debug.h \ $(srcdir)/base-client.c $(srcdir)/base-client.h \ $(srcdir)/simple-approver.c $(srcdir)/simple-approver.h \ + $(srcdir)/simple-client-factory.c $(srcdir)/simple-client-factory.h \ $(srcdir)/simple-handler.c $(srcdir)/simple-handler.h \ $(srcdir)/simple-observer.c $(srcdir)/simple-observer.h \ $(srcdir)/dbus-properties-mixin.c $(srcdir)/dbus-properties-mixin.h \ |