forked from external/yambar
tag: rename tag.value() -> tag.as_string()
This commit is contained in:
parent
12e9304612
commit
44a2dbb201
3 changed files with 10 additions and 10 deletions
2
tag.h
2
tag.h
|
@ -9,7 +9,7 @@ struct tag {
|
|||
|
||||
void (*destroy)(struct tag *tag);
|
||||
const char *(*name)(const struct tag *tag);
|
||||
const char *(*value)(const struct tag *tag);
|
||||
const char *(*as_string)(const struct tag *tag);
|
||||
};
|
||||
|
||||
struct tag_set {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue