Bug 26863 - yaFonoSMSChannel never emits SendError
Summary: yaFonoSMSChannel never emits SendError
Status: NEW
Alias: None
Product: Telepathy
Classification: Unclassified
Component: yafono (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: 2010-03-03 05:53 UTC by Simon McVittie
Modified: 2010-03-03 05:53 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Simon McVittie 2010-03-03 05:53:41 UTC
void
send_message_cb(oFonoModem *proxy,
    const GError *error, gpointer user_data,
    GObject *weak_object)
{
    if(error)
    {
      DEBUG ("SmsManager.SendMessage() failed: %s", error->message);
      /*g_clear_error (&error);*/
      /*Signal a SendError*/
    }
}


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.