X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkfilefilter.h;h=ab952dee7ef4e07f11be88fe084a15e87d1820d9;hb=79695ee64d41c9aadfe2c6f18dc7dd1e3fd44852;hp=c723199f4a62e4f42f22187408b2f48df19ef884;hpb=bf0d8402f5382fadd32a9748d00a4bcd715ea07a;p=~andy%2Fgtk diff --git a/gtk/gtkfilefilter.h b/gtk/gtkfilefilter.h index c723199f4..ab952dee7 100644 --- a/gtk/gtkfilefilter.h +++ b/gtk/gtkfilefilter.h @@ -13,18 +13,16 @@ * 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 . */ +#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 @@ -63,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);