summaryrefslogtreecommitdiff
path: root/man/glib-event-glue.c
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
| | | | | | | | Fixes #9320. for p in Shapovalov Chevalier Rozhkov Sievers Mack Herrmann Schmidt Rudenberg Sahani Landden Andersen Watanabe; do git grep -e 'Copyright.*'$p -l|xargs perl -i -0pe 's|/([*][*])?[*]\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\s*[*]([*][*])?/\n*|\n|gms; s|\s+([*#]\s+)?Copyright[^\n]*'$p'[^\n]*\n*|\n|gms' done
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
| | | | | | Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
* man: add missing headers to glib-event-glue.cZbigniew Jędrzejewski-Szmek2018-03-241-0/+2
|
* man: drop license header in glib-event-glue.cZbigniew Jędrzejewski-Szmek2018-03-241-43/+20
| | | | | | We're moving towards just SPDX license identifiers, and the boilerplate is especially annoying in a man page. Also adjust to the smaller indentation to make the code fit better on a page.
* Add SPDX license identifiers to man pagesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* man: glib-event-glue.c - remove unnecessary includesTom Gundersen2014-11-031-2/+0
| | | | This is just an example, so no error-handling is done here anyway.
* glib-event-glue: remove some unnecessary linesTom Gundersen2014-10-031-4/+0
| | | | Not needed in an example. Should still shorten the license, but should make sure it is still complete so people can copy-paste without problems.
* man: add sample glib/sd-event integrationTom Gundersen2014-08-271-0/+74
This should be moved to man pages, but for now the C code is included directly. Suggested by Zbyszek.