From mboxrd@z Thu Jan 1 00:00:00 1970 From: sen_ml@eccosys.com To: guile-gtk@sourceware.cygnus.com Subject: GtkSelectioData or GtkSelectionData, that is the question... Date: Thu, 13 Apr 2000 21:53:00 -0000 Message-id: <20000414135337V.1000@eccosys.com> X-SW-Source: 2000-q2/msg00018.html curiosity question... in the proces of grepping the gtk 1.2.7 sources, i noticed in gtkselection.h: typedef struct _GtkSelectionData GtkSelectioData; (not "Selection" but "Selectio") and in gtkwidget.h: typedef struct _GtkSelectionData GtkSelectionData; there appear to be three instances of GtkSelectioData -- twice in gtkselection.h and once in gtkselection.c. does anyone know what the purpose of GtkSelectioData is? i.e. why not just use GtkSelectionData instead?