GNOME Bugzilla – Bug 611955
Migrate API docs from templates to source files (GtkAdjustment)
Last modified: 2010-10-23 12:30:25 UTC
Created attachment 155383 [details] [review] Patch that migrates API docs. A patch to migrate docs is attached.
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?
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.
I've moved the docs to inline comments. Follow the discussion about the future of GtkAdjustment in bug #619768