mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 02:17:51 +02:00
Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),
2004-11-08 Matthias Clasen <mclasen@redhat.com> * glib/gasyncqueue.[hc]: * glib/ghook.[hc]: * glib/gmain.[hc]: * glib/giochannel.[hc]: Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(), g_async_queue_ref() return the passed in pointer. (#151663, Manish Singh)
This commit is contained in:
committed by
Matthias Clasen
parent
0631238743
commit
c83e52605f
@@ -1,3 +1,8 @@
|
||||
2004-11-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/hooks.sgml:
|
||||
* glib/tmpl/iochannels.sgml: Updates
|
||||
|
||||
2004-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/tmpl/windows.sgml: Improve G_WIN32_HAVE_WIDECHAR_API
|
||||
|
@@ -417,7 +417,7 @@ Increments the reference count for a #GHook.
|
||||
|
||||
@hook_list: a #GHookList.
|
||||
@hook: the #GHook to increment the reference count of.
|
||||
|
||||
@returns: the @hook that was passed in (since 2.6)
|
||||
|
||||
<!-- ##### FUNCTION g_hook_unref ##### -->
|
||||
<para>
|
||||
|
@@ -301,7 +301,7 @@ Increments the reference count of a #GIOChannel.
|
||||
</para>
|
||||
|
||||
@channel: a #GIOChannel.
|
||||
|
||||
@Returns: the @channel that was passed in (since 2.6)
|
||||
|
||||
<!-- ##### FUNCTION g_io_channel_unref ##### -->
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user