[Gambas-user] Triggering org.freedesktop.DBus.Properties.PropertiesChanged
Bruce Steers
bsteers4 at gmail.com
Sat Feb 11 20:36:16 CET 2023
On Sat, 11 Feb 2023 at 17:35, Benoit Minisini <
benoit.minisini at gambas-basic.org> wrote:
> Le 11/02/2023 à 03:08, Bruce Steers a écrit :
> >
> >
> >
> > i eventually figured out how to fire property change signals.
> >
> > [...]
> >
> > I did not know what the third "Invalidated" argument was for.
> > Here's a quote from the spec site so you can see if you need it..
> >
> > org.freedesktop.DBus.Properties.PropertiesChanged (STRING
> interface_name,
> > ARRAY of DICT_ENTRY<STRING,VARIANT> changed_properties,
> > ARRAY<STRING> invalidated_properties);
> >
> > where|changed_properties| is a dictionary containing the changed
> properties with the new values and
> > |invalidated_properties| is an array of properties that changed but
> the value is not conveyed.
> >
> >
>
> Everything is explained in the DBus documentation.
>
Haha,
I read that about 3 hours ago and only just stopped laughing 😂
Bless ya
:)
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230211/cd5ab942/attachment.htm>
More information about the User
mailing list