After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 697152 - Update gtk-doc indices
Update gtk-doc indices
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-02 22:36 UTC by Cosimo Cecchi
Modified: 2013-04-03 01:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libview: update gtk-doc to current git (5.24 KB, patch)
2013-04-02 22:38 UTC, Cosimo Cecchi
committed Details | Review
libdocument: update gtk-doc to current git (9.14 KB, patch)
2013-04-02 22:39 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2013-04-02 22:36:17 UTC
See attached patches
Comment 1 Cosimo Cecchi 2013-04-02 22:38:45 UTC
Created attachment 240442 [details] [review]
libview: update gtk-doc to current git

Add new methods/objects and remove those that don't exist anymore.
Comment 2 Cosimo Cecchi 2013-04-02 22:39:09 UTC
Created attachment 240443 [details] [review]
libdocument: update gtk-doc to current git

Add new methods/objects and remove those that don't exist anymore.
Comment 3 Christian Persch 2013-04-02 23:36:44 UTC
Review of attachment 240442 [details] [review]:

Ok to commit with the private class parts taken out.

::: help/reference/libview/libevview-docs.xml
@@ +85,3 @@
     <xi:include href="xml/ev-job-scheduler.xml"/>
     <xi:include href="xml/ev-view-cursor.xml"/>
+    <xi:include href="xml/ev-link-accessible.xml"/>

This is a private class, so it shouldn't be in the docs.

::: help/reference/libview/libevview-sections.txt
@@ +397,3 @@
+<SECTION>
+<FILE>ev-link-accessible</FILE>
+EvLinkAccessible

Again.
Comment 4 Christian Persch 2013-04-02 23:37:59 UTC
Review of attachment 240443 [details] [review]:

Looks fine.
Comment 5 Cosimo Cecchi 2013-04-03 01:24:57 UTC
Attachment 240442 [details] pushed as f6e7b24 - libview: update gtk-doc to current git
Attachment 240443 [details] pushed as 29504f3 - libdocument: update gtk-doc to current git

Thanks for the review, I added ev-link-accessible.h to IGNORE_HFILES for libview and pushed these to master.