Object Hierarchy
GObject
+----SwCore
Implemented Interfaces
SwCore implements
SwCoreIface.
Details
SwCorePrivate
typedef struct _SwCorePrivate SwCorePrivate;
SwCore
typedef struct _SwCore SwCore;
SwCoreClass
typedef struct {
GObjectClass parent_class;
} SwCoreClass;
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);