Minor changes.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | @c See file mailutils.texi for copying conditions. | 3 | @c See file mailutils.texi for copying conditions. |
4 | @comment ******************************************************************* | 4 | @comment ******************************************************************* |
5 | 5 | ||
6 | @subsection Mailutils Object Model | 6 | @chapter Mailutils Object Model |
7 | Mailutils is written in C, the language is widely supported on | 7 | Mailutils is written in C, the language is widely supported on |
8 | many platforms and the ABI (Binary Interface) for linking objects | 8 | many platforms and the ABI (Binary Interface) for linking objects |
9 | with other languages (like Guile, Java, ...) is well-defined. | 9 | with other languages (like Guile, Java, ...) is well-defined. |
... | @@ -54,7 +54,7 @@ Instead of using macros or the vtable directly. | ... | @@ -54,7 +54,7 @@ Instead of using macros or the vtable directly. |
54 | #define mu_object_notify(o, evt, d) ((o)->vtable->notify(o, evt, d)) | 54 | #define mu_object_notify(o, evt, d) ((o)->vtable->notify(o, evt, d)) |
55 | @end example | 55 | @end example |
56 | 56 | ||
57 | @subsubsection Implementing an interface | 57 | @section Implementing an interface |
58 | 58 | ||
59 | @comment *********************************************************** | 59 | @comment *********************************************************** |
60 | @comment This is not a very good/usefull example, we should do one using | 60 | @comment This is not a very good/usefull example, we should do one using | ... | ... |
-
Please register or sign in to post a comment