2017-06-23 Murray Cumming 2.52.0 2017-05-31 Daniel Boles RefPtr: Clarify comment about undefined behaviour Dereferencing a null pointer does not necessarily cause a segfault: it is undefined behaviour, which means anything, or nothing, may happen. Avoid setting an expectation that a segfault will reliably occur here. 2017-05-31 Daniel Boles ActionMap: Revert accidental changes to Slot decls I cherry-picked a commit from master that should only have updated documentation, but because the way of declaring slots has been changed in libsigc++, it ended up changing them here too. That was unintentional 2017-05-29 Daniel Boles Variant: Use own get_n_children() instead of C API This looks much less ugly. 2017-05-18 Kjell Ahlstedt Gio::UnixSocketAddress::create(): Remove a default value Remove the default value of the 'type' parameter. As there is another create() with one parameter, the default value makes a call to create("pathname") ambiguous. Bug 782592 2017-05-12 Vyacheslav Yurkov Gio::DBus::Proxy: Wrap call() and call_sync() methods. Bug 781818