summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-18Prepare version 0.7.15telepathy-glib-0.7.15Simon McVittie9-37/+98
2008-09-18ChannelManager: we don't need a better GType for channels in new-channels signalWill Thompson1-1/+0
2008-09-18BaseConnection: alter tp_handle_ensure's error to be in TP_ERRORSWill Thompson1-0/+4
2008-09-17NEWS for spec 0.17.11 and Requests supportWill Thompson1-0/+8
2008-09-17BaseConnection: move gtkdoc to .cWill Thompson2-185/+198
2008-09-17ExportableChannel: move gtkdoc to .cWill Thompson2-19/+21
2008-09-17ChannelManager: move gtkdoc to .cWill Thompson2-106/+111
2008-09-17Coding style: blank line after if-blockWill Thompson1-0/+1
2008-09-17offer_request: move NULLing of request->context next to the reason for doing soWill Thompson1-1/+1
2008-09-17get_channel_details: pre-allocate 2 elements in oa{sv} GValueArrayWill Thompson1-1/+1
2008-09-17get_channel_details: use TP_HASH_TYPE_QUALIFIED_PROPERTY_VALUE_MAPWill Thompson1-1/+1
2008-09-17BaseConnection: rename service_iface_init to conn_iface_initWill Thompson1-3/+3
2008-09-17base-connection.c: sort #includes ASCIIbeticallyWill Thompson1-4/+4
2008-09-17Bump and fold some copyright yearsWill Thompson3-6/+6
2008-09-17_make_properties_hash: Don't point property at garbage at the end of the loopWill Thompson1-2/+18
2008-09-17ChannelManagerIface: replace _near_future[3] with 3 specific _reserved fieldsWill Thompson1-3/+5
2008-09-17ChannelManagerIface: remove incorrect summing of 8 and 3 to 13Will Thompson1-1/+1
2008-09-17Don't deprecate create_channel_factories and TpChannelFactoryIfaceWill Thompson2-8/+7
2008-09-17BaseConn: return InvalidHandle from CreateChannel if Target{Handle,ID} are sk...Will Thompson1-0/+2
2008-09-17BaseConnection: different errors for both and neither of Target{Handle,ID}Will Thompson1-4/+7
2008-09-17BaseConnection: wrap RETURN_INVALID_ARGUMENT in G_STMT_{START,END}Will Thompson1-2/+2
2008-09-17BaseConnection: add brief docs to get_channel_detailsWill Thompson1-0/+8
2008-09-17BaseConnection: move fail_channel_request out of channel factory callback sec...Will Thompson1-20/+20
2008-09-17BaseConnection: prefix factory-specific callbacks with factory_Will Thompson1-22/+23
2008-09-17Move tp_type_dbus_... from Requests Private subsection to existing section of...Will Thompson1-14/+13
2008-09-17signals-marshal.list: sort asciibeticallyWill Thompson1-2/+2
2008-09-16Document that ChannelManagers may assume TargetHandle != 0 if presentWill Thompson1-1/+1
2008-09-16Omit TargetHandle:0 when calling channel_manager_request_channelWill Thompson1-4/+7
2008-09-16Reject CreateChannel requests containing TargetHandle:0Will Thompson1-2/+10
2008-09-15Update to spec version 0.17.11Will Thompson4-15/+41
2008-09-15Add Since: annotations for ChannelManagerIter APIWill Thompson2-0/+6
2008-09-15ChannelFactoryIface: explain how and why it is deprecated.Will Thompson1-7/+6
2008-09-15ChannelManager: update list of managers in gabbleWill Thompson1-2/+2
2008-09-15BaseConnection: update copyright to 2008Will Thompson2-4/+4
2008-09-15Requests: clarify chaining of functionsWill Thompson1-1/+7
2008-09-15ChannelManager: document the lifetime of request_propertiesWill Thompson1-1/+2
2008-09-15RequestChannel: don't leak a hash table if a ChannelManager claims the requestWill Thompson1-1/+8
2008-09-15Clarify comment that ChannelManagers should listen to status-changedWill Thompson1-2/+2
2008-09-15exportable_channel_get_old_info: document freeing of _out parametersWill Thompson1-3/+6
2008-09-15BaseConnection: ChannelRequest::channel_type etc. are relevant for all methodsWill Thompson1-1/+0
2008-09-15ChannelManager: add Since: annotationsWill Thompson1-0/+26
2008-09-15Deprecated TpChannelFactoryIface in favour of TpChannelManagerWill Thompson1-0/+2
2008-09-15Deprecate TpBaseConnectionClass::create_channel_factoriesWill Thompson1-1/+2
2008-09-15base_connection_channel_manager_iter_init: correct documentationWill Thompson1-1/+1
2008-09-15BaseConnection: add a channel manager iteratorWill Thompson3-0/+94
2008-09-15ChannelManager: document valid assumptions about request_propertiesWill Thompson1-0/+22
2008-09-15Extract returning InvalidArgument from Requestotron to a macroWill Thompson1-39/+20
2008-09-15Check that TargetID is a string if suppliedWill Thompson1-0/+9
2008-09-15Split conn_requests_requestotron into three stagesWill Thompson1-53/+121
2008-09-15Document tp_dbus_properties_mixin_make_properties_hashWill Thompson2-0/+19