SwCore

SwCore

Synopsis

                    SwCore;
SwCore*             sw_core_new                         (void);
void                sw_core_run                         (SwCore *core);
gboolean            sw_core_is_item_banned              (SwCore *core,
                                                         SwItem *item);
SwCore *            sw_core_dup_singleton               (void);
DBusGConnection *   sw_core_get_connection              (SwCore *core);

Object Hierarchy

  GObject
   +----SwCore

Implemented Interfaces

SwCore implements SwCoreIface.

Description

Details

SwCore

typedef struct _SwCore SwCore;

sw_core_new ()

SwCore*             sw_core_new                         (void);

sw_core_run ()

void                sw_core_run                         (SwCore *core);

sw_core_is_item_banned ()

gboolean            sw_core_is_item_banned              (SwCore *core,
                                                         SwItem *item);

sw_core_dup_singleton ()

SwCore *            sw_core_dup_singleton               (void);

sw_core_get_connection ()

DBusGConnection *   sw_core_get_connection              (SwCore *core);