Bug 35885 - Add getter for pending message id in TpMessage
Summary: Add getter for pending message id in TpMessage
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-01 13:03 UTC by Nicolas Dufresne
Modified: 2012-01-18 02:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.