Home | History | Annotate | Download | only in glib

Lines Matching full:translate_notify

84   GDestroyNotify   translate_notify;
111 GDestroyNotify translate_notify;
258 if (context->translate_notify)
259 (* context->translate_notify) (context->translate_data);
1933 if (group->translate_notify)
1934 (* group->translate_notify) (group->translate_data);
2055 if (group->translate_notify)
2056 group->translate_notify (group->translate_data);
2060 group->translate_notify = destroy_notify;
2121 if (context->translate_notify)
2122 context->translate_notify (context->translate_data);
2126 context->translate_notify = destroy_notify;