Bug 26863

Summary: yaFonoSMSChannel never emits SendError
Product: Telepathy Reporter: Simon McVittie <smcv>
Component: yafonoAssignee: Telepathy bugs list <telepathy-bugs>
Status: NEW --- QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.