BamfFactory

BamfFactory — The base class for all factorys

Synopsis

struct              BamfFactory;
struct              BamfFactoryClass;
enum                BamfFactoryViewType;

Object Hierarchy

  GObject
   +----BamfFactory

Description

BamfFactory is the base class that all factorys need to derive from.

Details

struct BamfFactory

struct BamfFactory;


struct BamfFactoryClass

struct BamfFactoryClass {
  GObjectClass parent_class;
};


enum BamfFactoryViewType

typedef enum {
  BAMF_FACTORY_VIEW,
  BAMF_FACTORY_WINDOW,
  BAMF_FACTORY_APPLICATION,
  BAMF_FACTORY_INDICATOR,
  BAMF_FACTORY_TAB,
  BAMF_FACTORY_NONE
} BamfFactoryViewType;