From: P. F. Chimento Date: Tue, 19 Apr 2011 16:32:08 +0000 (+0200) Subject: Move the gestalt_DateTime selector documentation X-Git-Tag: v0.9~103 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=1da624560b8147d9aed81598173b869d38153f22 Move the gestalt_DateTime selector documentation All the gestalt selectors should be documented in the same chapter. --- diff --git a/docs/reference/chimara-sections.txt b/docs/reference/chimara-sections.txt index 81290f4..5f6e31e 100644 --- a/docs/reference/chimara-sections.txt +++ b/docs/reference/chimara-sections.txt @@ -137,6 +137,7 @@ gestalt_Hyperlinks gestalt_HyperlinkInput gestalt_SoundMusic gestalt_GraphicsTransparency +gestalt_DateTime
@@ -564,7 +565,6 @@ glk_date_to_simple_time_local
glk-clock-testing Testing for Clock Capabilities -gestalt_DateTime GLK_MODULE_DATETIME
diff --git a/libchimara/doc.c b/libchimara/doc.c index 219992c..1d99af1 100644 --- a/libchimara/doc.c +++ b/libchimara/doc.c @@ -1103,8 +1103,8 @@ * SECTION:glk-clock-testing * @short_description: Checking whether the library supports the clock functions * - * Before calling Glk date and time functions, you should use the following - * gestalt selector. + * Before calling Glk date and time functions, you should use the + * %gestalt_DateTime selector. */ /** @@ -1772,7 +1772,8 @@ * ]| * * This returns 1 if the overall suite of system clock functions, as described - * in this chapter, is available. + * in this chapter, is + * available. * * If this selector returns 0, you should not try to call these functions. They * may have no effect, or they may cause a run-time error.