diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-01 16:42:37 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-01 16:42:37 +0200 |
commit | 1373440eb043ebd121a6827aa28e4832cb959efe (patch) | |
tree | 20538d24b1613082334e928b08efc5bf491293ab /src/include | |
parent | ad62dda338917350cb678db86a8436a34d045ac9 (diff) | |
download | edoors-1373440eb043ebd121a6827aa28e4832cb959efe.zip edoors-1373440eb043ebd121a6827aa28e4832cb959efe.tar.gz |
cleanup eiotas_particle_has_dst, add eiotas_particle_next_dst
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/eiotas_particle.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/eiotas_particle.h b/src/include/eiotas_particle.h index 4461945..52c8011 100644 --- a/src/include/eiotas_particle.h +++ b/src/include/eiotas_particle.h @@ -107,6 +107,15 @@ EAPI void eiotas_particle_merge(Eiotas_Particle *particle, const Eiotas_Particle EAPI Eina_Bool eiotas_particle_has_dst(Eiotas_Particle *particle); /** + * @brief Point to the next destination + * + * @param particle The @ref Eiotas_Particle to mofify + * + * @return EINA_TRUE if next destination is defined, EINA_FALSE otherwise. + */ +EAPI Eina_Bool eiotas_particle_next_dst(Eiotas_Particle *particle); + +/** * @brief Add destinations to the @ref Eiotas_Particle * * @param particle The @ref Eiotas_Particle to add destinations to |