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

Go to the source code of this file.

Typedefs

typedef struct JItemIterator JItemIterator
 

Functions

G_END_DECLS G_BEGIN_DECLS JItemIteratorj_item_iterator_new (JCollection *collection)
 
void j_item_iterator_free (JItemIterator *iterator)
 
gboolean j_item_iterator_next (JItemIterator *iterator)
 
JItemj_item_iterator_get (JItemIterator *iterator)