gtk: Use const instead G_CONST_RETURN

This commit is contained in:
Javier Jardón
2011-06-06 19:13:44 +01:00
parent a8f5a8b919
commit bf0d8402f5
87 changed files with 219 additions and 221 deletions

View File

@ -578,7 +578,7 @@ gtk_widget_path_iter_set_object_type (GtkWidgetPath *path,
*
* Returns: The widget name, or %NULL if none was set.
**/
G_CONST_RETURN gchar *
const gchar *
gtk_widget_path_iter_get_name (const GtkWidgetPath *path,
gint pos)
{