のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2015-11-10から1日間の記事一覧

pango-querymodules

u01@vm01:~/usr/bin$ ./pango-querymodules # Pango Modules file # Automatically generated file, do not edit # # ModulesPath = /home/u01/usr/lib/pango/1.8.0/modules # /home/u01/usr/lib/pango/1.8.0/modules/ pango-basic-fc.so BasicScriptEngineF…

test_layout

500 main (int argc, char *argv[]) 501 { 502 GDir *dir; 503 GError *error = NULL; 504 const gchar *name; 505 gchar *path; 506 507 g_setenv ("LC_ALL", "C", TRUE); 508 setlocale (LC_ALL, ""); 509 510 g_test_init (&argc, &argv, NULL); 511 512 …