Bug 35885

Summary: Add getter for pending message id in TpMessage
Product: Telepathy Reporter: Nicolas Dufresne <nicolas>
Component: tp-glibAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Nicolas Dufresne 2011-04-01 13:03:27 UTC
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.
Comment 1 Simon McVittie 2012-01-18 02:52:00 UTC
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.