| 
    JULEA
    
   | 
 
Go to the source code of this file.
Typedefs | |
| typedef enum JObjectURIScheme | JObjectURIScheme | 
| typedef struct JObjectURI | JObjectURI | 
Enumerations | |
| enum | JObjectURIScheme { J_OBJECT_URI_SCHEME_NAMESPACE , J_OBJECT_URI_SCHEME_OBJECT , J_OBJECT_URI_SCHEME_DISTRIBUTED_NAMESPACE , J_OBJECT_URI_SCHEME_DISTRIBUTED_OBJECT } | 
Functions | |
| G_END_DECLS G_BEGIN_DECLS JObjectURI * | j_object_uri_new (gchar const *uri_, JObjectURIScheme scheme) | 
| void | j_object_uri_free (JObjectURI *uri) | 
| guint32 | j_object_uri_get_index (JObjectURI *uri) | 
| gchar const * | j_object_uri_get_namespace (JObjectURI *uri) | 
| gchar const * | j_object_uri_get_name (JObjectURI *uri) | 
| JDistributedObject * | j_object_uri_get_distributed_object (JObjectURI *uri) | 
| JObject * | j_object_uri_get_object (JObjectURI *uri) |