summaryrefslogtreecommitdiff
path: root/glib/glibmm/dispatcher.h
diff options
context:
space:
mode:
authorMartin Schulze <teebaum@cvs.gnome.org>2004-02-13 16:53:20 +0000
committerMartin Schulze <teebaum@src.gnome.org>2004-02-13 16:53:20 +0000
commitef80e61d09a8e90b63a45e01be8bb445547fa90c (patch)
treef73cd994898099e8313a4d7123db4841d8595fe4 /glib/glibmm/dispatcher.h
parent4c3e21ed19baab081addfb7ecfe6859927005245 (diff)
downloadglibmm-ef80e61d09a8e90b63a45e01be8bb445547fa90c.tar.gz
documentation fixes and corrections in the comments reflecting the shift
2004-02-13 Martin Schulze <teebaum@cvs.gnome.org> * documentation fixes and corrections in the comments reflecting the shift to libsigc++ 2. * make all source files in example thread use libsigc++ 2 instead of libsigc++ 1.2.
Diffstat (limited to 'glib/glibmm/dispatcher.h')
-rw-r--r--glib/glibmm/dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glibmm/dispatcher.h b/glib/glibmm/dispatcher.h
index d4bc802b..cecf606e 100644
--- a/glib/glibmm/dispatcher.h
+++ b/glib/glibmm/dispatcher.h
@@ -34,7 +34,7 @@ class DispatchNotifier;
/** Signal class for inter-thread communication.
* @ingroup Threads
- * Glib::Dispatcher works similar to SigC::Signal0<void>. But unlike normal
+ * Glib::Dispatcher works similar to sigc::signal<void>. But unlike normal
* signals, the notification happens asynchronously through a pipe. This is
* a simple and efficient way of communicating between threads, and especially
* useful in a thread model with a single GUI thread.