X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fdoc.c;h=4b0a273f1a5567f583c047ade0d80f12b4e14400;hb=1ad4eb4c0cf0542a29c86ddb07a07d386bc30ac1;hp=219992cf22264f6633ec8aecaf8540bf84ff667b;hpb=cae962752aef9b5edd99c7353842d18807d38fa9;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/doc.c b/libchimara/doc.c index 219992c..4b0a273 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. @@ -2531,6 +2532,12 @@ * When calling glk_window_open() with this @method, it specifies that there * should be a visible window border between the new window and its sibling. * (This is a hint to the library.) + * + * Chimara + * There will only be a visible border if the #ChimaraGlk:spacing property + * is nonzero. Setting #ChimaraGlk:spacing to zero disables all borders on Glk + * windows. + * */ /**