GnomeObjectClient

Name

GnomeObjectClient —

Synopsis



#define     GNOME_OBJECT_CLIENT_TYPE
GnomeObjectClient* gnome_object_client_construct
                                            (GnomeObjectClient *object_client,
                                             CORBA_Object corba_object);
GnomeObjectClient* gnome_object_activate_with_repo_id
                                            (GoadServerList *list,
                                             const char *repo_id,
                                             GoadActivationFlags flags,
                                             const char **params);
GnomeObjectClient* gnome_object_activate_with_goad_id
                                            (GoadServerList *list,
                                             const char *goad_id,
                                             GoadActivationFlags flags,
                                             const char **params);

Description

Details

GNOME_OBJECT_CLIENT_TYPE

#define     GNOME_OBJECT_CLIENT_TYPE


gnome_object_client_construct ()

GnomeObjectClient* gnome_object_client_construct
                                            (GnomeObjectClient *object_client,
                                             CORBA_Object corba_object);

Constructs object_client

object_client : 
corba_object : 
Returns : 


gnome_object_activate_with_repo_id ()

GnomeObjectClient* gnome_object_activate_with_repo_id
                                            (GoadServerList *list,
                                             const char *repo_id,
                                             GoadActivationFlags flags,
                                             const char **params);

Activates a service and wraps it on the GnomeObjectClient object. The service activated should support the GNOME::object interface.

This routine used goad_server_activate_with_repo_id() routine from libgnorba.

list : 
repo_id : 
flags : 
params : 
Returns : 


gnome_object_activate_with_goad_id ()

GnomeObjectClient* gnome_object_activate_with_goad_id
                                            (GoadServerList *list,
                                             const char *goad_id,
                                             GoadActivationFlags flags,
                                             const char **params);

Activates the service represented by goad_id. The service activated should support the GNOME::object interface.

This routine used goad_server_activate_with_repo_id() routine from libgnorba.

list : 
goad_id : 
flags : 
params : 
Returns :