/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #include "camel.h" int main (int argc, char**argv) { GtkType type; gtk_init (&argc, &argv); camel_init (); printf ("Test 3 : data wrapper repository\n"); printf ("\nMime type : \"multipart\"\n"); type = data_wrapper_repository_get_data_wrapper_type ("multipart"); printf ("Type found %s\n", gtk_type_name (type) ); printf ("\nMime type : \"multipart/alternative\"\n"); type = data_wrapper_repository_get_data_wrapper_type ("multipart/alternative"); printf ("Type found %s\n", gtk_type_name (type) ); printf ("\nMime type : \"toto/titi\"\n"); type = data_wrapper_repository_get_data_wrapper_type ("toto/titi"); printf ("Type found %s\n", gtk_type_name (type) ); printf ("Test3 finished\n"); return 1; } me Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/news/fidogate
Commit message (Expand)AuthorAgeFilesLines
* - fix owner on suid binariesdinoex2017-02-017-28/+30
* ${RM} already has -f.mat2016-10-211-2/+2
* - cleanupdinoex2015-10-082-20/+3
* Allow packaging as a user by overwriting OWNER/GROUPbapt2015-05-031-1/+2
* Remove trailing whitespaces from category newsehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* - use STAGEDIRdinoex2013-11-173-22/+31
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-141-2/+1
* - update WWWdinoex2013-05-132-6/+3
* - cleanup commentsdinoex2012-10-131-5/+0
* - Get Rid MD5 supportmiwi2011-03-20