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 611955 - Migrate API docs from templates to source files (GtkAdjustment)
Migrate API docs from templates to source files (GtkAdjustment)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
deprecations
Depends on: 619768
Blocks: 599599
 
 
Reported: 2010-03-05 23:15 UTC by Tadej Borovšak
Modified: 2010-10-23 12:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that migrates API docs. (12.19 KB, patch)
2010-03-05 23:15 UTC, Tadej Borovšak
needs-work Details | Review
Updated patch (17.92 KB, patch)
2010-04-28 22:46 UTC, Tadej Borovšak
none Details | Review

Description Tadej Borovšak 2010-03-05 23:15:48 UTC
Created attachment 155383 [details] [review]
Patch that migrates API docs.

A patch to migrate docs is attached.
Comment 1 Javier Jardón (IRC: jjardon) 2010-04-28 01:46:39 UTC
Review of attachment 155383 [details] [review]:

Seems you forgot to move the GtkAdjustment struct documentation (Should be documented in this case).
Could you update your patch?
Comment 2 Tadej Borovšak 2010-04-28 22:46:33 UTC
Created attachment 159829 [details] [review]
Updated patch

Updated the docs.

I also marked gtk_adjustment_value_changed() and gtk_adjustment_changed() functions as redundant, since they were only needed after the field in GtkAdjustment struct has been manually altered. Now all the fields are GSEALed, so no manual setting and no manual signal emission.
Comment 3 Javier Jardón (IRC: jjardon) 2010-10-23 12:30:25 UTC
I've moved the docs to inline comments. Follow the discussion about the future of GtkAdjustment in  bug #619768