G_CONST_RETURN -> const.

This commit is contained in:
Daiki Ueno
2012-04-23 17:09:48 +09:00
parent 4a346211b8
commit 7050fa41a0
4 changed files with 41 additions and 41 deletions

View File

@ -311,7 +311,7 @@ eek_element_set_name (EekElement *element,
* Get the name of @element.
* Returns: the name of @element or NULL when the name is not set
*/
G_CONST_RETURN gchar *
const gchar *
eek_element_get_name (EekElement *element)
{
g_return_val_if_fail (EEK_IS_ELEMENT(element), NULL);