keyboard: Turn gchar** into GStrv and use g_auto

This commit is contained in:
Georges Basile Stavracas Neto 2018-03-16 14:18:45 -03:00
parent 4496b60c73
commit ee66dc5f3f
3 changed files with 3 additions and 4 deletions

View file

@ -71,7 +71,7 @@ wm_common_get_current_window_manager (void)
return g_strdup (WM_COMMON_UNKNOWN);
}
char**
GStrv
wm_common_get_current_keybindings (void)
{
Atom keybindings_atom = XInternAtom (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), "_GNOME_WM_KEYBINDINGS", False);