JULEA
|
Data Structures | |
struct | JObjectURI |
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) |
typedef struct JObjectURI JObjectURI |
typedef enum JObjectURIScheme JObjectURIScheme |
enum JObjectURIScheme |
void j_object_uri_free | ( | JObjectURI * | uri | ) |
Frees the memory allocated by a URI.
uri | A URI. |
JDistributedObject * j_object_uri_get_distributed_object | ( | JObjectURI * | uri | ) |
Returns the object.
uri | A URI. |
guint32 j_object_uri_get_index | ( | JObjectURI * | uri | ) |
Returns the index.
uri | A URI. |
gchar const * j_object_uri_get_name | ( | JObjectURI * | uri | ) |
Returns the name.
uri | A URI. |
gchar const * j_object_uri_get_namespace | ( | JObjectURI * | uri | ) |
Returns the namespace.
uri | A URI. |
JObject * j_object_uri_get_object | ( | JObjectURI * | uri | ) |
Returns the object.
uri | A URI. |
JObjectURI * j_object_uri_new | ( | gchar const * | uri_, |
JObjectURIScheme | scheme | ||
) |
Creates a new URI.
uri_ | A URI string. |
scheme | A JObjectURIScheme. |