GNOME Bugzilla – Bug 721452
girwriter: Derive gir namespace from base name
Last modified: 2014-01-04 14:29:51 UTC
Currently, the full filename specified by --gir is used to derive the namespace. However, it seems to make more sense to only use the basename (since the argument to --gir is a filename, not a gir name).
Created attachment 265302 [details] [review] girwriter: Derive gir namespace from base name Instead of using the full filename specified by --gir to derive the gir namespace, this patch uses only the base name of the file specified by --gir.
Review of attachment 265302 [details] [review]: Looks fine, thanks.
Attachment 265302 [details] pushed as 4eb9670 - girwriter: Derive gir namespace from base name