]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilefilter.h
filechooserbutton: Duh, remove all the timeouts after tests
[~andy/gtk] / gtk / gtkfilefilter.h
index babc6b63182ab8ebb4cde51e57f8502c9d4360bf..ab952dee7ef4e07f11be88fe084a15e87d1820d9 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef __GTK_FILE_FILTER_H__
+#define __GTK_FILE_FILTER_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_FILE_FILTER_H__
-#define __GTK_FILE_FILTER_H__
-
 #include <glib-object.h>
 
 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);