replacing old C++ wrapping code in some headers files of GTK+ 2.6.7
- From: Benoit Carpentier <gtkool_2kx yahoo fr>
- To: gtk-devel-list gnome org
- Subject: replacing old C++ wrapping code in some headers files of GTK+ 2.6.7
- Date: Thu, 28 Apr 2005 19:24:48 +0200 (CEST)
Hi,
replacing old C++ wrapping code by the already defined
macros :
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
...
#ifdef __cplusplus
}
#endif /* __cplusplus */
by G_BEGIN_DECLS and G_END_DECLS macros
In GTK+ 2.6.7\gdk :
gdkimage.h,
gdkinput.h
gdkkeys.h
gdkpango.h
gdkpixbuf.h
gdkpixmap.h
gdkproperty.h
gdkregion.h
In GTK+ 2.6.7\gdk\win32
gdkdrawable-win32.h
gdkwindow-win32.h
In GTK+ 2.6.7\gtk
gtkalignment.h
gtkarrow.h
gtkbindings.h
gtkbox.h
gtkcellrendererpixbuf.h
gtkcellrenderertext.h
gtkcellrenderertoggle.h
gtkclist.h
gtkhscrollbar.h
gtkimcontextsimple.h
gtkimmodule.h
gtklistitem.h
gtkliststore.h
gtkmenubar.h
gtkmodules.h
gtkrange.h
gtkrbtree.h
gtkscrolledwindow.h
gtktextutil.h
gtktreednd.h
gtktreeprivate.h
gtktreeselection.h
gtktreestore.h
gtktreeview.h
gtktreeviewcolumn.h
gtkvbbox.h
gtkvbox.h
gtkviewport.h
gtkvpaned.h
gtkvruler.h
gtkvscale.h
gtkvscrollbar.h
gtkvseparator.h
gtkwidget.h
Regards,
Benoît Carpentier, "GTKool"
__________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]