JULEA
Typedefs | Functions
jcollection.h File Reference
#include <glib.h>
#include <julea.h>
#include <item/jitem.h>

Go to the source code of this file.

Typedefs

typedef struct JCollection JCollection
 

Functions

JCollectionj_collection_ref (JCollection *collection)
 
void j_collection_unref (JCollection *collection)
 
gchar const * j_collection_get_name (JCollection *collection)
 
JCollectionj_collection_create (gchar const *name, JBatch *batch)
 
void j_collection_get (JCollection **collection, gchar const *name, JBatch *batch)
 
void j_collection_delete (JCollection *collection, JBatch *batch)
 

Typedef Documentation

◆ JCollection

typedef struct JCollection JCollection