forked from AuroraMiddleware/gtk
searchengine: Rename private headers
The code uses G_TYPE_POINTER and I got all sorts of scared.
This commit is contained in:
parent
7366f5099a
commit
e2d321a16a
@ -23,7 +23,7 @@
|
||||
#include "gtkfilesystemmodel.h"
|
||||
#include "gtkliststore.h"
|
||||
#include "gtkrecentmanager.h"
|
||||
#include "gtksearchengine.h"
|
||||
#include "gtksearchengineprivate.h"
|
||||
#include "gtkquery.h"
|
||||
#include "gtksizegroup.h"
|
||||
#include "gtktreemodelsort.h"
|
||||
|
@ -20,15 +20,15 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gtksearchengine.h"
|
||||
#include "gtksearchenginemodel.h"
|
||||
#include "gtksearchenginequartz.h"
|
||||
#include "gtksearchengineprivate.h"
|
||||
#include "gtksearchenginemodelprivate.h"
|
||||
#include "gtksearchenginequartzprivate.h"
|
||||
#include "gtkintl.h"
|
||||
|
||||
#include <gdk/gdk.h> /* for GDK_WINDOWING_MACOS */
|
||||
|
||||
#if defined(HAVE_TRACKER3)
|
||||
#include "gtksearchenginetracker3.h"
|
||||
#include "gtksearchenginetracker3private.h"
|
||||
#endif
|
||||
|
||||
struct _GtkSearchEnginePrivate {
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
#include "gtksearchenginemodel.h"
|
||||
#include "gtksearchenginemodelprivate.h"
|
||||
#include "gtkprivate.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef __GTK_SEARCH_ENGINE_MODEL_H__
|
||||
#define __GTK_SEARCH_ENGINE_MODEL_H__
|
||||
|
||||
#include "gtksearchengine.h"
|
||||
#include "gtksearchengineprivate.h"
|
||||
#include "gtkfilesystemmodel.h"
|
||||
|
||||
G_BEGIN_DECLS
|
@ -18,7 +18,7 @@
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#include <macos/gdkmacos.h>
|
||||
|
||||
#include "gtksearchenginequartz.h"
|
||||
#include "gtksearchenginequartzprivate.h"
|
||||
|
||||
/* This file is a mixture of an objective-C object and a GObject,
|
||||
* so be careful to not confuse yourself.
|
||||
|
@ -18,7 +18,7 @@
|
||||
#ifndef __GTK_SEARCH_ENGINE_QUARTZ_H__
|
||||
#define __GTK_SEARCH_ENGINE_QUARTZ_H__
|
||||
|
||||
#include "gtksearchengine.h"
|
||||
#include "gtksearchengineprivate.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <libtracker-sparql/tracker-sparql.h>
|
||||
|
||||
#include "gtksearchenginetracker3.h"
|
||||
#include "gtksearchenginetracker3private.h"
|
||||
|
||||
#define MINER_FS_BUS_NAME "org.freedesktop.Tracker3.Miner.Files"
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef __GTK_SEARCH_ENGINE_TRACKER3_H__
|
||||
#define __GTK_SEARCH_ENGINE_TRACKER3_H__
|
||||
|
||||
#include "gtksearchengine.h"
|
||||
#include "gtksearchengineprivate.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user