GnuCash 2.4.99
Data Structures | Defines | 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

Defines

#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 <sebastian.held@gmx.de>

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

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines