On 3 April 2013 23:17, Richard W.M. Jones <rjo...@redhat.com> wrote: > +/* > + * Get the login name of the current user. The string must be freed > + * up by the caller. If the current user could not be determined, > + * returns NULL and sets errno. > + */
Any reason we can't just use g_get_user_name() ? -- PMM