forked from AuroraMiddleware/gtk
filesystemmodel: Rename private header
This commit is contained in:
parent
7d34e7e0f7
commit
ad940bc892
@ -20,7 +20,7 @@
|
||||
#define __GTK_FILE_CHOOSER_PRIVATE_H__
|
||||
|
||||
#include "deprecated/gtkfilechooser.h"
|
||||
#include "gtkfilesystemmodel.h"
|
||||
#include "gtkfilesystemmodelprivate.h"
|
||||
#include "deprecated/gtkliststore.h"
|
||||
#include "gtkrecentmanager.h"
|
||||
#include "gtksearchengineprivate.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "deprecated/gtkfilechooser.h"
|
||||
#include "gtkfilechooserentry.h"
|
||||
#include "gtkfilechooserutils.h"
|
||||
#include "gtkfilesystemmodel.h"
|
||||
#include "gtkfilesystemmodelprivate.h"
|
||||
#include "gtkfilethumbnail.h"
|
||||
#include "gtkgestureclick.h"
|
||||
#include "gtkgesturelongpress.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gtkfilesystemmodel.h"
|
||||
#include "gtkfilesystemmodelprivate.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* GTK - The GIMP Toolkit
|
||||
* gtkfilesystemmodel.h: GtkTreeModel wrapping a GtkFileSystem
|
||||
* gtkfilesystemmodelprivate.h: GtkTreeModel wrapping a GtkFileSystem
|
||||
* Copyright (C) 2003, Red Hat, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
@ -16,8 +16,8 @@
|
||||
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GTK_FILE_SYSTEM_MODEL_H__
|
||||
#define __GTK_FILE_SYSTEM_MODEL_H__
|
||||
#ifndef __GTK_FILE_SYSTEM_MODEL_PRIVATE_H__
|
||||
#define __GTK_FILE_SYSTEM_MODEL_PRIVATE_H__
|
||||
|
||||
#include <gio/gio.h>
|
||||
#include <gtk/gtkfilefilter.h>
|
||||
@ -59,4 +59,4 @@ void _gtk_file_system_model_set_filter (GtkFileSystemModel
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_FILE_SYSTEM_MODEL_H__ */
|
||||
#endif /* __GTK_FILE_SYSTEM_MODEL_PRIVATE_H__ */
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <gio/gio.h>
|
||||
|
||||
#include "gtkfilesystemmodel.h"
|
||||
#include "gtkfilesystemmodelprivate.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define __GTK_SEARCH_ENGINE_MODEL_H__
|
||||
|
||||
#include "gtksearchengineprivate.h"
|
||||
#include "gtkfilesystemmodel.h"
|
||||
#include "gtkfilesystemmodelprivate.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#define __GTK_SEARCH_ENGINE_H__
|
||||
|
||||
#include "gtkquery.h"
|
||||
#include "gtkfilesystemmodel.h"
|
||||
#include "gtkfilesystemmodelprivate.h"
|
||||
#include <gio/gio.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user