[Bug 26863] New: yaFonoSMSChannel never emits SendError

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 3 14:53:41 CET 2010


http://bugs.freedesktop.org/show_bug.cgi?id=26863

           Summary: yaFonoSMSChannel never emits SendError
           Product: Telepathy
           Version: git master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: yafono
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: simon.mcvittie at collabora.co.uk


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*/
    }
}


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list