]> git.draconx.ca Git - gob-dx.git/blobdiff - doc/gob.1.in
Release 1.0.12
[gob-dx.git] / doc / gob.1.in
index d2efcf764203d5954dbb481abdef6ff8fc413d9f..644be0bcda76821b45ba5f5f0545dbaec99f9176 100644 (file)
@@ -682,6 +682,10 @@ signal "changed" to a function "foo", you would do:
 
 .fi
 .PP
+Note that if you are compiling with GTK+2, this will not work.  You must 
+only use this with gtk_signal_connect_full.  Also the above macros don't
+exist in gob2, where typesafe signals are handled another way.
+.PP
 Override methods:
 .PP
 If you need to override some method (a signal or a virtual method