mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Remove reference in the docs to @notify parameter. (#87768, Manuel Clos)
Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com> * glib/gmain.c (g_timeout_add): Remove reference in the docs to @notify parameter. (#87768, Manuel Clos)
This commit is contained in:
parent
0f6d709867
commit
1d3b965d07
@ -1,3 +1,9 @@
|
||||
Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_timeout_add): Remove reference
|
||||
in the docs to @notify parameter. (#87768,
|
||||
Manuel Clos)
|
||||
|
||||
Thu Jul 25 17:57:07 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_iconv_open): Document the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_timeout_add): Remove reference
|
||||
in the docs to @notify parameter. (#87768,
|
||||
Manuel Clos)
|
||||
|
||||
Thu Jul 25 17:57:07 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_iconv_open): Document the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_timeout_add): Remove reference
|
||||
in the docs to @notify parameter. (#87768,
|
||||
Manuel Clos)
|
||||
|
||||
Thu Jul 25 17:57:07 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_iconv_open): Document the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_timeout_add): Remove reference
|
||||
in the docs to @notify parameter. (#87768,
|
||||
Manuel Clos)
|
||||
|
||||
Thu Jul 25 17:57:07 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_iconv_open): Document the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_timeout_add): Remove reference
|
||||
in the docs to @notify parameter. (#87768,
|
||||
Manuel Clos)
|
||||
|
||||
Thu Jul 25 17:57:07 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_iconv_open): Document the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_timeout_add): Remove reference
|
||||
in the docs to @notify parameter. (#87768,
|
||||
Manuel Clos)
|
||||
|
||||
Thu Jul 25 17:57:07 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_iconv_open): Document the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmain.c (g_timeout_add): Remove reference
|
||||
in the docs to @notify parameter. (#87768,
|
||||
Manuel Clos)
|
||||
|
||||
Thu Jul 25 17:57:07 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_iconv_open): Document the
|
||||
|
@ -3076,8 +3076,7 @@ g_timeout_add_full (gint priority,
|
||||
* Sets a function to be called at regular intervals, with the default
|
||||
* priority, #G_PRIORITY_DEFAULT. The function is called repeatedly
|
||||
* until it returns %FALSE, at which point the timeout is automatically
|
||||
* destroyed and the function will not be called again. The @notify
|
||||
* function is called when the timeout is destroyed. The first call
|
||||
* destroyed and the function will not be called again. The first call
|
||||
* to the function will be at the end of the first @interval.
|
||||
*
|
||||
* Note that timeout functions may be delayed, due to the processing of other
|
||||
|
Loading…
Reference in New Issue
Block a user