aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-10 18:45:42 +0100
committerMattias Andrée <maandree@kth.se>2023-01-10 18:45:42 +0100
commitabf2630e7039c53126faf6585769e2abfba657dd (patch)
tree68a97f64a78472154a1da3fb988022ccf417bc49 /libfonts.h
parentm (diff)
downloadlibfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.gz
libfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.bz2
libfonts-abf2630e7039c53126faf6585769e2abfba657dd.tar.xz
m + implement libfonts_do_{decoded_,}font_descriptions_match
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libfonts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libfonts.h b/libfonts.h
index f45c203..20a0b5d 100644
--- a/libfonts.h
+++ b/libfonts.h
@@ -1737,7 +1737,6 @@ int libfonts_decode_font_description(struct libfonts_font_description *, const c
* @return 1 if the arguments match, 0 if they don't match
*/
int libfonts_do_font_descriptions_match(const char *, const char *);
-/* TODO implement libfonts_do_font_descriptions_match */
/**
* Check if an X Logical Font Description (XLFD) matches
@@ -1749,7 +1748,6 @@ int libfonts_do_font_descriptions_match(const char *, const char *);
*/
int libfonts_do_decoded_font_descriptions_match(const struct libfonts_font_description *,
const struct libfonts_font_description *);
-/* TODO implement libfonts_do_decoded_font_descriptions_match */
/**