/* -*- 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; } 062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/linux-relview
Commit message (Expand)AuthorAgeFilesLines
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-5/+3
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* - Allow to build on AMD64miwi2010-03-091-1/+1
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
* Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-3/+1