/* -*- 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; } u.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/rubygem-gtksourceview3/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3.7sunpoet2019-08-201-3/+3
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
* Update to 3.3.6sunpoet2019-03-291-3/+3
| | | | | | - Take maintainership Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.3.5sunpoet2019-03-141-3/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.3.4sunpoet2019-03-131-3/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.3.3sunpoet2019-03-101-3/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.3.2sunpoet2019-02-191-3/+3
| | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
* Update to 3.3.1sunpoet2019-01-14