diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2016-07-26 16:00:47 -0300 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2016-07-27 16:30:31 -0300 |
commit | 7543cd8ce419a4d660f0ff7614f0c6e1cac81804 (patch) | |
tree | 1656703f9fb32f1cc69d8148986589e7de9e4cea /gtk/gtkshortcutsshortcut.c | |
parent | 8e6a68c5fc1d203cdc6a3e2dbf177ce8ef6892ec (diff) | |
download | gtk+-7543cd8ce419a4d660f0ff7614f0c6e1cac81804.tar.gz |
shortcut-label: make it public
GtkShortcutLabel is a widget that displays a single
shortcut accelerator or gesture in the user interface,
and is currently used by the shortcuts window.
This widget, however, has public value as other applications
also may want to expose their own shortcuts. For instance,
it'll be useful for the Keyboard panel on Control Center and
the new shortcut editor in Pitivi, among others.
This patch exposes GtkShortcutLabel as a public widget,
and adds the necessary documentation.
https://bugzilla.gnome.org/show_bug.cgi?id=769205
Diffstat (limited to 'gtk/gtkshortcutsshortcut.c')
-rw-r--r-- | gtk/gtkshortcutsshortcut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcutsshortcut.c b/gtk/gtkshortcutsshortcut.c index 01df8b9aff..ca06eabcfc 100644 --- a/gtk/gtkshortcutsshortcut.c +++ b/gtk/gtkshortcutsshortcut.c @@ -20,7 +20,7 @@ #include "gtkshortcutsshortcut.h" -#include "gtkshortcutlabelprivate.h" +#include "gtkshortcutlabel.h" #include "gtkshortcutswindowprivate.h" #include "gtkprivate.h" #include "gtkintl.h" |