| 
    JULEA
    
   | 
 
#include <julea-config.h>#include <glib.h>#include <item/juri.h>#include <item/jcollection.h>#include <item/jitem.h>#include <julea.h>#include <string.h>Data Structures | |
| struct | JURI | 
Functions | |
| G_END_DECLS G_BEGIN_DECLS GQuark | j_uri_error_quark (void) | 
| JURI * | j_uri_new (gchar const *uri_) | 
| void | j_uri_free (JURI *uri) | 
| gchar const * | j_uri_get_collection_name (JURI *uri) | 
| gchar const * | j_uri_get_item_name (JURI *uri) | 
| gboolean | j_uri_get (JURI *uri, GError **error) | 
| gboolean | j_uri_create (JURI *uri, gboolean with_parents, GError **error) | 
| gboolean | j_uri_delete (JURI *uri, GError **error) | 
| JCollection * | j_uri_get_collection (JURI *uri) | 
| JItem * | j_uri_get_item (JURI *uri) |