You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

70 lines
1.3 KiB

  1. [options]
  2. girs_dir = "gir-files"
  3. library = "Notify"
  4. version = "0.7"
  5. min_cfg_version = "0.7.7"
  6. target_path = "."
  7. work_mode = "normal"
  8. generate_safety_asserts = true
  9. deprecate_by_min_version = true
  10. generate = [
  11. "Notify.Urgency",
  12. ]
  13. [[object]]
  14. name = "Notify.Notification"
  15. status = "generate"
  16. [[object.function]]
  17. name = "get_closed_reason"
  18. ignore = true
  19. [[object.function]]
  20. name = "add_action"
  21. ignore = true
  22. [[object.function]]
  23. name = "clear_actions"
  24. ignore = true
  25. [[object.function]]
  26. name = "close"
  27. # manual
  28. ignore = true
  29. [[object.function]]
  30. name = "set_hint"
  31. # manual
  32. ignore = true
  33. [[object.function]]
  34. name = "set_icon_from_pixbuf"
  35. # deprecated
  36. ignore = true
  37. [[object.function]]
  38. name = "set_image_from_pixbuf"
  39. # manual
  40. ignore = true
  41. [[object.function]]
  42. name = "show"
  43. # manual
  44. ignore = true
  45. [[object.function]]
  46. name = "update"
  47. [object.function.return]
  48. bool_return_is_error = "Invalid parameter passed"
  49. [[object.function]]
  50. name = "set_app_name"
  51. [[object.function.parameter]]
  52. name = "app_name"
  53. nullable = true
  54. [[object]]
  55. name = "Notify.*"
  56. status = "generate"
  57. [[object.function]]
  58. name = "is_initted"
  59. # manual assert_initialized_main_thread
  60. ignore = true
  61. [[object.function]]
  62. name = "init"
  63. # manual assert_initialized_main_thread
  64. ignore = true