[Gegl-developer] [Gegl-Developer] How to connect to signal emitted by gobject properties.
- From: Akash Hiremath <akashh246 gmail com>
- To: gegl-developer-list gnome org
- Subject: [Gegl-developer] [Gegl-Developer] How to connect to signal emitted by gobject properties.
- Date: Wed, 29 Apr 2015 11:19:17 +0530
hi,
I want to hook "notify" signal emitted by GeglOperation properties. But for that I need operation's 'properties' gobject. I can easily hook for 'GeglOperation' since its a 'gobject' instance but how can I hook for a property? I tried hook by GValue by 'g_object_get'. also tried to hook by 'g_object_class_find_property()' which returns a 'GParamSpecInt' type of value. as expected it didn't work as they aren't gobjects.
In short how can I get properties 'gobject' instance? I checked gonme developer site, gobject's documentation still no luck.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]