X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fchimara-glk.c;h=63849189a1788347e3427795e4e5b140599a869c;hp=dbd89c2cd5c21567f61e652030f10e83409cd7bc;hb=7ef4ef1fecab7ae0f724e59f7de1315a96822152;hpb=ae1a5770d142aa0900f1a4d4c7e7732a38aaafa9 diff --git a/libchimara/chimara-glk.c b/libchimara/chimara-glk.c index dbd89c2..6384918 100644 --- a/libchimara/chimara-glk.c +++ b/libchimara/chimara-glk.c @@ -862,6 +862,9 @@ chimara_glk_get_protect(ChimaraGlk *glk) * @glk: a #ChimaraGlk widget * * Resets the styles for text buffer and text grid windows to their defaults. + * + * This function is not implemented yet. + * */ void chimara_glk_set_css_to_default(ChimaraGlk *glk) @@ -920,10 +923,10 @@ chimara_glk_set_css_from_file(ChimaraGlk *glk, const gchar *filename, GError **e * @glk: a #ChimaraGlk widget * @filename: a string containing CSS code * - * Sets the styles for text buffer and text grid windows according to @css. Note - * that the styles are set cumulatively on top of whatever the styles are at the - * time this function is called; to reset the styles to their defaults, use - * chimara_glk_set_css_to_default(). + * Sets the styles for text buffer and text grid windows according to the CSS + * code @css. Note that the styles are set cumulatively on top of whatever the + * styles are at the time this function is called; to reset the styles to their + * defaults, use chimara_glk_set_css_to_default(). */ void chimara_glk_set_css_from_string(ChimaraGlk *glk, const gchar *css)