#define GNOME_CLIENT_SITE_TYPE |
|
Programs should provide a GnomeClientSite GTK object (ie, a GNOME::ClientSite CORBA server) for each bonobo object they embed. This is the contact end point for the remote GNOME::Embeddable object.
This routine creates a new GnomeClientSite.
container : | The container to which this client_site belongs. |
Returns : | The activated GnomeClientSite object bound to the container container. |
|
This initializes an object of type GnomeClientSite. See the description for gnome_client_site_new() for more details.
client_site : | The GnomeClientSite object to initialize |
corba_client_site : | The CORBA server that implements the service |
container : | a GnomeContainer to bind to. |
Returns : | the constructed GnomeClientSite client_site. |
void gnome_client_site_set_moniker ( |
client_site : | |
moniker : |
|
client_site : | the client site where we hook the object |
object : | remote GNOME::Embeddable object |
Returns : | TRUE if the code successfully bound the remote object to this client_site. |