GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
gnc-plugin-bi-import.h File Reference

Plugin registration of the bi-import module. More...

#include <glib.h>
#include "gnc-plugin.h"

Go to the source code of this file.

Data Structures

struct  GncPluginbi_import
 
struct  GncPluginbi_importClass
 

Macros

#define GNC_TYPE_PLUGIN_BI_IMPORT   (gnc_plugin_bi_import_get_type())
 
#define GNC_PLUGIN_BI_IMPORT(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj), GNC_TYPE_PLUGIN_BI_IMPORT, GncPluginbi_import))
 
#define GNC_PLUGIN_BI_IMPORT_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass), GNC_TYPE_PLUGIN_BI_IMPORT, GncPluginbi_importClass))
 
#define GNC_IS_PLUGIN_BI_IMPORT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNC_TYPE_PLUGIN_BI_IMPORT))
 
#define GNC_IS_PLUGIN_BI_IMPORT_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass), GNC_TYPE_PLUGIN_BI_IMPORT))
 
#define GNC_PLUGIN_BI_IMPORT_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), GNC_TYPE_PLUGIN_BI_IMPORT, GncPluginbi_importClass))
 
#define GNC_PLUGIN_BI_IMPORT_NAME   "gnc-plugin-bi_import"
 

Functions

GType gnc_plugin_bi_import_get_type (void)
 
GncPlugingnc_plugin_bi_import_new (void)
 
void gnc_plugin_bi_import_create_plugin (void)
 

Detailed Description

Plugin registration of the bi-import module.

Author
Copyright (C) 2009 Sebastian Held sebas.nosp@m.tian.nosp@m..held.nosp@m.@gmx.nosp@m..de

Definition in file gnc-plugin-bi-import.h.