Re: Problem in connecting signal handler with gtk_builder in C++ code
- From: arcadeus <info fedushin ru>
- To: gtk-list gnome org
- Subject: Re: Problem in connecting signal handler with gtk_builder in C++ code
- Date: Mon, 5 Apr 2010 15:22:42 -0700 (PDT)
If you get "Gtk-WARNING **: Could not find signal handler..." and your
handlers are inside *.cpp file, add to their declaration:
extern "C" .............. .
Otherwise exported names are "decorated", which is C++'s default.
--
View this message in context: http://old.nabble.com/Problem-in-connecting-signal-handler-with-gtk_builder-in-C%2B%2B-code-tp20779495p28145476.html
Sent from the Gtk+ - General mailing list archive at Nabble.com.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]