summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* DBus: Add a peer example to test the DBusServer class.José Alburquerque2011-01-103-4/+265
* Variant: Add dictionary entry and dictionary specializations.José Alburquerque2010-12-261-1/+1
* Variant< std::vector<std::string> >: Correct the getting of the array.José Alburquerque2010-12-221-5/+4
* DBus: Well known service example: Complete the example.José Alburquerque2010-12-211-4/+25
* 2.27.4.12.27.4.1Murray Cumming2010-12-151-1/+1
* DBus Client Example: create a DBusProxy in preparation for method call.José Alburquerque2010-12-141-0/+48
* DBus: Client Example: Choose a better name for the source file.José Alburquerque2010-12-082-3/+4
* DBus: Client Example: Correct typo.José Alburquerque2010-12-081-1/+1
* DBus: Add an initial client example accessing a user's bus.José Alburquerque2010-12-082-0/+40
* Variant<>: Make this usable as an ouput parameter.Murray Cumming2010-07-221-1/+8
* Settings example: Minor change.Murray Cumming2010-07-221-2/+2
* Revert changes that I did not mean to commit yet.Murray Cumming2010-07-221-8/+1
* Variant: Added some methods.Murray Cumming2010-07-221-28/+40
* Do not install the schema of the gsettings exampleDaniel Elstner2010-06-072-20/+25