JULEA
Typedefs | Functions
jobject-iterator.h File Reference
#include <glib.h>

Go to the source code of this file.

Typedefs

typedef struct JObjectIterator JObjectIterator
 

Functions

JObjectIteratorj_object_iterator_new (gchar const *namespace, gchar const *prefix)
 
JObjectIteratorj_object_iterator_new_for_index (guint32 index, gchar const *namespace, gchar const *prefix)
 
void j_object_iterator_free (JObjectIterator *iterator)
 
gboolean j_object_iterator_next (JObjectIterator *iterator)
 
gchar const * j_object_iterator_get (JObjectIterator *iterator)