Skip to content

Commit

Permalink
Rewrite 'enchant' and 'enchant-lsmod' in Vala
Browse files Browse the repository at this point in the history
Use GLib’s option parsing for enchant but not enchant-lsmod (see #378).

This commit also includes updates to the GLib VAPI.

Remove enchant_get_user_language from the public API, as it’s now trivial,
and was probably not applicable to all applications anyway.
  • Loading branch information
rrthomas committed Aug 16, 2024
1 parent 7795507 commit 9ff69b9
Show file tree
Hide file tree
Showing 135 changed files with 7,831 additions and 5,355 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ALL_SOURCE_FILES = \
lib/*.vala \
src/Makefile.am \
src/*.h \
src/enchant*.c \
src/enchant*.vala \
providers/Makefile.am \
providers/*.[ch] \
providers/*.cpp \
Expand Down
234 changes: 0 additions & 234 deletions doxygen/html/enchant-provider_8h_source.html

This file was deleted.

3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_10.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_10.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_10.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_11.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_11.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_11.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_12.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_12.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_12.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_13.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_13.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_13.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_14.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_14.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_14.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_15.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_15.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_15.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_16.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_16.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_16.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_17.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_17.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_17.png
Binary file not shown.
4 changes: 0 additions & 4 deletions doxygen/html/inherit_graph_18.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_18.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_18.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_3.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_3.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_3.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_4.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_4.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_4.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_5.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_5.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_5.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_6.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_6.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_6.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_7.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_7.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_7.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_8.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_8.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_8.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_9.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_9.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_9.png
Binary file not shown.
156 changes: 0 additions & 156 deletions doxygen/html/pwl_8h_source.html

This file was deleted.

37 changes: 0 additions & 37 deletions doxygen/html/search/all_3.html

This file was deleted.

4 changes: 0 additions & 4 deletions doxygen/html/search/all_3.js

This file was deleted.

Loading

0 comments on commit 9ff69b9

Please sign in to comment.