gdk: Use const instead G_CONST_RETURN

This commit is contained in:
Javier Jardón
2011-06-06 19:05:18 +01:00
parent 7a328b377c
commit 7c688cb8a6
14 changed files with 19 additions and 19 deletions

View File

@ -236,7 +236,7 @@ struct _GdkWin32DisplayClass
G_DEFINE_TYPE (GdkWin32Display, gdk_win32_display, GDK_TYPE_DISPLAY)
static G_CONST_RETURN gchar *
static const gchar *
gdk_win32_display_get_name (GdkDisplay *display)
{
HDESK hdesk = GetThreadDesktop (GetCurrentThreadId ());