[librsvg/bilelmoussaoui/new-gtk-rs-stack: 3/10] c-api: omit ParentType
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/bilelmoussaoui/new-gtk-rs-stack: 3/10] c-api: omit ParentType
- Date: Sun, 16 Jan 2022 03:58:40 +0000 (UTC)
commit 007e91150de7f9c493464c2d6bfe5419be3d5d68
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Sat Nov 13 11:48:30 2021 +0100
c-api: omit ParentType
it now defaults to glib::Object
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/634>
src/c_api/handle.rs | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/c_api/handle.rs b/src/c_api/handle.rs
index 73af1c693..3abd47a81 100644
--- a/src/c_api/handle.rs
+++ b/src/c_api/handle.rs
@@ -301,7 +301,6 @@ mod imp {
impl ObjectSubclass for CHandle {
const NAME: &'static str = "RsvgHandle";
- type ParentType = glib::Object;
type Type = super::CHandle;
type Instance = RsvgHandle;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]