Re: [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: Re: [Gegl-developer] [Gegl-Developer] How to connect to signal emitted by gobject properties.
- Date: Wed, 29 Apr 2015 16:04:11 +0530
quick update for future reference :
basically, we just have to hook 'Gegloperation' object instance for signal "notify::your_op_name".
But, again whenever we change any property value. all the values of the operation values will set not just the one which is changed. I came to know about this when i tried to hook by overriding 'set_property'. so if I understood correctly we can't hook the signal to know which property is changed. It seems logical as Gegl is separated from host program.
correct me if I'm wrong.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]