Skip to content

Commit efd8842

Browse files
committed
Fix type name of Nameable interface
1 parent 33de34a commit efd8842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nameable/imp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub struct NameableInterface {
2020

2121
#[glib::object_interface]
2222
unsafe impl ObjectInterface for NameableInterface {
23-
const NAME: &'static str = "ExNameableInterface";
23+
const NAME: &'static str = "ExNameable";
2424
type Prerequisites = (glib::Object,);
2525

2626
// Interface struct initialization, called from GObject

0 commit comments

Comments
 (0)