GNOME Bugzilla – Bug 743656
typos in G_DECLARE_FINAL_TYPE and G_DECLARE_DERIVABLE_TYPE
Last modified: 2015-02-03 14:59:58 UTC
patch coming
Created attachment 295676 [details] [review] Doc: fix typos in G_DECLARE_FINAL_TYPE and G_DECLARE_DERIVABLE_TYPE
Review of attachment 295676 [details] [review]: See comment not related to your patch, but since you are at it... :) ::: gobject/gtype.h @@ +1344,1 @@ * G_DECLARE_FINAL_TYPE (MyAppWindow, my_app_window, GtkWindow, MY_APP, WINDOW) isn't this example also wrong? shouldn't GtkWindow be the last parameter?
Created attachment 295679 [details] [review] Doc: fix typos in G_DECLARE_FINAL_TYPE and G_DECLARE_DERIVABLE_TYPE
I think you're right nacho, fixed that as well now :)