* mark mu_msg_str_summarize with G_GNUC_WARN_UNUSED_RESULT
This commit is contained in:
@ -101,6 +101,7 @@ const char* mu_msg_str_prio (MuMsgPrio prio) G_GNUC_CONST;
|
|||||||
*
|
*
|
||||||
* @return a newly allocated string with the summary. use g_free to free it.
|
* @return a newly allocated string with the summary. use g_free to free it.
|
||||||
*/
|
*/
|
||||||
char* mu_msg_str_summarize (const char* str, size_t max_lines);
|
char* mu_msg_str_summarize (const char* str,
|
||||||
|
size_t max_lines) G_GNUC_WARN_UNUSED_RESULT;
|
||||||
|
|
||||||
#endif /*__MU_MSG_STR_H__*/
|
#endif /*__MU_MSG_STR_H__*/
|
||||||
|
|||||||
Reference in New Issue
Block a user