GNOME Bugzilla – Bug 611742
Migrate API docs from templates to source files (GtkBuilder)
Last modified: 2010-04-28 16:51:27 UTC
Created attachment 155164 [details] [review] Patch that migrates API docs. API docs migration (http://live.gnome.org/GTK+/TaskAPIDocMigration).
Created attachment 155241 [details] [review] Rebased to latest master, removed trailing whitespace. Note: DocBook that gtk-doc produces from comments in GtkBuilder associated files is invalid. Please deffer applying this patch for now. Tadej
Review of attachment 155241 [details] [review]: Note that the patch should be updated. So we can apply it after 2.20 release See commit f3f44d665027459cd66ac957d26fa241cf189284
Hello Tadej, Could you update the patch against current master?
Created attachment 159012 [details] [review] Updated patch Rebased patch to apply cleanly on current git master.
Review of attachment 159012 [details] [review]: You are missing this in your patch (see the mentioned commit): <note><para>Prior to 2.20, GtkBuilder was setting the "name" property of constructed widgets to the "id" attribute. In GTK+ 2.20 or newer, you have to use gtk_buildable_get_name() instead of gtk_widget_get_name() to obtain the "id", or set the "name" property in your UI definition. </para></note>
Created attachment 159762 [details] [review] Patch that migrates API docs (updated). Forgot to rebuild inline comments from updated templates last time.
Comment on attachment 159762 [details] [review] Patch that migrates API docs (updated). Just a little note: add the .sgml file to .gitignore next time ;) commit be3a1abc040ce55b3c1aed6a161c47bdf709ba79
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.