![]() | ![]() | ![]() | GMime Reference Manual | ![]() |
---|
This is an "index" of the reference manual organized by common "How do I..." questions. If you aren't sure which documentation to read for the question you have, this list is a good place to start.
See the documentation on this topic.
See the list of incompatible changes from 1.0 to 2.0.
If you have a question not covered in the manual, feel free to ask me personally by emailing me at fejj@ximian.com.
See the documentation for GObject. For GObject note specifically g_object_ref() and g_object_unref().
For strings returned from functions, they will be declared "const" if they should not be freed. Non-const strings should be freed with g_free(). Arrays follow the same rule. (If you find an exception to the rules, please report a bug to http://bugzilla.gnome.org.)
The GMime header files use the subset of C that's also valid C++, so you can simply use the normal GMime API in a C++ program.
As of June 18th, 2003 there is now a set of Perl bindings for GMime called MIME::Fast. Thanks to Piotr Klaban for his efforts.
<<< Mailing lists and bug reports | GMime Fundamentals >>> |