Opened 11 years ago
Last modified 6 years ago
#1979 new enhancement
add a G_add_keywords(char *, ...) function
Reported by: | hamish | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.2 |
Component: | LibGIS | Version: | svn-trunk |
Keywords: | G_add_keyword, keywords | Cc: | |
CPU: | All | Platform: | All |
Description
Hi,
any reason why we don't have a G_add_keywords(const char *, va_list) function in trunk?
thus
- G_add_keyword(_("imagery")); - G_add_keyword(_("color transformation")); - G_add_keyword("RGB"); - G_add_keyword("HIS"); - G_add_keyword("IHS"); + G_add_keywords(_("imagery"), _("color transformation"), "RGB", "HIS", "IHS");
the function could be as simple as iterating over the args and running G_add_keyword() multiple times.
?
thanks, Hamish
Change History (8)
comment:1 by , 8 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:2 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:3 by , 8 years ago
Milestone: | 7.3.0 → 7.4.0 |
---|
comment:5 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:6 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
Milestone renamed