Python plugin API not working as expected



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]