<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm trying to get the connection steps to show on the DBus, so that the data can be used by other programs. To achieve this I made an extra property on the modem_simple interface. I did some research on the source code to figure out how the data actually gets sent to DBus, and I came to the conclusion that the code that does that gets generated when the program gets compiled.</div><div><br></div><div>So I added the property, checked if it worked, which it did. And then checked the generated DBus files to see if I could find anything about the property that I made, but I couldn't find anything about it. How does the DBus system actually work? Do the files check all the installed properties and then generate code for it so that it can be sent over DBus? Or how can I get the property to show on the DBus?</div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Daniel Vlaardingerbroek<br></div></div>