X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fdeprecated%2Fgthread-deprecated.c;h=3b199709f07ad7121f46be0520137571454f63a1;hb=fa6710ab6f365b512281049276413747b311821d;hp=22f4a76009f379bdda260c4e1cfb7b8ca9816fa6;hpb=3d4846d92309d001697c2827660fa41b5c63dbc4;p=platform%2Fupstream%2Fglib.git diff --git a/glib/deprecated/gthread-deprecated.c b/glib/deprecated/gthread-deprecated.c index 22f4a76..3b19970 100644 --- a/glib/deprecated/gthread-deprecated.c +++ b/glib/deprecated/gthread-deprecated.c @@ -39,7 +39,7 @@ * @G_THREAD_PRIORITY_HIGH: a priority higher than normal * @G_THREAD_PRIORITY_URGENT: the highest priority * - * Deprecated:2.32: thread priorities no longer have any effect. + * Deprecated:2.32: Thread priorities no longer have any effect. */ /** @@ -213,10 +213,9 @@ g_thread_create_full (GThreadFunc func, * * Since: 2.10 * - * Deprecated:2.32: There are not very many interesting things you can - * do with a #GThread, except comparing it with one that was returned - * from g_thread_create(). There are better ways to find out if your - * thread is still alive. + * Deprecated:2.32: There aren't many things you can do with a #GThread, + * except comparing it with one that was returned from g_thread_create(). + * There are better ways to find out if your thread is still alive. */ void g_thread_foreach (GFunc thread_func,