http://telepathy.freedesktop.org/spec-snapshot/Channel_Request.html#properties
http://cgit.collabora.com/git/user/cassidy/telepathy-glib/log/?h=channel-request-props-38605 This block bug #38249 as I use some of these API in my implementation.
Created attachment 48370 [details] [review] TpChannelRequest: add properties and accessors for Account, UserActionTime and PreferredHandler (#38605) I didn't add Requests as it's less useful and I'm not sure we want to expose more string -> GVariant hash table in the API.
Review of attachment 48370 [details] [review]: Looks good. One question... ::: telepathy-glib/channel-request.c @@ +687,3 @@ +tp_channel_request_get_user_action_time (TpChannelRequest *self) +{ + if (path == NULL) Is -1 correct here? Perhaps it should be 0 or maxint64.
Oh you're right; I meant to change it to 0 and forgot. Fixed and merged to master; will be in 0.15.3.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.