diff --git a/_posts/2013-01-06-registering-an-enum-type-in-glib-s-type-system.markdown b/_posts/2013-01-06-registering-an-enum-type-in-glib-s-type-system.markdown index 26ed44e..2e8584f 100644 --- a/_posts/2013-01-06-registering-an-enum-type-in-glib-s-type-system.markdown +++ b/_posts/2013-01-06-registering-an-enum-type-in-glib-s-type-system.markdown @@ -28,3 +28,5 @@ Still, it can be made more perfect by using the [glib-mkenums](http://developer.gnome.org/gobject/stable/glib-mkenums.html) tool. I will read through the GLib Makefiles tomorrow for some hints on this. + +Edit: you can find the glib-mkenums solution [here]({% post_url 2014-08-16-registering-an-enum-type-in-glib-glib-mkenums-magic %}). \ No newline at end of file