As Observers and Handlers often need to track pending message (e.g. Logger need to log missed pending, and not log twice other pending and do it on disk to be crash safe) it would be nice if TpMessage provide a getter for it. Currently Logger implements it's own getter using _peek() method.
guint32 tp_message_get_pending_message_id (TpMessage *self, gboolean *valid); Since 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.