Python plugin API not working as expected
Johannes Marbach <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.Eog |
|---|---|
| Message-ID | <[email protected]> |
Hi. I'm having a problem with eog's Python plugin API. According to bindings/python/eog.defs there should be the functions get_image_by_pos for eog.ListStore and open_uri_list for eog.Window, but I get an exception when trying to call any of those two. AttributeError: 'eog.ListStore' object has no attribute 'get_image_by_pos' AttributeError: 'eog.Window' object has no attribute 'open_uri_list' Also the C function for eog.Window.open_uri_list should be eog_window_open_uri_list, but that function doesn't seem to exist. There's only eog_window_open_file_list. Can someone please enlighten me? Thanks, Johannes P.S.: I'm on eog 2.24.2