X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkselection.h;h=c77315fbceef32b3f51cce7d3816842c02c9760e;hb=79695ee64d41c9aadfe2c6f18dc7dd1e3fd44852;hp=bb3337da35a8a9a685948336aaf35f1c19cde0e4;hpb=abc8ac1a8bccf1ad187b55e35e81de1f9eae4785;p=~andy%2Fgtk diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index bb3337da3..c77315fbc 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -24,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 @@ -56,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. *