Age | Commit message (Collapse) | Author | Files | Lines |
|
TelepathyGLib-1 isn't going to be fully compatible.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49737
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
It was deprecated in GLib 2.36, and we already have a hard dependency
on that version.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
As well as being less code, they're not flagged as deprecated.
This requires a bit of extra copying, because there's no
tp_value_array_unpack_dup() or tp_value_array_build_take(), but
it seems worth it.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
|
|
works"
This reverts commit ff26814b44720336cdcb298ddf45aea2edcfae0a.
It has a race condition which *sometimes* breaks distcheck :-(
|
|
This fixes the long-standing bug that if telepathy-glib was built
out-of-tree, the documentation had "FIXME: MISSING XINCLUDE CONTENT"
instead of the example.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69753
|
|
Also print a bit more information about protocols, and allow requesting
timestamps in debug output.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68390
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
works"
This reverts commit ca33bfa878946a1ad904e0dcd88455e989223707.
|
|
This fixes the long-standing bug that if telepathy-glib was built
out-of-tree, the documentation had "FIXME: MISSING XINCLUDE CONTENT"
instead of the example.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69753
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
We want a Tp.TextChannel, not just a Tp.Channel, and the easiest way
to do that is to use Tp.AccountManager.dup() (which provides a
Tp.AutomaticClientFactory). Tp.SimpleHandler.new() is deprecated,
for approximately this reason.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
g_debug() is invisible unless you set G_MESSAGES_DEBUG, which is
unhelpful when smoke-testing example code.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
The TpSimpleClientFactory base class doesn't use channel-type-specific
subclasses, which these examples rely on.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65518
Acked-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
|
|
Signed-off-by: Maksim Melnikau <maxposedon@gmail.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=62968
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
|
g_type_init() has been deprecated in GLib master. By including config.h we
avoid the deprecation warning as it contains GLib's versions macros.
|
|
1) it isn't used now
2) it is prevents run example on machines, which hasn't magic
3) magic(libmagic) isn't popular in various linux distributions
Signed-off-by: Maksim Melnikau <maxposedon@gmail.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
|
by _dup_
New transfer and naming policy has been discussed in
https://bugs.freedesktop.org/show_bug.cgi?id=39189 and is
documented there: http://telepathy.freedesktop.org/wiki/Style/TelepathyGLib
|
|
them by _dup_
New transfer and naming policy has been discussed in
https://bugs.freedesktop.org/show_bug.cgi?id=39189 and is
documented there: http://telepathy.freedesktop.org/wiki/Style/TelepathyGLib
|
|
New transfer and naming policy has been discussed in
https://bugs.freedesktop.org/show_bug.cgi?id=39189 and is
documented there: http://telepathy.freedesktop.org/wiki/Style/TelepathyGLib
There is intentionally no tp_dispatch_operation_get_immutable_properties()
since those are internal implementation detail. Individual property getters
should be enough.
|
|
New transfer and naming policy has been discussed in
https://bugs.freedesktop.org/show_bug.cgi?id=39189 and is
documented there: http://telepathy.freedesktop.org/wiki/Style/TelepathyGLib
_tp_channel_get_immutable_properties() is kept internal because we don't
want to expose more dbus-glib structures. tp_channel_dup_immutable_properties()
is added, it returns a GVariant and should be needed only to TpChannel
subclasses.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=49372
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=49384
|
|
They are soon to be deprecated
|
|
It is soon to be deprecated
|
|
The only changes needed were in extended-client.c.
|
|
|
|
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384
|
|
We deprecated this in 0.11.
|
|
New code should be using _get_self_contact()
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=49213
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
We already optionally install many of the C examples.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48504
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
|
|
|
|
This will allow us to use g_data_input_stream_read_line_utf8() in Python as
g_input_stream_read() is not bindable.
|
|
|
|
Make it easier to understand/debug what's going on.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=29271
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
|
|
|
|
|
|
|
|
|
|
from source
It has to be the first one in LDADD
|