aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/smooth-gtk-thread.c
AgeCommit message (Collapse)Author
2011-06-28examples: cleanup curl includesDaniel Stenberg
Only <curl/curl.h> is needed typically and curl/types.h has been removed
2011-03-10sources: update source headersDaniel Stenberg
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-04-03Made sure that curl_global_init is called in all the multithreadedDan Fandrich
example programs.
2008-01-20This is a multi threaded application that uses a progress bar to showDaniel Stenberg
status. It uses Gtk+ to make a smooth pulse. Written by Jud Bishop