Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining declarations for working with GExiv2Metadata #6

Open
felixc opened this issue Apr 3, 2015 · 2 comments
Open

Add remaining declarations for working with GExiv2Metadata #6

felixc opened this issue Apr 3, 2015 · 2 comments
Labels

Comments

@felixc
Copy link
Owner

felixc commented Apr 3, 2015

See: https://git.gnome.org/browse/gexiv2/tree/gexiv2/gexiv2-metadata.h

Unimplemented:

gexiv2_metadata_open_stream
gexiv2_metadata_save_stream
gexiv2_metadata_save_external
gexiv2_metadata_set_xmp_tag_struct
gexiv2_metadata_update_gps_info

See also gexiv2_metadata_get_preview_properties in #3, gexiv2_metadata_get_preview_image in #4, and Exif thumbnails in #12.

I'm finding the missing declarations with:

diff <(sed -n 's/ *pub fn \(gexiv2_.*\)(.*/\1/p' src/lib.rs | sort) \
    <(nm -gD $(find /usr/lib/ -name 'libgexiv2.so') | awk '/ T gexiv2/ {print $3}' | sort) \            
    | sed -n '/\(_get_type\|gexiv2_metadata_from_stream\)/! s/> \(.*\)/\1/p'
@felixc
Copy link
Owner Author

felixc commented Mar 19, 2016

gexiv2_metadata_get_tag_raw implemented in 5a0a314.

@felixc
Copy link
Owner Author

felixc commented Mar 19, 2016

gexiv2_metadata_get_xmp_packet and gexiv2_metadata_generate_xmp_packet implemented in 56098a3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant