X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=extensions%2Fgeneric-types.xml;h=fdab14be815aaf40cd07285606c36654f210071f;hp=227fde1483c9042d0309fe1e68bbb3db90960703;hb=1d7db6929a00bf0fc87be40e3a9628ff6bed473a;hpb=3a9f3eaf06428d65c33a52a3371284e575472acd diff --git a/extensions/generic-types.xml b/extensions/generic-types.xml index 227fde14..fdab14be 100644 --- a/extensions/generic-types.xml +++ b/extensions/generic-types.xml @@ -7,10 +7,10 @@ (1970-01-01T00:00:00Z) - - An unsigned 64-bit integer representing time as the number + + An signed 64-bit integer representing time as the number of seconds elapsed since the Unix epoch - (1970-01-01T00:00:00Z) + (1970-01-01T00:00:00Z); negative for times before the epoch The Text interface is the only user of Unix_Timestamp so far, and we'd like to be Y2038 compatible in future @@ -53,6 +53,14 @@ with dbus-glib) + + A struct (handle, unique name) representing a participant + in a D-Bus tube, as returned by GetDBusNames on the Tubes channel + type, and as seen in the DBusNamesChanged signal. + + + + An ASCII string representing a D-Bus method, signal or property name - a non-empty string of ASCII letters, digits and