GNOME Bugzilla – Bug 122423
[API] GstInterface name change
Last modified: 2004-12-22 21:47:04 UTC
This bug is here to remind me that I need to rename GstInterface to GstInstanceImplementsInterface or GstInstanceSupportsInterface or something similar. Benjamin complained about naming (GstInterface is too general and does not explain that this is actually a hack around a limitation of (both in glib and in general) interfaces because they cannot be assigned on a per-instance basis, only on a per-class basis) and he's correct. However, since I'm fiddling around with interfaces and implementations locally, my whole CVS checkout is messed up, so I can only fix this when I've got my current local work committed first.
Please fix this before the API/ABI freeze.
I will. I'll name it GstInterfaceSupported. I'll have time to do this Saturday, maybe Friday.
I named it GstImplementsInterface. Naming doesn't really matter anyway, as long as it's clear what it does. Fixed in HEAD CVS, right before the freeze! All plugins etc. have been adapted, too, so nobody should notice this (apart from a recompile).