diff options
Diffstat (limited to 'src/lib/eet/Eet.h')
-rw-r--r-- | src/lib/eet/Eet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/eet/Eet.h b/src/lib/eet/Eet.h index 19ab574458..f2ef50c42a 100644 --- a/src/lib/eet/Eet.h +++ b/src/lib/eet/Eet.h | |||
@@ -478,7 +478,7 @@ typedef enum _Eet_File_Mode | |||
478 | } Eet_File_Mode; /**< Modes that a file can be opened. */ | 478 | } Eet_File_Mode; /**< Modes that a file can be opened. */ |
479 | 479 | ||
480 | /** | 480 | /** |
481 | * @enum _Eet_Image_Encoding | 481 | * @enum Eet_Image_Encoding |
482 | * Specify lossy encoding for image | 482 | * Specify lossy encoding for image |
483 | * @since 1.10 | 483 | * @since 1.10 |
484 | */ | 484 | */ |
@@ -524,7 +524,7 @@ typedef struct _Eet_File Eet_File; | |||
524 | typedef struct _Eet_Dictionary Eet_Dictionary; | 524 | typedef struct _Eet_Dictionary Eet_Dictionary; |
525 | 525 | ||
526 | /** | 526 | /** |
527 | * @typedef Eet_Entries | 527 | * @typedef Eet_Entry |
528 | * Eet files may contains multiple Entries per file, this handle describe them. You can get that handle from an iterator given by eet_list_entries(). | 528 | * Eet files may contains multiple Entries per file, this handle describe them. You can get that handle from an iterator given by eet_list_entries(). |
529 | * | 529 | * |
530 | * @see eet_list_entries() | 530 | * @see eet_list_entries() |