We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33de34a commit efd8842Copy full SHA for efd8842
src/nameable/imp.rs
@@ -20,7 +20,7 @@ pub struct NameableInterface {
20
21
#[glib::object_interface]
22
unsafe impl ObjectInterface for NameableInterface {
23
- const NAME: &'static str = "ExNameableInterface";
+ const NAME: &'static str = "ExNameable";
24
type Prerequisites = (glib::Object,);
25
26
// Interface struct initialization, called from GObject
0 commit comments