GContainer

GContainer — A generic object container

Synopsis


#include <gcontainer/gcontainer.h>

                    GContainer;

GObject*            g_container_new                     (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GChild
               +----GContainer

Implemented Interfaces

GContainer implements GChildable and GContainerable.

Description

An implementation of GContainerable to manage a generic list of GObject that implements GChildable. The children are internally managed trought a GSList.

Details

GContainer

typedef struct _GContainer GContainer;

All the fields in the GContainer structure are private and should never be accessed directly.


g_container_new ()

GObject*            g_container_new                     (void);

Creates a new generic container.

Returns : a GContainer instance