summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate Regex now that we have std::regex.Murray Cumming2015-09-012-46/+0
* C++11: Use of the override keyword.Murray Cumming2015-07-171-5/+5
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-159-18/+18
* Examples: OptionGroup: Make the args public again to fix the build.Murray Cumming2015-07-151-0/+1
* examples: Avoid more shadowed variables.Murray Cumming2015-07-154-9/+9
* C++11: Use the override keyword.Murray Cumming2015-07-152-8/+9
* C++11: examples: more use of auto.Murray Cumming2015-07-0913-54/+43
* C++11: examples: Use nullptr.Murray Cumming2015-07-095-13/+13
* C++11: examples: No need for > > now.Murray Cumming2015-07-092-2/+2
* C++11: Use range-based for loops.Murray Cumming2015-07-095-19/+18
* Gio::Settings: Replace connect_changed() by signal_changed(key)Kjell Ahlstedt2015-05-231-0/+14
* Network example: Use Glib::OptionEntry and friendsKjell Ahlstedt2014-08-062-93/+142
* Network example: Add --use-ipv6 command line optionShashank2014-08-062-3/+30
* examples/network: Use SocketSource and SignalSocket.Kjell Ahlstedt2014-05-152-24/+8
* Options example: For the remaining arg(s), remove description.Murray Cumming2014-04-081-1/+0
* Revert "C++11: Use auto in examples."Murray Cumming2013-06-2717-73/+86
* C++11: Use auto in examples.Murray Cumming2013-06-2617-86/+73
* Threads::Thread::create(): Update the documentation.Kjell Ahlstedt2013-02-201-1/+1
* Use std::size_t and std::ptrdiff_t.Kjell Ahlstedt2012-09-121-3/+3
* Dispatcher examples: Use Glib::signal_idle().connect_once().Kjell Ahlstedt2012-03-222-20/+14
* Fix exceptions thrown by Thread::create() and Threads::Thread::create.Kjell Ahlstedt2012-02-286-8/+7
* Add Glib::Threads::* in threads.h, deprecating everything in thread.hMurray Cumming2011-11-237-22/+24
* Avoid use of deprecated API in tests and examples.Murray Cumming2011-10-266-9/+6
* threadpool example: Use Mutex instead of StaticMutex.Murray Cumming2011-10-261-3/+1
* thread.h: Allow use of this without causing deprecation compiler warnings.Murray Cumming2011-10-262-2/+2
* Fix the make check build by always linking to gthread-2.0.Murray Cumming2011-10-252-26/+7
* Examples build: Use the GLIB_COMPILE_SCHEMAS variable.Volker Grabsch2011-05-031-1/+1
* Gio::DBus examples: Renamed one and removed one.Murray Cumming2011-04-023-343/+3
* Fix compiler warnings.Murray Cumming2011-04-022-2/+2
* Slight cleanup to D-Bus example code.Murray Cumming2011-04-022-72/+0
* Gio::DBus::NodeInfo::lookup_interface(): Add a method overload with no name.Murray Cumming2011-04-023-3/+3
* Added a simple example of a D-Bus session bus service.Murray Cumming2011-04-013-9/+226
* Gio::DBus: Minor API changes.Murray Cumming2011-04-013-83/+107
* Code style change.Murray Cumming2011-04-011-2/+2
* Rename a D-Bus client example.Murray Cumming2011-04-012-3/+3
* Code style improvementMurray Cumming2011-04-011-5/+5
* Variant: Rename get(index) to get_child(index).Murray Cumming2011-03-292-3/+3
* Gio::DBus: Use VariantContainerBase for tuple Variants.Murray Cumming2011-03-252-4/+3
* Rename Gio::DBus::DBusError to Gio::DBus::Error.Murray Cumming2011-02-241-3/+3
* Move Gio::DBusError to Gio::Dbus::DBusError.Murray Cumming2011-02-241-3/+3
* Bring back Gio::Error registration.Murray Cumming2011-02-231-3/+3
* Move the DBus classes into a Gio::DBus namespace.Murray Cumming2011-02-163-31/+31
* OptionGroup: Add add_entry() that takes a slot with callback function.Kjell Ahlstedt2011-02-151-3/+91
* Fix the make check build with --enable-warnings=fatal.Murray Cumming2011-02-081-3/+3
* OptionGroup: An on_post_parse() override need not call the base class.Kjell Ahlstedt2011-02-081-6/+7
* Fix the make check build.Murray Cumming2011-01-171-3/+7
* DBus: Add initial implementation of a bus server/client example.José Alburquerque2011-01-173-5/+206
* DBus: Avoid errors/exceptions in callbacks due to NULL C strings.José Alburquerque2011-01-131-3/+69
* DBusServer: Add docs to the signal_new_connection() signal.José Alburquerque2011-01-131-2/+2
* DBus Peer Example: Correct some code to complete the example.José Alburquerque2011-01-121-4/+28