forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-40495: [GLib] Use G_DECLARE_DERIVABLE_TYPE() (apache#40497)
### Rationale for this change Using `G_DECLARE_DERIVABLE_TYPE()` or its family is the recommended way to declare a class (type). ### What changes are included in this PR? Replace raw `#define`s with `G_DECLARE_DERIVABLE_TYPE()`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#40495 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information
Showing
4 changed files
with
45 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.