@ -19,7 +19,6 @@ mod imp {
impl ObjectSubclass for Toast {
const NAME: &'static str = "ComponentsToast";
type Type = super::Toast;
type ParentType = glib::Object;
}
impl ObjectImpl for Toast {
@ -18,7 +18,6 @@ mod imp {
impl ObjectSubclass for VideoPlayerRenderer {
const NAME: &'static str = "ComponentsVideoPlayerRenderer";
type Type = super::VideoPlayerRenderer;
type Interfaces = (PlayerVideoRenderer,);
@ -25,7 +25,6 @@ mod imp {
impl ObjectSubclass for Camera {
const NAME: &'static str = "Camera";
type Type = super::Camera;
impl ObjectImpl for Camera {}
@ -49,7 +49,6 @@ mod imp {
impl ObjectSubclass for CameraPaintable {
const NAME: &'static str = "CameraPaintable";
type Type = super::CameraPaintable;
type Interfaces = (gdk::Paintable,);
@ -29,7 +29,6 @@ mod imp {
impl ObjectSubclass for Device {
const NAME: &'static str = "Device";
type Type = super::Device;
impl ObjectImpl for Device {
@ -34,7 +34,6 @@ mod imp {
impl ObjectSubclass for Item {
const NAME: &'static str = "DeviceItem";
type Type = super::Item;
impl ObjectImpl for Item {
impl ObjectSubclass for DeviceList {
const NAME: &'static str = "DeviceList";
type Type = super::DeviceList;
type Interfaces = (gio::ListModel,);
@ -39,7 +39,6 @@ mod imp {
impl ObjectSubclass for Avatar {
const NAME: &'static str = "Avatar";
type Type = super::Avatar;
impl ObjectImpl for Avatar {
impl ObjectSubclass for PublicRoom {
const NAME: &'static str = "PublicRoom";
type Type = super::PublicRoom;
impl ObjectImpl for PublicRoom {
@ -41,7 +41,6 @@ mod imp {
impl ObjectSubclass for PublicRoomList {
const NAME: &'static str = "PublicRoomList";
type Type = super::PublicRoomList;
@ -56,7 +56,6 @@ mod imp {
impl ObjectSubclass for InviteeList {
const NAME: &'static str = "InviteeList";
type Type = super::InviteeList;
@ -21,7 +21,6 @@ mod imp {
impl ObjectSubclass for MemberMenu {
const NAME: &'static str = "ContentMemberMenu";
type Type = super::MemberMenu;
impl ObjectImpl for MemberMenu {
@ -62,7 +62,6 @@ mod imp {
impl ObjectSubclass for Event {
const NAME: &'static str = "RoomEvent";
type Type = super::Event;
impl ObjectImpl for Event {
@ -42,7 +42,6 @@ mod imp {
const NAME: &'static str = "RoomItem";
@ -24,7 +24,6 @@ mod imp {
impl ObjectSubclass for MemberList {
const NAME: &'static str = "MemberList";
type Type = super::MemberList;
@ -95,7 +95,6 @@ mod imp {
impl ObjectSubclass for Room {
const NAME: &'static str = "Room";
type Type = super::Room;
impl ObjectImpl for Room {
@ -33,7 +33,6 @@ mod imp {
impl ObjectSubclass for PowerLevels {
const NAME: &'static str = "PowerLevels";
type Type = super::PowerLevels;
impl ObjectImpl for PowerLevels {
@ -23,7 +23,6 @@ mod imp {
impl ObjectSubclass for ReactionGroup {
const NAME: &'static str = "ReactionGroup";
type Type = super::ReactionGroup;
impl ObjectImpl for ReactionGroup {
@ -22,7 +22,6 @@ mod imp {
impl ObjectSubclass for ReactionList {
const NAME: &'static str = "ReactionList";
type Type = super::ReactionList;
@ -80,7 +80,6 @@ mod imp {
impl ObjectSubclass for Timeline {
const NAME: &'static str = "Timeline";
type Type = super::Timeline;
impl ObjectSubclass for RoomList {
const NAME: &'static str = "RoomList";
type Type = super::RoomList;
impl ObjectSubclass for ExtraItemObj {
const NAME: &'static str = "ExtraItemObj";
type Type = super::ExtraItemObj;
impl ObjectImpl for ExtraItemObj {
@ -20,7 +20,6 @@ mod imp {
impl ObjectSubclass for Category {
const NAME: &'static str = "Category";
type Type = super::Category;
@ -17,7 +17,6 @@ mod imp {
impl ObjectSubclass for Entry {
const NAME: &'static str = "Entry";
type Type = super::Entry;
impl ObjectImpl for Entry {
@ -31,7 +31,6 @@ mod imp {
impl ObjectSubclass for ItemList {
const NAME: &'static str = "ItemList";
type Type = super::ItemList;
impl ObjectSubclass for Selection {
const NAME: &'static str = "SidebarSelection";
type Type = super::Selection;
type Interfaces = (gio::ListModel, gtk::SelectionModel);
fn new() -> Self {
@ -48,7 +48,6 @@ mod imp {
impl ObjectSubclass for User {
const NAME: &'static str = "User";
type Type = super::User;
impl ObjectImpl for User {
@ -188,7 +188,6 @@ mod imp {
impl ObjectSubclass for IdentityVerification {
const NAME: &'static str = "IdentityVerification";
type Type = super::IdentityVerification;
impl ObjectImpl for IdentityVerification {
@ -61,7 +61,6 @@ mod imp {
impl ObjectSubclass for VerificationList {
const NAME: &'static str = "VerificationList";
type Type = super::VerificationList;