From eb17b20bd219932efd27317a2998bcf6416d56a1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Oct 2001 23:56:30 +0000 Subject: [PATCH] Fix documentation. Document g_log_domain_glib, gunichar, gunichar2, * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml: Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType, GUnicodeBreakType. --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ docs/reference/ChangeLog | 6 ++++++ docs/reference/glib/tmpl/main.sgml | 6 ++---- docs/reference/glib/tmpl/messages.sgml | 2 +- docs/reference/glib/tmpl/unicode.sgml | 12 ++++++++---- gobject/gsourceclosure.c | 6 +++--- 13 files changed, 52 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5413138..1bc6d80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Matthias Clasen + + * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. + 2001-10-30 Tor Lillqvist * glib-zip.in: New file, used to build distribution packages for diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5413138..1bc6d80 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2001-10-31 Matthias Clasen + + * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. + 2001-10-30 Tor Lillqvist * glib-zip.in: New file, used to build distribution packages for diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5413138..1bc6d80 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2001-10-31 Matthias Clasen + + * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. + 2001-10-30 Tor Lillqvist * glib-zip.in: New file, used to build distribution packages for diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5413138..1bc6d80 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2001-10-31 Matthias Clasen + + * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. + 2001-10-30 Tor Lillqvist * glib-zip.in: New file, used to build distribution packages for diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5413138..1bc6d80 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2001-10-31 Matthias Clasen + + * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. + 2001-10-30 Tor Lillqvist * glib-zip.in: New file, used to build distribution packages for diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5413138..1bc6d80 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2001-10-31 Matthias Clasen + + * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. + 2001-10-30 Tor Lillqvist * glib-zip.in: New file, used to build distribution packages for diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5413138..1bc6d80 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2001-10-31 Matthias Clasen + + * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. + 2001-10-30 Tor Lillqvist * glib-zip.in: New file, used to build distribution packages for diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5413138..1bc6d80 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2001-10-31 Matthias Clasen + + * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. + 2001-10-30 Tor Lillqvist * glib-zip.in: New file, used to build distribution packages for diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f47f509..99410ca 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2001-10-31 Matthias Clasen + + * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml: + Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType, + GUnicodeBreakType. + Fri Oct 26 11:42:50 2001 Owen Taylor * */Makefile.am: Remove $(srcdir)/html before building diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml index d70a1be..19817ce 100644 --- a/docs/reference/glib/tmpl/main.sgml +++ b/docs/reference/glib/tmpl/main.sgml @@ -371,8 +371,6 @@ g_main_context_pending(). @funcs: @user_data: @Returns: - -@source_data: @@ -669,9 +667,9 @@ whatever additional parameters are needed for this type of event source. -destroy +finalize -Called when the source is destroyed. +Called when the source is finalized. diff --git a/docs/reference/glib/tmpl/messages.sgml b/docs/reference/glib/tmpl/messages.sgml index bdafb4b..9e38cc4 100644 --- a/docs/reference/glib/tmpl/messages.sgml +++ b/docs/reference/glib/tmpl/messages.sgml @@ -40,7 +40,7 @@ INCLUDES = \ - +The log domain used for messages logged by GLib itself. diff --git a/docs/reference/glib/tmpl/unicode.sgml b/docs/reference/glib/tmpl/unicode.sgml index 6048a3b..3c6287e 100644 --- a/docs/reference/glib/tmpl/unicode.sgml +++ b/docs/reference/glib/tmpl/unicode.sgml @@ -16,13 +16,13 @@ Unicode Manipulation - +A type which can hold any UCS-4 character code. - +A type which can hold any UTF-16 character code. @@ -217,7 +217,9 @@ Unicode Manipulation - +These are the possible character classifications. +See http://www.unicode.org/Public/UNIDATA/UnicodeData.html. @G_UNICODE_CONTROL: @@ -262,7 +264,9 @@ Unicode Manipulation - +These are the possible line break classifications. +See http://www.unicode.org/unicode/reports/tr14/. @G_UNICODE_BREAK_MANDATORY: diff --git a/gobject/gsourceclosure.c b/gobject/gsourceclosure.c index 744b91c..ff8e12d 100644 --- a/gobject/gsourceclosure.c +++ b/gobject/gsourceclosure.c @@ -155,14 +155,14 @@ static GSourceCallbackFuncs closure_callback_funcs = { }; /** - * g_source_set_callback: + * g_source_set_closure: * @source: the source * @func: a #GClosure * * Set the callback for a source as a #GClosure. * - * If the source is not one of the standard GLib types, the closure_callback - * and closure_marshal fields of the GSourceFuncs structure must have been + * If the source is not one of the standard GLib types, the @closure_callback + * and @closure_marshal fields of the GSourceFuncs structure must have been * filled in with pointers to appropriate functions. **/ void -- 2.7.4