summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Expand)AuthorFilesLines
2014-04-14Add gdbus-codegen supportXavier Claessens1-0/+1
2014-04-14TpBaseProtocol: be a GDBusObjectSkeletonSimon McVittie1-2/+0
2014-04-14TpSvcInterfaceSkeleton: move to the -dbus librarySimon McVittie1-1/+2
2014-04-14Add sliced-gvalue to documentationSimon McVittie1-0/+1
2014-04-10Simplify TpPresenceMixin by removing all support for non-message parametersSimon McVittie1-1/+0
2014-04-10tp_group_mixin_get_members etc.: remove accessors for membersSimon McVittie1-6/+0
2014-04-08Stop implementing TpSvcDBusProperties interfaceXavier Claessens1-1/+0
2014-04-08tp_text_channel_get_message_types, TpTextChannel:message-types: removeSimon McVittie1-1/+0
2014-04-08Rename all mentions of handle types to entity typesSimon McVittie1-5/+5
2014-04-08tp_account_get_avatar_async: rename to _dup_, return GBytes + MIME typeSimon McVittie1-2/+2
2014-04-08Remove tp_message_set in favour of tp_message_set_variantSimon McVittie1-1/+0
2014-04-08Remove tp_connection_manager_param_get_defaultSimon McVittie1-1/+0
2014-04-08TpCapabilities: operate in terms of GVariantSimon McVittie1-2/+1
2014-04-03Fold the core library into the dbus librarySimon McVittie3-3/+0
2014-04-03Move TpSvc* registration code to the -dbus librarySimon McVittie2-2/+2
2014-04-03Move tp_g_value_slice_* family to dbus librarySimon McVittie1-21/+27
2014-04-03Rename core-util.c to value-array.c and put it in the -dbus librarySimon McVittie2-3/+10
2014-04-01Add channel-filter to documentationSimon McVittie1-0/+1
2014-04-01Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()Xavier Claessens1-5/+5
2014-04-01Remove tp_dbus_daemon_get_unique_name()Xavier Claessens1-1/+0
2014-04-01Remove TpDBusDaemon objectXavier Claessens1-55/+1
2014-04-01Replace all occurences of TpDBusDaemon by GDBusConnectionXavier Claessens1-5/+3
2014-04-01tp_client_factory_dup_logger: rename to _ensure_loggerSimon McVittie1-1/+1
2014-04-01TpLogger: Always create from a factoryXavier Claessens1-0/+1
2014-04-01TpConnectionManager: Always create from a factoryXavier Claessens1-1/+2
2014-04-01TpDebusClient: Always create from a factoryXavier Claessens1-1/+2
2014-04-01tp_client_factory_dup_channel_dispatcher: rename to _ensure_channel_dispatcherSimon McVittie1-1/+1
2014-04-01TpChannelDispatcher: Always create from a factoryXavier Claessens1-1/+1
2014-04-01tp_client_factory_dup_account_manager: rename to _ensure_account_managerSimon McVittie1-1/+1
2014-03-29TpAccountManager: Always create from a factoryXavier Claessens1-4/+2
2014-03-29TpClientFactory: Add getter for its GDBusConnectionXavier Claessens1-0/+1
2014-03-29TpClientFactory: Add a singleton factoryXavier Claessens1-0/+3
2014-03-27tp_proxy_get_interface_by_id: removeSimon McVittie1-1/+0
2014-03-27TpDBusDaemon: Remove code for listing namesXavier Claessens1-3/+0
2014-03-27TpConnection: Remove tp_list_connection_names()Xavier Claessens1-2/+0
2014-03-27TpDBusDaemon: Remove code for watching namesXavier Claessens1-3/+0
2014-03-26Documentation: add tp_dbus_daemon_try_register_objectSimon McVittie1-0/+1
2014-03-26Documentation: remove TpProxyInterfaceAddedCbSimon McVittie1-1/+0
2014-03-26TpProxy: rewrite signal listeningSimon McVittie1-3/+1
2014-03-26TpProxy: rewrite async and reentrant callsSimon McVittie1-4/+2
2014-03-26tp-svc docs: adjust for GDBusSimon McVittie1-14/+10
2014-03-26TpSvcInterfaceInfo, TpSvcInterfaceSkeleton: addSimon McVittie2-0/+10
2014-03-26Do domain-specific errors via GDBus, not dbus-glibSimon McVittie1-1/+0
2014-03-26Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie1-4/+4
2014-03-26Remove TpProxy::interface-added, and dbus-glib marshaller registrationSimon McVittie2-28/+0
2014-03-18add tp_vardict_has_key()Guillaume Desmottes1-0/+1
2014-03-18remove tp_channel_filter_require_channel_type() from APIGuillaume Desmottes1-1/+0
2014-03-18rename tp_channel_filter_new_for_all_types()Guillaume Desmottes1-1/+1
2014-03-18base-client: remove _object suffix from higher level filter APIGuillaume Desmottes1-6/+6
2014-03-18base-client: suffix GVariant filter APIGuillaume Desmottes1-3/+3