diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:07:20 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | e1e4622ddcd57265e73cb73fbacbf6b6678023e4 (patch) | |
tree | 4b2b1b499732de9e651872c9cae6f37ae2a9cacc /libraries/gtkhotkey | |
parent | 9bb94770de49999aa2b4feaf6afc03a1756d6e63 (diff) | |
download | slackbuilds-e1e4622ddcd57265e73cb73fbacbf6b6678023e4.tar.gz |
libraries/gtkhotkey: Fix README.
Diffstat (limited to 'libraries/gtkhotkey')
-rw-r--r-- | libraries/gtkhotkey/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libraries/gtkhotkey/README b/libraries/gtkhotkey/README index da0f769c00..9c244f6663 100644 --- a/libraries/gtkhotkey/README +++ b/libraries/gtkhotkey/README @@ -2,11 +2,11 @@ gtkhotkey (hotkey handling for Gtk+ applications) GtkHotkey Library - Cross Platform Library For Using Desktop Wide Hotkeys. -The idea of the library is to keep it as simple as possible, while sticking -to an object oriented design, without falling back to C-isms (read: '#ifdefs') -where it would otherwise be tempting. +The idea of the library is to keep it as simple as possible, while +sticking to an object oriented design, without falling back to C-isms +(read: '#ifdefs') where it would otherwise be tempting. -It can be argued that the code base is too small to be put in a separate library. -However the functionality is very well defined and would probably appear -oddly placed in some bigger helper library for GTk+ apps, where it would likely -live in a hodge podge of unrelated functionality. +It can be argued that the code base is too small to be put in a separate +library. However the functionality is very well defined and would +probably appear oddly placed in some bigger helper library for GTk+ apps, +where it would likely live in a hodge podge of unrelated functionality. |