state of dbus and guadec dbus meeting notes

Joe Shaw joe at joeshaw.org
Mon Jul 23 16:49:05 PDT 2007


Hi,

On 7/20/07, Havoc Pennington <hp at redhat.com> wrote:
>     - add "maybe" types, essentially typed NULL, i.e. "ms" = "maybe
>       string" = "string or null"
>       - C/Java/C#/C++ binding for "maybe int" and similar is ugly

Small nitpick: C# has nullable value types, so you can declare "bool?
foo;" and have its value be true, false, or null.  So mapping this
onto C# probably wouldn't be a problem.

How you would do the others, though, I have no idea.

Joe


More information about the dbus mailing list