summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 13:07:10 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 15:47:20 +0100
commit68fb34700c39ba7acec1b73f8138b33e2132f522 (patch)
treedc566b75e61ea71f2168d844c159d00ea8a9c1fe /docs
parent52e5d78cbe31281bef8b32efc7f84f1915c213bf (diff)
Fold the core library into the dbus library
tp_dbus_g_method_return_not_implemented is non-essential, so we can easily put it in the -dbus library. tp_proxy_check_interface_by_id should be available in the high-level API, but with a couple of #define hacks we can make it available to generated code in the -dbus library under the same name. tp_proxy_pending_call_v1_new and tp_proxy_signal_connection_v1_new can safely go in the -dbus library: they don't deserve to be part of the high-level API. This reduces us to one shared library per level of API stability, which is exactly the right number. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=76855 Reviewed-by: Xavier Claessens
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libtelepathy-logger/Makefile.am1
-rw-r--r--docs/reference/telepathy-farstream/Makefile.am1
-rw-r--r--docs/reference/telepathy-glib/Makefile.am1
3 files changed, 0 insertions, 3 deletions
diff --git a/docs/reference/libtelepathy-logger/Makefile.am b/docs/reference/libtelepathy-logger/Makefile.am
index 4e647d7d5..7ddf1413e 100644
--- a/docs/reference/libtelepathy-logger/Makefile.am
+++ b/docs/reference/libtelepathy-logger/Makefile.am
@@ -108,7 +108,6 @@ GTKDOC_LIBS= \
$(top_builddir)/telepathy-logger/libtelepathy-logger-1.la \
$(top_builddir)/telepathy-glib/libtelepathy-glib-1.la \
$(top_builddir)/telepathy-glib/libtelepathy-glib-1-dbus.la \
- $(top_builddir)/telepathy-glib/libtelepathy-glib-1-core.la \
$(NULL)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
diff --git a/docs/reference/telepathy-farstream/Makefile.am b/docs/reference/telepathy-farstream/Makefile.am
index c42f3d3be..5a3a42aaa 100644
--- a/docs/reference/telepathy-farstream/Makefile.am
+++ b/docs/reference/telepathy-farstream/Makefile.am
@@ -83,7 +83,6 @@ GTKDOC_LIBS= \
$(top_builddir)/telepathy-farstream/libtelepathy-farstream-1.la \
$(top_builddir)/telepathy-glib/libtelepathy-glib-1.la \
$(top_builddir)/telepathy-glib/libtelepathy-glib-1-dbus.la \
- $(top_builddir)/telepathy-glib/libtelepathy-glib-1-core.la \
$(NULL)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
diff --git a/docs/reference/telepathy-glib/Makefile.am b/docs/reference/telepathy-glib/Makefile.am
index 9404d267a..fb15db8fb 100644
--- a/docs/reference/telepathy-glib/Makefile.am
+++ b/docs/reference/telepathy-glib/Makefile.am
@@ -87,7 +87,6 @@ GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) @DBUS_CFLAGS@ @GLIB_CFLAGS@
GTKDOC_LIBS = \
$(top_builddir)/telepathy-glib/libtelepathy-glib-1.la \
$(top_builddir)/telepathy-glib/libtelepathy-glib-1-dbus.la \
- $(top_builddir)/telepathy-glib/libtelepathy-glib-1-core.la \
$(DBUS_LIBS) \
$(GLIB_LIBS) \
$(NULL)