summaryrefslogtreecommitdiff
path: root/src/mcd-client-priv.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Remove BypassObservers supportSimon McVittie1-2/+0
2012-10-08_mcd_client_match_property: take channel properties as GVariantSimon McVittie1-4/+0
2012-10-08Generally use GVariant, not GHashTable, for channels' propertiesSimon McVittie1-1/+1
2012-10-08add more telepathy-glib-dbus.h includes where appropriateJonny Lamb1-0/+1
2012-05-14Use telepathy-glib meta-headersSimon McVittie1-3/+1
2012-05-14McdClientProxy, McdClientRegistry: remove now-unused string poolSimon McVittie1-2/+3
2010-12-21mcd-client: pick up Observer.DelayApproversJonny Lamb1-0/+2
2010-10-12updated copyrightsSenko Rasic1-2/+2
2010-10-12McdClient: add BypassObservers boolean flagSenko Rasic1-0/+2
2010-04-15added _mcd_client_recover_observer methodSenko Rasic1-0/+4
2009-10-20_mcd_client_proxy_handle_channels: infer the account path from the first channelSimon McVittie1-1/+1
2009-10-20_mcd_client_proxy_handle_channels: automatically extract user_action_time fro...Simon McVittie1-2/+1
2009-10-20_mcd_client_proxy_handle_channels: automatically extract user_action_time fro...Simon McVittie1-1/+1
2009-10-20_mcd_client_proxy_handle_channels: require at least one channel, and recover ...Simon McVittie1-1/+1
2009-10-20_mcd_client_proxy_handle_channels: take the channels as a GListSimon McVittie1-1/+1
2009-10-20_mcd_client_proxy_handle_channels: trivial wrapper for tp_cli callSimon McVittie1-0/+7
2009-10-20_mcd_client_match_property, _mcd_client_match_filters: move from McdDispatcherSimon McVittie1-0/+8
2009-09-30McdClientProxy: automatically drop capabilities if inactive and not activatableSimon McVittie1-2/+0
2009-09-29McdClientProxy: make the introspection pipeline callbacks internalSimon McVittie1-14/+0
2009-09-29McdClientProxy: make _mcd_client_proxy_get_channel_filter_cb and McdClientInt...Simon McVittie1-9/+0
2009-09-29McdDispatcher: move get_interfaces_cb into McdClientProxySimon McVittie1-0/+3
2009-09-29McdDispatcher: move skeletal get_channel_filter_cb into McdClientProxySimon McVittie1-2/+2
2009-09-29_mcd_client_proxy_handler_get_all_cb: combine _mcd_client_proxy_set_handler_p...Simon McVittie1-2/+3
2009-09-29McdClientProxy: indicate initially-handled channels, and possible changes to ...Simon McVittie1-3/+2
2009-09-29McdClientProxy: add stub "ready lock" (count of tasks to do before ready)Simon McVittie1-0/+3
2009-09-29_mcd_client_proxy_set_bypass_approval, _mcd_client_proxy_add_cap_tokens: loca...Simon McVittie1-5/+0
2009-09-29_mcd_client_proxy_set_channel_filters: factor out most of McdDispatcher's get...Simon McVittie1-2/+2
2009-09-29_mcd_client_proxy_set_handler_properties: factor out most of McdDispatcher's ...Simon McVittie1-0/+4
2009-09-29McdClientProxy: remove some transitional API that's no longer neededSimon McVittie1-12/+0
2009-09-29_mcd_client_proxy_set_filters: move mcd_client_set_filters to McdClientProxySimon McVittie1-0/+10
2009-09-29_mcd_client_proxy_dup_handler_capabilities: move main functionality of mcd_di...Simon McVittie1-0/+3
2009-09-29McdClientProxy: move .client file parsing from McdDispatcherSimon McVittie1-0/+2
2009-09-29_mcd_client_proxy_add_interfaces: supersede McdDispatcher's maybe_add_client_...Simon McVittie1-0/+3
2009-09-29_mcd_client_proxy_add_cap_tokens: move mcd_client_add_cap_tokens to McdClient...Simon McVittie1-0/+2
2009-09-29_mcd_client_proxy_new: take the whole well-known name, not just the suffixSimon McVittie1-1/+1
2009-09-22_mcd_client_proxy_become_incapable: move mcd_client_become_incapable hereSimon McVittie1-0/+1
2009-09-22McdClientProxy: store capability tokens here instead of in McdClientSimon McVittie1-0/+5
2009-09-21McdClientProxy: store BypassApproval here instead of in McdClientSimon McVittie1-0/+4
2009-09-21McdClientProxy: store filters here instead of in the McdClient structSimon McVittie1-0/+14
2009-09-21McdDispatcher: find_client_file: move to mcd_client_proxy_find_client_fileSimon McVittie1-0/+3
2009-09-21Move McdClient::activatable to be a property on McdClientProxySimon McVittie1-1/+5
2009-09-21McdClientProxy: add _mcd_client_proxy_is_ready()Simon McVittie1-0/+2
2009-09-21McdClient: have a ref to the McdDispatcher's string poolSimon McVittie1-2/+3
2009-06-10mcd: use telepathy-glib for all standard interfaces, and only generate code f...Simon McVittie1-7/+4
2009-05-26McdDispatcher: tell McdClientProxy when it becomes active/inactiveSimon McVittie1-0/+4
2009-05-26McdClientProxy: pre-load unique name if knownSimon McVittie1-1/+2
2009-05-26McdClientProxy: add accessors for "is active" and unique nameSimon McVittie1-0/+4
2009-05-25McdClientProxy: new subclass of TpProxy to use for Client proxiesSimon McVittie1-0/+82