GNOME Bugzilla – Bug 323373
Should be able to get parent EBook from an EBookView
Last modified: 2013-09-14 16:49:18 UTC
It would be really useful if it were possible to get the EBook that an EBookView is for, to avoid having to pass it around everywhere instead.
Created attachment 55692 [details] [review] Draft patch This compiles and should work, but the reference counting loops might need checking. Basically it adds e_book_view_get_book().
Patch looks good. Needs to be tested before committing. Devashis?
Checked the patch looks Ok to commit. Cant be tested as such because this is a new function so it isnt used anywhere. But should work fine.
Committed to HEAD.