Mercurial > hg > xemacs-beta
comparison src/glade.c @ 2054:91d4c8c65a0f
[xemacs-hg @ 2004-05-02 04:06:51 by malcolmp]
Fix warnings and errors when building GTK using C++ and --use-union-type.
author | malcolmp |
---|---|
date | Sun, 02 May 2004 04:07:01 +0000 |
parents | 6728e641994e |
children | 8f1ee2d15784 |
comparison
equal
deleted
inserted
replaced
2053:11e709117623 | 2054:91d4c8c65a0f |
---|---|
77 { | 77 { |
78 func = wrong_type_argument (intern ("functionp"), func); | 78 func = wrong_type_argument (intern ("functionp"), func); |
79 } | 79 } |
80 | 80 |
81 glade_xml_signal_connect_full (GLADE_XML (XGTK_OBJECT (xml)->object), | 81 glade_xml_signal_connect_full (GLADE_XML (XGTK_OBJECT (xml)->object), |
82 XSTRING_DATA (handler_name), | 82 (char*) XSTRING_DATA (handler_name), |
83 connector, LISP_TO_VOID (func)); | 83 connector, LISP_TO_VOID (func)); |
84 return (Qt); | 84 return (Qt); |
85 } | 85 } |
86 | 86 |
87 DEFUN ("glade-xml-signal-autoconnect", Fglade_xml_signal_autoconnect, 1, 1, 0, /* | 87 DEFUN ("glade-xml-signal-autoconnect", Fglade_xml_signal_autoconnect, 1, 1, 0, /* |