X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkselection.h;h=c77315fbceef32b3f51cce7d3816842c02c9760e;hb=a731cd1ef62b8e460373e660f6f77fce6d4d9ca4;hp=402a0dcee0fc7e58c3b3851373d61247817c020b;hpb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;p=~andy%2Fgtk diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index 402a0dcee..c77315fbc 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -22,13 +22,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_SELECTION_H__ +#define __GTK_SELECTION_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_SELECTION_H__ -#define __GTK_SELECTION_H__ - #include #include @@ -54,7 +54,7 @@ typedef struct _GtkTargetEntry GtkTargetEntry; * @target: a string representation of the target type * @flags: #GtkTargetFlags for DND * @info: an application-assigned integer ID which will - * get passed as a parater to e.g the #GtkWiget::selection-get + * get passed as a parameter to e.g the #GtkWidget::selection-get * signal. It allows the application to identify the target * type without extensive string compares. *