diff options
author | infirit <[email protected]> | 2014-07-26 11:43:49 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-26 12:17:20 +0200 |
commit | d056914e3d49734d740c227eda08a9a3711c9ae3 (patch) | |
tree | 2082f4858d50fe287e9c037ee2d5251679b0cae9 /doc/reference | |
parent | 99d1fc5f4d134d93c25702fd5ba12e10b874aa71 (diff) | |
download | eom-d056914e3d49734d740c227eda08a9a3711c9ae3.tar.bz2 eom-d056914e3d49734d740c227eda08a9a3711c9ae3.tar.xz |
Improve the API consistency in EomImageSaveInfo
This will make things better for introspection
Based on eog commit ae39227b82978abf2b69baff0e46d8bba8d3474e
From Claudio Saavedra <[email protected]>
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/eom-sections.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference/eom-sections.txt b/doc/reference/eom-sections.txt index c88d0b4..02b8110 100644 --- a/doc/reference/eom-sections.txt +++ b/doc/reference/eom-sections.txt @@ -568,9 +568,9 @@ EOM_DIALOG_GET_CLASS <TITLE>EomImageSaveInfo</TITLE> EomImageSaveInfo EOM_FILE_FORMAT_JPEG -eom_image_save_info_from_image -eom_image_save_info_from_uri -eom_image_save_info_from_file +eom_image_save_info_new_from_image +eom_image_save_info_new_from_uri +eom_image_save_info_new_from_file <SUBSECTION Standard> EOM_IMAGE_SAVE_INFO EOM_IS_IMAGE_SAVE_INFO |