filesystemmodel: Rename private header

This commit is contained in:
Matthias Clasen 2023-01-07 12:01:15 -05:00
parent 7d34e7e0f7
commit ad940bc892
7 changed files with 10 additions and 10 deletions

View File

@ -20,7 +20,7 @@
#define __GTK_FILE_CHOOSER_PRIVATE_H__ #define __GTK_FILE_CHOOSER_PRIVATE_H__
#include "deprecated/gtkfilechooser.h" #include "deprecated/gtkfilechooser.h"
#include "gtkfilesystemmodel.h" #include "gtkfilesystemmodelprivate.h"
#include "deprecated/gtkliststore.h" #include "deprecated/gtkliststore.h"
#include "gtkrecentmanager.h" #include "gtkrecentmanager.h"
#include "gtksearchengineprivate.h" #include "gtksearchengineprivate.h"

View File

@ -36,7 +36,7 @@
#include "deprecated/gtkfilechooser.h" #include "deprecated/gtkfilechooser.h"
#include "gtkfilechooserentry.h" #include "gtkfilechooserentry.h"
#include "gtkfilechooserutils.h" #include "gtkfilechooserutils.h"
#include "gtkfilesystemmodel.h" #include "gtkfilesystemmodelprivate.h"
#include "gtkfilethumbnail.h" #include "gtkfilethumbnail.h"
#include "gtkgestureclick.h" #include "gtkgestureclick.h"
#include "gtkgesturelongpress.h" #include "gtkgesturelongpress.h"

View File

@ -18,7 +18,7 @@
#include "config.h" #include "config.h"
#include "gtkfilesystemmodel.h" #include "gtkfilesystemmodelprivate.h"
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,5 +1,5 @@
/* GTK - The GIMP Toolkit /* GTK - The GIMP Toolkit
* gtkfilesystemmodel.h: GtkTreeModel wrapping a GtkFileSystem * gtkfilesystemmodelprivate.h: GtkTreeModel wrapping a GtkFileSystem
* Copyright (C) 2003, Red Hat, Inc. * Copyright (C) 2003, Red Hat, Inc.
* *
* This library is free software; you can redistribute it and/or * 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/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __GTK_FILE_SYSTEM_MODEL_H__ #ifndef __GTK_FILE_SYSTEM_MODEL_PRIVATE_H__
#define __GTK_FILE_SYSTEM_MODEL_H__ #define __GTK_FILE_SYSTEM_MODEL_PRIVATE_H__
#include <gio/gio.h> #include <gio/gio.h>
#include <gtk/gtkfilefilter.h> #include <gtk/gtkfilefilter.h>
@ -59,4 +59,4 @@ void _gtk_file_system_model_set_filter (GtkFileSystemModel
G_END_DECLS G_END_DECLS
#endif /* __GTK_FILE_SYSTEM_MODEL_H__ */ #endif /* __GTK_FILE_SYSTEM_MODEL_PRIVATE_H__ */

View File

@ -24,7 +24,7 @@
#include <gio/gio.h> #include <gio/gio.h>
#include "gtkfilesystemmodel.h" #include "gtkfilesystemmodelprivate.h"
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -21,7 +21,7 @@
#define __GTK_SEARCH_ENGINE_MODEL_H__ #define __GTK_SEARCH_ENGINE_MODEL_H__
#include "gtksearchengineprivate.h" #include "gtksearchengineprivate.h"
#include "gtkfilesystemmodel.h" #include "gtkfilesystemmodelprivate.h"
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -23,7 +23,7 @@
#define __GTK_SEARCH_ENGINE_H__ #define __GTK_SEARCH_ENGINE_H__
#include "gtkquery.h" #include "gtkquery.h"
#include "gtkfilesystemmodel.h" #include "gtkfilesystemmodelprivate.h"
#include <gio/gio.h> #include <gio/gio.h>
G_BEGIN_DECLS G_BEGIN_DECLS