Skip to content

gtk.cfg: add more type definition macros#4247

Merged
orbitcowboy merged 1 commit into
cppcheck-opensource:mainfrom
andyholmes:andyholmes/gtk-cfg-defines
Jul 6, 2022
Merged

gtk.cfg: add more type definition macros#4247
orbitcowboy merged 1 commit into
cppcheck-opensource:mainfrom
andyholmes:andyholmes/gtk-cfg-defines

Conversation

@andyholmes
Copy link
Copy Markdown
Contributor

Add a number of missing macros from the configuration, including:

  • G_DEFINE_TYPE()
  • G_DEFINE_FINAL_TYPE()
  • G_DEFINE_FINAL_TYPE_WITH_PRIVATE()
  • G_DEFINE_FINAL_TYPE_WITH_CODE()
  • G_DEFINE_DYNAMIC_TYPE()
  • G_DEFINE_DYNAMIC_TYPE_EXTENDED()
  • G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC()
  • G_DEFINE_AUTO_CLEANUP_FREE_FUNC()
  • G_DEFINE_AUTOPTR_CLEANUP_FUNC()

Add a number of missing macros from the configuration, including:

* `G_DEFINE_TYPE()`
* `G_DEFINE_FINAL_TYPE()`
* `G_DEFINE_FINAL_TYPE_WITH_PRIVATE()`
* `G_DEFINE_FINAL_TYPE_WITH_CODE()`
* `G_DEFINE_DYNAMIC_TYPE()`
* `G_DEFINE_DYNAMIC_TYPE_EXTENDED()`
* `G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC()`
* `G_DEFINE_AUTO_CLEANUP_FREE_FUNC()`
* `G_DEFINE_AUTOPTR_CLEANUP_FUNC()`
@orbitcowboy orbitcowboy merged commit 41f6702 into cppcheck-opensource:main Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants