Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Sun, 06 Oct 2024 17:07:08 UTC Commit: 4c8a3d38f22d35e13c32e4d2c5c247cb33a846b8 https://github.com/geany/geany/commit/4c8a3d38f22d35e13c32e4d2c5c247cb33a846...
Log Message: ----------- Merge pull request #3967 from kugel-/for-upstream
Rename enum member to workaround GI issue
Modified Paths: -------------- src/tagmanager/tm_tag.h
Modified: src/tagmanager/tm_tag.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -59,7 +59,7 @@ typedef enum tm_tag_attr_inheritance_t = 64, /**< Parent classes */ tm_tag_attr_arglist_t = 128, /**< Argument list */ tm_tag_attr_local_t = 256, /**< If it has local scope */ - tm_tag_attr_time_t = 512, /**< Modification time (File tag only) */ + tm_tag_attr_mtime_t = 512, /**< Modification time (File tag only) */ tm_tag_attr_vartype_t = 1024, /**< Variable Type */ tm_tag_attr_access_t = 2048, /**< Access type (public/protected/private) */ tm_tag_attr_impl_t = 4096, /**< Implementation (e.g. virtual) */
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).