Skip to content
代码片段 群组 项目
  1. 11月 21, 2019
  2. 11月 19, 2019
  3. 11月 03, 2019
  4. 10月 30, 2019
  5. 10月 29, 2019
  6. 10月 28, 2019
  7. 10月 27, 2019
  8. 10月 26, 2019
    • Matthias Clasen's avatar
      inhibit: Fix a leak · 5e4271d9
      Matthias Clasen 创作于
      The inhibit portal treats its Request object a bit different
      from the other portals. We don't get a Response signal here,
      and the object stays alive until we call Close on it. So,
      don't wait for Response to free the call data, otherwise
      we leak it.
      5e4271d9
    • Matthias Clasen's avatar
      camera: Avoid premature cancellation · a4985e5c
      Matthias Clasen 创作于
      We handle cancellation ourselves, so no need to
      pass the cancellable to GTask.
      a4985e5c
  9. 10月 24, 2019
  10. 10月 22, 2019
  11. 10月 21, 2019
  12. 10月 20, 2019
  13. 10月 19, 2019
    • Matthias Clasen's avatar
      email: Handle errors · 72f6470e
      Matthias Clasen 创作于
      The ComposeEmail call can return errors (e.g.
      from option handling), and we need to handle
      it, since we won't get a Response signal in
      this case.
      72f6470e
    • Matthias Clasen's avatar
      account: Handle errors · d3e678a5
      Matthias Clasen 创作于
      It is possible for the GetUserInformation call
      to return an error, and we need to handle it,
      since we won't get a Response signal in this
      case.
      d3e678a5
  14. 10月 15, 2019
加载中