[gtk/wip/otte/lottie: 2503/2503] xxx: wip
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/lottie: 2503/2503] xxx: wip
- Date: Tue, 13 Jul 2021 04:28:10 +0000 (UTC)
commit 3a9a0a953e6e045163a315440740db7c7da8ff21
Author: Benjamin Otte <otte redhat com>
Date: Tue Mar 9 17:38:11 2021 +0100
xxx: wip
ottie/fantastic/fantasticwindow.c | 6 ++++++
ottie/fantastic/meson.build | 2 ++
2 files changed, 8 insertions(+)
---
diff --git a/ottie/fantastic/fantasticwindow.c b/ottie/fantastic/fantasticwindow.c
index f6eff30e19..652ba23011 100644
--- a/ottie/fantastic/fantasticwindow.c
+++ b/ottie/fantastic/fantasticwindow.c
@@ -22,6 +22,8 @@
#include "fantasticwindow.h"
#include "fantasticobserver.h"
+#include "fantasticproperty.h"
+#include "fantasticpropertylist.h"
#include "ottie/ottiecreationprivate.h"
#include "ottie/ottiecompositionlayerprivate.h"
@@ -339,6 +341,10 @@ create_object_children (gpointer item,
{
return g_object_ref (item);
}
+ else if (!FANTASTIC_IS_PROPERTY (item))
+ {
+ return G_LIST_MODEL (fantastic_property_list_new (item));
+ }
else
{
return NULL;
diff --git a/ottie/fantastic/meson.build b/ottie/fantastic/meson.build
index 9259ead88e..46833c809c 100644
--- a/ottie/fantastic/meson.build
+++ b/ottie/fantastic/meson.build
@@ -2,6 +2,8 @@ fantastic_sources = [
'main.c',
'fantasticapplication.c',
'fantasticobserver.c',
+ 'fantasticproperty.c',
+ 'fantasticpropertylist.c',
'fantasticwindow.c',
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]