This commit is contained in:
djcb 2012-06-13 08:11:32 +03:00
parent cc125b4218
commit 664ebce107
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ G_BEGIN_DECLS
* *
* @return a newly allocated string with a display contact * @return a newly allocated string with a display contact
*/ */
const char* mu_str_display_contact_s (const char *str); const char* mu_str_display_contact_s (const char *str) G_GNUC_CONST;
char *mu_str_display_contact (const char *str); char *mu_str_display_contact (const char *str) G_GNUC_WARN_UNUSED_RESULT;
/** /**