keyboard: Turn gchar** into GStrv and use g_auto
This commit is contained in:
parent
4496b60c73
commit
ee66dc5f3f
3 changed files with 3 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue