aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test3.c')
-rw-r--r--tests/test3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test3.c b/tests/test3.c
index a210ea3723..b036c190f5 100644
--- a/tests/test3.c
+++ b/tests/test3.c
@@ -12,15 +12,15 @@ main (int argc, char**argv)
printf ("Test 3 : data wrapper repository\n");
printf ("\nMime type : \"multipart\"\n");
- type = data_wrapper_get_data_wrapper_type ("multipart");
+ 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_get_data_wrapper_type ("multipart/alternative");
+ 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_get_data_wrapper_type ("toto/titi");
+ type = data_wrapper_repository_get_data_wrapper_type ("toto/titi");
printf ("Type found %s\n", gtk_type_name (type) );
printf ("Test3 finished\n");
a href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/x11-toolkits/wxmozilla?h=gstreamer0.10-removal&id=87f4d471fb27b9547c1a0de221b51f4c31684157'>- Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Remove 4.X cruft.linimon2007-03-171-4/+0 * - Fix previous commit, re-add errourneously removed wxgtk24 dependencypav2006-12-031-1/+1 * - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-6/+4 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1 * Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0 * Conversion to a single libtool environment.ade2006-02-232-1/+4 * - Update graphics/libglut to 6.4.1.sem2006-01-121-1/+1 * Use the nspr.pc from devel/npsr instead of looking for one installed bymarcus2005-12-291-0/+5 * Fix up IGNORE message to appease portlint.marcus2005-12-191-1/+1 * Add USE_GECKO to fix packaging.marcus2005-12-191-2/+3 * - Add SHA256pav2005-11-26