Skip to content
  1. Mar 14, 2024
  2. Mar 04, 2024
  3. Mar 01, 2024
  4. Feb 29, 2024
  5. Jan 08, 2024
  6. Apr 06, 2023
  7. Dec 05, 2022
  8. Aug 19, 2022
    • Emmanuele Bassi's avatar
      Fix the declaration of the RestOAuth2Error quark function · 36782cc6
      Emmanuele Bassi authored
      The missing `void` breaks the strict prototypes warning.
      
      In C, a function with no arguments and a function with `void` as an
      argument are fundamentally different; the former can be called with any
      argument, while the latter can only be called with no arguments.
      
      Since rest_oauth2_error_quark() is defined with `void` by the
      G_DEFINE_QUARK macro, its declaration should be made to match.
      36782cc6
  9. Aug 14, 2022
  10. Aug 09, 2022
  11. Jul 03, 2022
  12. Jun 19, 2022
  13. Jun 17, 2022
  14. Jun 16, 2022
  15. Mar 28, 2022
  16. Mar 08, 2022
  17. Mar 07, 2022
  18. Feb 16, 2022