summaryrefslogtreecommitdiff
path: root/gio/src/dbusconnection.ccg
Commit message (Expand)AuthorAgeFilesLines
* Add Gio::giomm_SignalProxy_async_callback() with C linkageKjell Ahlstedt2023-03-311-12/+12
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-1/+1
* dbusconnection.ccg: Include giomm/unixfdlist.h on *NIX onlyChun-wei Fan2020-03-021-0/+4
* Gio::DBus::Connection: Make the wrap() function thread-safeKjell Ahlstedt2019-10-221-1/+33
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-8/+8
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-455/+306
* DBus::Connection: Pass an empty bus name as nullptrKjell Ahlstedt2016-02-041-13/+10
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-27/+25
* Gio::DBus: Use nullptr instead of 0.Murray Cumming2015-11-201-43/+43
* More use of nullptr instead of 0.Murray Cumming2015-11-201-2/+2
* DBus::Connection::signal_subscribe(): Pass nullptr instead of "".Murray Cumming2015-09-211-2/+6
* C++11: Use nullptr.Murray Cumming2015-07-161-9/+9
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-15/+15
* DBus::[Connection|Proxy]: Change ifdef G_OS_LINUX to ifdef G_OS_UNIX.Kjell Ahlstedt2013-01-301-2/+2
* DBusConnection: Fix a typo in implementation.Murray Cumming2012-10-011-1/+1
* Gio::DBus::Connection: Add the call_[finish|sync]() with UnixFDLists.José Alburquerque2012-09-181-24/+10
* Revert 'Gio::DBus::Connection: Add'José Alburquerque2012-09-181-62/+8
* Gio::DBus::Connection: AddMurray Cumming2012-09-161-8/+62
* Simplified lots of code by using the {?} _WRAP_METHOD() syntax.Murray Cumming2012-09-151-30/+0
* Gio::DBus::Connection: Add the MenuModel export/unexport methods.José Alburquerque2012-02-231-0/+1
* Gio::DBus::Connection: Add the ActionGroup export/unexport methods.José Alburquerque2012-02-201-0/+1
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
* Gio::DBus::Connection: Temporarily remove newly added call() methods.José Alburquerque2011-10-231-0/+4
* Gio::DBus::Connection: Add UnixFDList call() method overloads.José Alburquerque2011-10-121-4/+60
* Gio::DBus::Connection::emit_signal(): Say why convert empty strings.José Alburquerque2011-06-091-0/+4
* Gio::DBus::Connection::emit_signal(): Replace empty strings with NULL.José Alburquerque2011-06-081-2/+5
* Gio::DBus::Connection: Added a register_method() overload with no vtable.Murray Cumming2011-04-021-0/+15
* Gio::DBus: Minor API changes.Murray Cumming2011-04-011-5/+5
* Gio::DBus: Use VariantContainerBase for tuple Variants.Murray Cumming2011-03-251-25/+10
* Gio::DBus: Move InterfaceVTable and SubtreeVTable to their own files.Murray Cumming2011-03-231-260/+0
* DBus::InterfaceVTable: Use g_error_copy() where appropriate.Murray Cumming2011-03-091-4/+4
* Bring back Gio::Error registration.Murray Cumming2011-02-231-1/+1
* Move the DBus classes into a Gio::DBus namespace.Murray Cumming2011-02-161-180/+185
* DBusConnection: Add a send_message() without an "out_serial" param.José Alburquerque2011-01-161-0/+15
* DBus: Avoid errors/exceptions in callbacks due to NULL C strings.José Alburquerque2011-01-131-20/+13
* DBusConnection: Check for NULL bus name in the MethodCall callback.José Alburquerque2011-01-121-1/+2
* DBusConnection: call*() methods: Re-order bus_name parameter.José Alburquerque2011-01-111-4/+4
* DBus: Use std::string for addresses since they could be a file path.José Alburquerque2011-01-111-16/+16
* DBus: Use std::string for guid's.José Alburquerque2011-01-111-16/+16
* DBus: Add a peer example to test the DBusServer class.José Alburquerque2011-01-101-4/+4
* DBusConnection: Callbacks: Check for NULL GError** parameters.José Alburquerque2011-01-071-2/+4
* Gio::DBusConnection: Callbacks: Return all Glib::Errors to caller.José Alburquerque2011-01-071-2/+2
* DBusConnection: Callbacks: Return DBusError exceptions to caller.José Alburquerque2011-01-071-2/+11
* DBusConnection: Use gobj() instead of reinterpret_cast<> for *VTable.José Alburquerque2011-01-071-6/+3
* DBusConnection: Use const guint instead of guint const.Murray Cumming2011-01-071-2/+2
* DBusConnection: Use _ suffixes on member variables.Murray Cumming2011-01-071-18/+18
* DBusConnection: Add [register|unregister]_subtree() methods.José Alburquerque2011-01-061-45/+164
* DBusConnection: Add register/unregister_object() methods.José Alburquerque2010-12-231-4/+178
* DBus[Connection|Proxy]: Don't take extra reference on async creation.José Alburquerque2010-12-141-54/+8