* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2011-05-01 15:01:03 +03:00
parent f02cdf1f00
commit 41ae585955
2 changed files with 3 additions and 2 deletions

View File

@ -292,7 +292,7 @@ MuMsgPrio mu_msg_get_prio (MuMsg *msg);
time_t mu_msg_get_timestamp (MuMsg *msg);
/**
/**
* get a list of message ids this message refers to -- this is based
* on the References: and In-reply-to: headers.
*
@ -304,7 +304,7 @@ time_t mu_msg_get_timestamp (MuMsg *msg);
const GSList *mu_msg_get_references (MuMsg *msg);
/**
/**
* get the list of references as a comma-separated string
*
* @param msg a valid MuMsg

View File

@ -303,6 +303,7 @@ gchar* mu_str_guess_first_name (const char* name)
gchar* mu_str_guess_last_name (const char* name)
G_GNUC_WARN_UNUSED_RESULT;
G_END_DECLS
#endif /*__MU_STR_H__*/