X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/7c9125f3e75c250e51d5bb9658f730519f103c10..5cfe51ee2287165feb0cf006901bbbc2b961f3b8:/doc/gob.1.in diff --git a/doc/gob.1.in b/doc/gob.1.in index d2efcf7..644be0b 100644 --- a/doc/gob.1.in +++ b/doc/gob.1.in @@ -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