Top | ![]() |
![]() |
![]() |
![]() |
ENameWestern * | e_name_western_parse () |
void | e_name_western_free () |
ENameWestern * | e_name_western_copy () |
ENameWestern *
e_name_western_parse (const gchar *full_name
);
Parses full_name
and returns an ENameWestern struct filled with
the component parts of the name.
void
e_name_western_free (ENameWestern *w
);
Frees the w
struct and its contents.
ENameWestern *
e_name_western_copy (ENameWestern *w
);
Creates a copy of w
.
Since: 3.24