OscatsItem

OscatsItem — Item Container Class

Synopsis

struct              OscatsItem;
OscatsItem *        oscats_item_new                     (GQuark name,
                                                         OscatsModel *model);

Object Hierarchy

  GObject
   +----OscatsAdministrand
         +----OscatsItem

Description

Implements all OscatsAdministrand methods.

Details

struct OscatsItem

struct OscatsItem;


oscats_item_new ()

OscatsItem *        oscats_item_new                     (GQuark name,
                                                         OscatsModel *model);

Creates a new OscatsItem using the supplied model as the default model. The default model key is set to name, or if name == 0, "default" is used. Note: the new OscatsItem takes ownership of model.

name :

name for default model (as a GQuark)

model :

an OscatsModel to set as the default model. [transfer full]

Returns :

the new OscatsItem. [transfer full]