Re: testglib and user-dirs.dirs



On Dec 31, 2007 12:36 PM, Asbjørn <asbgpe online no> wrote:

> code:
>  uddesktop = g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP);
>  g_assert (uddesktop != NULL);
>  udddocs = g_get_user_special_dir (G_USER_DIRECTORY_DOCUMENTS);
>   g_assert (udddocs != NULL);
>   uddpubshare = g_get_user_special_dir (G_USER_DIRECTORY_PUBLIC_SHARE);
>   g_assert (uddpubshare != NULL);

The test is not correct. GLib only guarantees that


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]