Ardour  9.0-pre0-384-ga76afae0e9
gtksearchenginequartz.h File Reference
#include "gtksearchengine.h"
Include dependency graph for gtksearchenginequartz.h:

Go to the source code of this file.

Classes

struct  _GtkSearchEngineQuartz
 
struct  _GtkSearchEngineQuartzClass
 

Macros

#define GTK_TYPE_SEARCH_ENGINE_QUARTZ   (_gtk_search_engine_quartz_get_type ())
 
#define GTK_SEARCH_ENGINE_QUARTZ(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartz))
 
#define GTK_SEARCH_ENGINE_QUARTZ_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartzClass))
 
#define GTK_IS_SEARCH_ENGINE_QUARTZ(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ))
 
#define GTK_IS_SEARCH_ENGINE_QUARTZ_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEARCH_ENGINE_QUARTZ))
 
#define GTK_SEARCH_ENGINE_QUARTZ_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartzClass))
 

Typedefs

typedef struct _GtkSearchEngineQuartz GtkSearchEngineQuartz
 
typedef struct _GtkSearchEngineQuartzClass GtkSearchEngineQuartzClass
 
typedef struct _GtkSearchEngineQuartzPrivate GtkSearchEngineQuartzPrivate
 

Functions

GType _gtk_search_engine_quartz_get_type (void)
 
GtkSearchEngine_gtk_search_engine_quartz_new (void)
 

Macro Definition Documentation

◆ GTK_IS_SEARCH_ENGINE_QUARTZ

#define GTK_IS_SEARCH_ENGINE_QUARTZ (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ))

Definition at line 29 of file gtksearchenginequartz.h.

◆ GTK_IS_SEARCH_ENGINE_QUARTZ_CLASS

#define GTK_IS_SEARCH_ENGINE_QUARTZ_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEARCH_ENGINE_QUARTZ))

Definition at line 30 of file gtksearchenginequartz.h.

◆ GTK_SEARCH_ENGINE_QUARTZ

#define GTK_SEARCH_ENGINE_QUARTZ (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartz))

Definition at line 27 of file gtksearchenginequartz.h.

◆ GTK_SEARCH_ENGINE_QUARTZ_CLASS

#define GTK_SEARCH_ENGINE_QUARTZ_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartzClass))

Definition at line 28 of file gtksearchenginequartz.h.

◆ GTK_SEARCH_ENGINE_QUARTZ_GET_CLASS

#define GTK_SEARCH_ENGINE_QUARTZ_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartzClass))

Definition at line 31 of file gtksearchenginequartz.h.

◆ GTK_TYPE_SEARCH_ENGINE_QUARTZ

#define GTK_TYPE_SEARCH_ENGINE_QUARTZ   (_gtk_search_engine_quartz_get_type ())

Definition at line 26 of file gtksearchenginequartz.h.

Typedef Documentation

◆ GtkSearchEngineQuartz

Definition at line 24 of file gtksearchenginequartz.h.

◆ GtkSearchEngineQuartzClass

◆ GtkSearchEngineQuartzPrivate

typedef struct _GtkSearchEngineQuartzPrivate GtkSearchEngineQuartzPrivate

Definition at line 24 of file gtksearchenginequartz.h.

Function Documentation

◆ _gtk_search_engine_quartz_get_type()

GType _gtk_search_engine_quartz_get_type ( void  )

◆ _gtk_search_engine_quartz_new()

GtkSearchEngine* _gtk_search_engine_quartz_new ( void  )