summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2011-06-16remove minor dead code in dbus-gparserChristian Dywan1-3/+0
2011-06-02remove remaining inclusions of <glib/gi18n.h> from libraryDerek Foreman2-2/+0
2011-06-02Fix regression in marshalling objects as object pathsSimon McVittie1-4/+4
2011-06-01dbus-binding-tool: forbid ReturnVal annotation after the first OUT <arg>Simon McVittie1-0/+15
2011-06-01Fix compiler warnings in dbus-binding-toolSimon McVittie1-1/+2
2011-06-01Use single star in doc-comments not intended for gtk-docSimon McVittie4-5/+5
2011-06-01Remove Doxygen droppings from source codeSimon McVittie11-77/+8
2011-06-01Remove _dbus_g_proxy_test, which isn't called and doesn't do anythingSimon McVittie1-17/+0
2011-06-01Remove _dbus_gutils_test, which didn't test anythingSimon McVittie2-22/+1
2011-06-01_dbus_gidl_test: remove unused function which does nothingSimon McVittie1-17/+0
2011-06-01dbus-glib-tool: remove regression-test boilerplate which does nothingSimon McVittie1-48/+0
2011-06-01dbus-binding-tool: clean up temporary file on errorSimon McVittie1-20/+58
2011-06-01Remove vestigial dbus-glib-error-*.h and the machinery to generate themSimon McVittie3-18/+2
2011-06-01Remove support for i18n completelySimon McVittie5-81/+67
2011-06-01Remove i18n macros from files where they're unusedSimon McVittie2-9/+0
2011-06-01Log error message from failed object registrationDan Williams1-5/+10
2011-05-30Include config.h in generated C files, and regenerate dbus-gmarshal.cSimon McVittie3-4/+10
2011-05-30Consistently include config.h in all non-generated .c filesSimon McVittie14-0/+30
2011-05-30dbus_g_proxy_add_signal: document error casesSimon McVittie1-1/+4
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-27Allow <annotation> inside <property> tooSimon McVittie1-2/+2
2011-05-27Allow signal annotations in dbus-binding-toolChristian Dywan1-1/+0
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