doc: various improvements

- GSubprocessLauncher exists since 2.40, not 2.36
- more logical order for g_markup functions
- fix short description of GMarkup
- GMarkupParser: specify that some parameters are NULL-terminated.
- g_string_new (NULL); is possible.
- other trivial fixes.

https://bugzilla.gnome.org/show_bug.cgi?id=728983
This commit is contained in:
Sébastien Wilmet
2014-04-21 14:50:53 +02:00
parent 7c205ae90d
commit 430e6fd6ad
6 changed files with 11 additions and 8 deletions

View File

@@ -526,7 +526,7 @@ typedef struct _GSubprocess GSubprocess;
*
* Options for launching a child process.
*
* Since: 2.36
* Since: 2.40
*/
typedef struct _GSubprocessLauncher GSubprocessLauncher;