summaryrefslogtreecommitdiff
path: root/gio/gfiledescriptorbased.c
AgeCommit message (Collapse)AuthorFilesLines
2014-02-09Docs: Drop entities, switch away from sgml modeMatthias Clasen1-1/+1
Since all element markup is now gone from the doc comments, we can turn off the gtk-doc sgml mode, which means that from now on, docbook markup is no longer allowed in doc comments. To make this possible, we have to replace all remaining entities in doc comments by their replacement text, & -> & and so on.
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-1/+1
2014-02-05Don't use <filename> in docsMatthias Clasen1-3/+3
Switch to simpler markdown, `foo`.
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-5/+0
2010-05-08Doc improvementsMatthias Clasen1-1/+5
Make sure all unix-specific apis are marked as such.
2010-02-21Fix up GFileDescriptorBased docsMatthias Clasen1-2/+2
2010-02-21Fix up make checkMatthias Clasen1-0/+2
2010-02-15GFileDescriptorBased: New interfaceChristian Kellner1-0/+72
New interface for file descriptor based io object. The interface is only exported on unix based systems. See bug 604086.