typo in gtkselection.[hc] ?
- From: acano systec com
- To: gtk-list gnome org
- Subject: typo in gtkselection.[hc] ?
- Date: Sat, 5 Aug 2000 13:32:55 -0400
In gtkselection.h:
typedef struct _GtkSelectionData GtkSelectioData;
^-------- where's the 'n'?
Then in gtkselection.c a (GtkSelectioData *) is returned:
GtkSelectioData*
gtk_selection_data_copy (GtkSelectionData *data)
{
GtkSelectionData *new_data;
...
}
Everything else uses GtkSelectionData.
^
Looks like you get away with it because gtkselection.h
includes gtkwidget.h which has:
typedef struct _GtkSelectionData GtkSelectionData;
Is it just a typo?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]