Skip to content
Snippets Groups Projects
Commit cbdfb1a3 authored by Dan Egnor's avatar Dan Egnor
Browse files

tweaks

parent 5bade0a1
Branches
No related tags found
No related merge requests found
......@@ -97,9 +97,9 @@ For more about liboop, see the <a href="how">documentation</a>.
callbacks on file descriptors and all that good stuff?</em>
<dd>Because not everyone might want to be tied to that widget set. In
particular, the developer of a general-purpose I/O library would want to
allow everyone to use it, without limiting what widget set they use (if
they use any at all!). Liboop lets them write to a standard interface,
which can in turn be implemented on top of most widget sets.<p>
allow everyone to use it, without requiring a particular widget set.
Liboop lets the library developer write to a standard interface,
which can then be used with most widget sets and other event loops.<p>
<a name="glib"></a>
<dt><em>Doesn't GLib's <a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment