summaryrefslogtreecommitdiff
path: root/dbus/dbus-gobject.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-28Fix various minor documentation bugsHEADmasterSimon McVittie1-14/+19
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-06-16Show warning if marshalling in dbus_g_method_return failsSimon McVittie1-1/+7
2011-06-02Fix regression in marshalling objects as object pathsSimon McVittie1-4/+4
2011-06-01Remove Doxygen droppings from source codeSimon McVittie1-2/+1
2011-06-01Log error message from failed object registrationDan Williams1-5/+10
2011-05-27dbus-gobject: check various preconditions for methodsSimon McVittie1-3/+26
2011-05-27dbus-gobject: move weakref to ObjectExport, with ObjectRegistration pointing ...Simon McVittie1-30/+59
2011-05-27dbus_g_connection_register_g_object: only hook onto signals on first useSimon McVittie1-32/+16
2011-05-27dbus_g_connection_register_g_object: attach ObjectExport firstSimon McVittie1-11/+9
2011-05-27dbus-gobject: wrap the GSList of registrations in a simple structSimon McVittie1-26/+51
2011-05-17dbus_g_connection_unregister_g_object: only unregister from @connectionSimon McVittie1-2/+6
2011-05-17fd.o #32087: emit signals on the appropriate connectionsSimon McVittie1-18/+5
2011-05-17dbus_g_connection_register_g_object: don't destroy state on early returnSimon McVittie1-4/+8
2011-05-17dbus_g_connection_unregister_g_object: fix out-of-bounds readingSimon McVittie1-3/+3
2011-04-13When given an object path, use GVariant to check syntactic validitySimon McVittie1-1/+1
2011-01-04Do not squash underscores in error namesChristian Dywan1-4/+5
2010-10-05Remove unused method attribute variables in introspect_interfacesChristian Dywan1-4/+0
2010-08-11Respect property access flags for writing, allow disabling for readsColin Walters1-41/+252
2010-07-01Fix lookup of regular properties when shadow properties are usedDan Williams1-1/+2
2010-05-04fd.o #27958: dbus_g_error_domain_register: rewrite the documentationSimon McVittie1-5/+25
2010-04-26core: don't pass malformed error interface to dbus (rh#581794)Dan Williams1-6/+11
2010-04-19Allow duplicate object path registrations for different connectionsAstone Lin1-1/+1
2010-03-24core: performance optimization for object info lookupDan Williams1-13/+18
2010-03-24core: allow duplicate property names on GInterfacesDan Williams1-17/+143
2010-03-24[dbus-gobject.c] Trivial compiler warning fixesColin Walters1-2/+1
2010-03-16Free errors returned by method implementationsWill Thompson1-0/+4
2010-03-08turn the gtk-doc documentation into buildable shapeSven Herzberg1-3/+3
2010-03-02Fix hyphenated error codes correctlyColin Walters1-3/+18
2010-03-02Revert "Squash underscores and dashes in errors when converting to DBus errors"Colin Walters1-11/+2
2010-02-15Squash underscores and dashes in errors when converting to DBus errorsColin Walters1-2/+11
2009-11-25Merge remote branch 'upstream/master'Simon McVittie1-7/+10