X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfilefilter.h;h=ab952dee7ef4e07f11be88fe084a15e87d1820d9;hb=563eb60666d9f72c38d7542b0ab37841e6aac488;hp=babc6b63182ab8ebb4cde51e57f8502c9d4360bf;hpb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;p=~andy%2Fgtk diff --git a/gtk/gtkfilefilter.h b/gtk/gtkfilefilter.h index babc6b631..ab952dee7 100644 --- a/gtk/gtkfilefilter.h +++ b/gtk/gtkfilefilter.h @@ -16,13 +16,13 @@ * License along with this library. If not, see . */ +#ifndef __GTK_FILE_FILTER_H__ +#define __GTK_FILE_FILTER_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_FILE_FILTER_H__ -#define __GTK_FILE_FILTER_H__ - #include G_BEGIN_DECLS @@ -61,7 +61,7 @@ typedef enum { * The type of function that is used with custom filters, see * gtk_file_filter_add_custom(). * - * @Returns: %TRUE if the file should be displayed + * Returns: %TRUE if the file should be displayed */ typedef gboolean (*GtkFileFilterFunc) (const GtkFileFilterInfo *filter_info, gpointer data);