Details
GNOME_CONTAINER_TYPE
#define GNOME_CONTAINER_TYPE (gnome_container_get_type ()) |
GnomeClientSiteList
typedef GList GnomeClientSiteList; |
gnome_container_new ()
GnomeObject* gnome_container_new (void); |
Creates a new GnomeContainer object. These are used to hold
client sites.
gnome_container_construct ()
GnomeObject* gnome_container_construct (GnomeContainer *container,
GNOME_Container container_corba); |
Constructs the container objet.
gnome_container_get_moniker ()
GnomeMoniker* gnome_container_get_moniker (GnomeContainer *container); |
gnome_container_add ()
void gnome_container_add (GnomeContainer *container,
GnomeObject *object); |
Adds the client_site to the list of client-sites managed by this
container
gnome_container_remove ()
void gnome_container_remove (GnomeContainer *container,
GnomeObject *object); |
Removes the client_site from the container