summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix another bug in resolver exampleJonathon Jongsma2010-01-021-28/+33
* Take an extra ref from the return of g_inet_socket_address_get_addressJonathon Jongsma2010-01-021-3/+0
* Add socket-server exampleJonathon Jongsma2010-01-022-0/+308
* Add socket-client exampleJonathon Jongsma2010-01-022-0/+297
* Re-enable network IO stuff (Socket, Resolver, etc)Jonathon Jongsma2009-11-283-53/+532
* fix distcheckglibmm-2.21.5Jonathon Jongsma2009-09-081-1/+0
* Convert examples/ sub-tree to non-recursive buildDaniel Elstner2009-08-0913-145/+64
* Only compile the properties example if properties are enabled.David King2009-07-171-0/+5
* Added a simple example showing how to resolve an internet address from a host...Jonathon Jongsma2009-07-163-1/+60
* Omit unused parameter names to avoid warningDaniel Elstner2009-06-241-1/+1
* Add small Glib::Property exampleJonathon Jongsma2009-05-163-1/+88
* Use DK_ARG_ENABLE_WARNINGS() to replace custom M4 macroDaniel Elstner2009-03-261-1/+2
* Fix --disable-api-exceptions buildDaniel Elstner2009-03-232-38/+66
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-199-36/+36
* Added a little KeyFile example. I am surprised that we do not seem to haveMurray Cumming2008-06-234-1/+124
* set_long_name(): Do not use NULL for an empty string, because has aMurray Cumming2008-04-131-1/+16
* Correct an include.Murray Cumming2008-01-101-2/+4
* :compose_argv): Rename "format" argument to "fmt" to avoid name clashesDaniel Elstner2007-08-151-6/+3
* New example demonstrating the message compose and format features. NewDaniel Elstner2007-08-123-1/+69
* Added a create() method, and added some more default parameter values toMurray Cumming2007-06-223-1/+56
* Use a default value, to show that it can be done. (This change, fromMurray Cumming2007-02-101-0/+5
* Early spring cleaning. Also add a paragraph about Dispatcher on win32 toDaniel Elstner2007-01-201-62/+91
* Remove .cvsignore files.Daniel Elstner2007-01-206-32/+0
* Upload to the new hoster instead of to sourceforge. Abstracted the hostMurray Cumming2006-10-011-2/+2
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-123-0/+114
* Mark private functions as static, to stop them being exported in the API,Murray Cumming2006-04-121-1/+1
* Added --enable-use-deprecations, defaulting to no (do not check for them),Murray Cumming2005-11-291-1/+1
* Inherit signal handler objects from sigc::trackable. This is necessaryMurray Cumming2005-04-273-3/+3
* Added MainContext::signal_child_watch() Added child_watch/ exampleYair Hershkovitz2005-03-144-1/+86
* Removed the #ifdef for AIX, because sigc::bind now works on AIX.Murray Cumming2005-02-013-25/+0
* Added MSVC_Net2003 directory. Added mkfifo #define (for mingw32). AddedCedric Gustin2005-01-241-1/+6
* Added new compiler tests to see whether extern C functions are put in theMurray Cumming2005-01-213-3/+31
* Copy constructor: Copy the short name form the src, not from itself. BugMurray Cumming2005-01-091-1/+0
* Add add_entry(entry, bool&), to wrap use of G_OPTION_ARG_NONE. Bug #163325Murray Cumming2005-01-091-5/+13
* Provide a means of obtaining Glib::IOChannel error information from theChris Vine2005-01-053-74/+143
* Adapted and added iochannel_stream example from Chris Vine in bug #138259.Murray Cumming2004-12-195-1/+479
* Added add_entry() for vector<ustring> and add_entry_filename() forMurray Cumming2004-11-011-11/+25
* Remove accessors for arg and arg_data. add_entry(): Remove arg_typeMurray Cumming2004-10-261-15/+33
* add_entry(): Fixed crash by creating a temporary array, with a nulled lastMurray Cumming2004-10-171-3/+5
* Rethought the structure now that I see how the parts work together.Murray Cumming2004-10-101-10/+55
* Wrapped more methods, but I have still not finished. Started an example.Murray Cumming2004-09-275-6/+58
* Regenerated with h2defs.py Added optionentry.[hg|ccg],Murray Cumming2004-09-261-1/+1
* Fixed a race condition on win32 that involved the combined use of auto_ptrCedric Gustin2004-09-131-10/+21
* Explicitely join all threads. Hopefully that'll fix the crash on win32Daniel Elstner2004-06-141-2/+12
* Remove unused parameter names to fix building with -Werror.Daniel Elstner2004-06-132-2/+2
* Revert last commit because it's silly. To make the code trulyDaniel Elstner2004-05-201-27/+7
* Set a good example and be paranoid about possible memory leaks due toDaniel Elstner2004-05-201-7/+27
* Code cleanup. Most importantly, get rid of the locking around std::coutDaniel Elstner2004-05-201-50/+51
* 2.4.0:Murray Cumming2004-04-111-1/+1
* documentation fixes and corrections in the comments reflecting the shiftMartin Schulze2004-02-132-6/+4