summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-28Fix various minor documentation bugsHEADmasterSimon McVittie7-28/+60
2011-09-28specialized types: improve documentation and document more thingsSimon McVittie3-55/+388
2011-09-28dbus_g_type_collection_value_iterate, etc.: check that the type is suitableSimon McVittie1-4/+25
2011-09-28dbus_g_type_collection_get_fixed: check preconditions on the type and vtableSimon McVittie1-4/+10
2011-09-28dbus-gtype-specialized: warn if vtables have missing callbacksSimon McVittie1-1/+18
2011-09-28Tidy up docs for DBusGError and its pseudo-methodsSimon McVittie2-16/+18
2011-09-27Make gtk-doc DOC_SOURCE_DIR absolute, fixing out-of-tree docsSimon McVittie1-13/+38
2011-09-27DBusGProxy: be more pedantic about boolean returnsSimon McVittie1-5/+5
2011-09-27DBusGProxy: misc documentation tidyingSimon McVittie2-9/+32
2011-09-27DBusGProxy: make argument names in declaration, definition and docs consistentSimon McVittie2-35/+32
2011-09-27DBusGProxy: mark struct contents as privateSimon McVittie1-0/+2
2011-09-27Remove declaration of dbus_pending_call_get_g_type, which doesn't existSimon McVittie2-10/+0
2011-09-27Add DBUS_TYPE_CONNECTION, DBUS_TYPE_MESSAGE to the docs, and document them be...Simon McVittie2-5/+12
2011-09-27Tidy up docs for DBusGMessageSimon McVittie2-11/+19
2011-09-27Clean up docs for DBusGConnectionSimon McVittie2-10/+18
2011-09-27Ignore non-API source files correctlySimon McVittie1-7/+10
2011-09-27Remove stray empty subsectionSimon McVittie1-3/+0
2011-09-27Mention which header to include in the gtk-docSimon McVittie1-0/+8
2011-09-27Add some missing symbols to the docsSimon McVittie1-0/+6
2011-09-21Micro versionSimon McVittie1-1/+1
2011-09-21dbus-glib 0.96dbus-glib_0.96Simon McVittie1-2/+2
2011-08-17test-dbus-glib: make lose() abort, and make lose_gerror() more informativeSimon McVittie1-17/+4
2011-08-17get_all_object_properties: if _dbus_gvalue_marshal fails, bail outSimon McVittie1-2/+25
2011-08-17get_all_object_properties: note which operations can only fail via OOMSimon McVittie1-0/+12
2011-08-17get_all_object_properties: skip invalidly-named properties, with a criticalSimon McVittie1-0/+9
2011-08-17dbus-gobject: add and use connection_send_or_die to check for OOMSimon McVittie1-15/+25
2011-08-17emit_signal_for_registration: assert that signal headers are all validSimon McVittie1-0/+4
2011-08-17export_signals: check interface, signal names for validitySimon McVittie1-0/+14
2011-08-17object_registration_message: check for OOM when a property is absentSimon McVittie1-3/+5
2011-08-17object_registration_message: make logic/assertions slightly clearerSimon McVittie1-7/+6
2011-08-17object_registration_message: handle remote caller errors betterSimon McVittie1-6/+14
2011-08-17get_object_property: add brief documentationSimon McVittie1-0/+5
2011-08-17get_object_property: unwind on errors, and avoid returning NULLSimon McVittie1-10/+23
2011-08-17check_property_access: centralize error handling (and check for OOM)Simon McVittie1-26/+43
2011-08-17dbus-gobject: check for NULL when producing messagesSimon McVittie1-3/+3
2011-08-17dbus-gobject: factor out reply_or_die, error_or_die and add error-checkingSimon McVittie1-33/+50
2011-08-17invoke_object_method: if marshalling an out argument fails, discard messageSimon McVittie1-11/+36
2011-08-17invoke_object_method, dbus_g_method_return_error: handle sending failureSimon McVittie1-2/+7
2011-08-17gerror_to_dbus_error_message: guarantee to return non-NULLSimon McVittie1-0/+6
2011-08-17invoke_object_method: if dbus_message_new_method_return fails, fail hardSimon McVittie1-1/+3
2011-08-17arg_iterate: documentSimon McVittie1-0/+40
2011-08-15dbus_g_proxy_manager_unregister: if GetNameOwner failed, don't assertSimon McVittie1-4/+6
2011-08-15Add a regression test for fd.o #38406Simon McVittie3-0/+282
2011-08-15MyObject: register marshallers so individual tests don't have toSimon McVittie4-8/+20
2011-08-15DBusGProxy: deal with errors in DBUS_G_VALUE_ARRAY_COLLECT_ALLSimon McVittie1-27/+66
2011-08-15dbus_g_proxy_call: simplify error handling now that call_id may be 0Simon McVittie1-12/+3
2011-08-15DBusGProxy: cope gracefully with call_id == 0Simon McVittie1-0/+16
2011-08-03registrations test: fix race condition in adding match rulesSimon McVittie1-3/+25
2011-07-25dbus-binding-tool: fixed "pretty" mode output for methods.Tim Waugh1-1/+1
2011-06-16Show warning if marshalling in dbus_g_method_return failsSimon McVittie1-1/+7