Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5dc2de48
...
5dc2de4879aebd88cf05d7e9403134fe4fe05554
authored
2003-03-03 08:20:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor changes.
1 parent
c18cebb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
doc/texinfo/mom.texi
doc/texinfo/mom.texi
View file @
5dc2de4
...
...
@@ -3,7 +3,7 @@
@c
See
file
mailutils
.
texi
for
copying
conditions
.
@comment
*******************************************************************
@
subsection
Mailutils
Object
Model
@
chapter
Mailutils
Object
Model
Mailutils
is
written
in
C
,
the
language
is
widely
supported
on
many
platforms
and
the
ABI
(
Binary
Interface
)
for
linking
objects
with
other
languages
(
like
Guile
,
Java
,
...)
is
well
-
defined
.
...
...
@@ -54,7 +54,7 @@ Instead of using macros or the vtable directly.
#define mu_object_notify(o, evt, d) ((o)->vtable->notify(o, evt, d))
@end
example
@s
ubsubs
ection
Implementing
an
interface
@section
Implementing
an
interface
@comment
***********************************************************
@comment
This
is
not
a
very
good
/
usefull
example
,
we
should
do
one
using
...
...
Please
register
or
sign in
to post a comment