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.