diff options
Diffstat (limited to 'src/lib/eolian/Eolian.h')
-rw-r--r-- | src/lib/eolian/Eolian.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/eolian/Eolian.h b/src/lib/eolian/Eolian.h index d109ea12a2..ad35d16c0a 100644 --- a/src/lib/eolian/Eolian.h +++ b/src/lib/eolian/Eolian.h | |||
@@ -523,7 +523,7 @@ EAPI const Eolian_Unit *eolian_file_parse(Eolian *state, const char *filepath); | |||
523 | * | 523 | * |
524 | * @ingroup Eolian | 524 | * @ingroup Eolian |
525 | */ | 525 | */ |
526 | EAPI Eina_Iterator *eolian_all_eo_file_paths_get(Eolian *state); | 526 | EAPI Eina_Iterator *eolian_all_eo_file_paths_get(const Eolian *state); |
527 | 527 | ||
528 | /* | 528 | /* |
529 | * @brief Get an iterator to all .eot file names with paths. | 529 | * @brief Get an iterator to all .eot file names with paths. |
@@ -536,7 +536,7 @@ EAPI Eina_Iterator *eolian_all_eo_file_paths_get(Eolian *state); | |||
536 | * | 536 | * |
537 | * @ingroup Eolian | 537 | * @ingroup Eolian |
538 | */ | 538 | */ |
539 | EAPI Eina_Iterator *eolian_all_eot_file_paths_get(Eolian *state); | 539 | EAPI Eina_Iterator *eolian_all_eot_file_paths_get(const Eolian *state); |
540 | 540 | ||
541 | /* | 541 | /* |
542 | * @brief Get an iterator to all .eo file names (without paths). | 542 | * @brief Get an iterator to all .eo file names (without paths). |
@@ -549,7 +549,7 @@ EAPI Eina_Iterator *eolian_all_eot_file_paths_get(Eolian *state); | |||
549 | * | 549 | * |
550 | * @ingroup Eolian | 550 | * @ingroup Eolian |
551 | */ | 551 | */ |
552 | EAPI Eina_Iterator *eolian_all_eo_files_get(Eolian *state); | 552 | EAPI Eina_Iterator *eolian_all_eo_files_get(const Eolian *state); |
553 | 553 | ||
554 | /* | 554 | /* |
555 | * @brief Get an iterator to all .eot file names (without paths). | 555 | * @brief Get an iterator to all .eot file names (without paths). |
@@ -562,7 +562,7 @@ EAPI Eina_Iterator *eolian_all_eo_files_get(Eolian *state); | |||
562 | * | 562 | * |
563 | * @ingroup Eolian | 563 | * @ingroup Eolian |
564 | */ | 564 | */ |
565 | EAPI Eina_Iterator *eolian_all_eot_files_get(Eolian *state); | 565 | EAPI Eina_Iterator *eolian_all_eot_files_get(const Eolian *state); |
566 | 566 | ||
567 | /* | 567 | /* |
568 | * @brief Scan the given directory (recursively) and search for .eo and | 568 | * @brief Scan the given directory (recursively) and search for .eo and |