This commit is contained in:
Matthias Clasen
2006-02-24 17:17:35 +00:00
parent da3fc6eed8
commit 2f4f39095f
89 changed files with 492 additions and 390 deletions

View File

@@ -1,3 +1,7 @@
2006-02-24 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.0 ===
2006-02-22 Stefan Kost <ensonic@users.sf.net>
* gobject/tmpl/gtype.sgml:

View File

@@ -106,6 +106,18 @@ assumes that it is the file descriptor you mean.
@Returns: a new #GIOChannel.
<!-- ##### FUNCTION g_io_channel_unix_get_fd ##### -->
<para>
Returns the file descriptor of the #GIOChannel.
</para>
<para>
On Windows this function returns the file descriptor or socket of the #GIOChannel.
</para>
@channel: a #GIOChannel, created with g_io_channel_unix_new().
@Returns: the file descriptor of the #GIOChannel.
<!-- ##### FUNCTION g_io_channel_win32_new_fd ##### -->
<para>
Creates a new #GIOChannel given a file descriptor on Windows. This works for
@@ -153,8 +165,10 @@ socket in non-blocking mode. This is a side-effect of the
implementation and unavoidable.
</para>
@fd: a Winsock socket.
@socket:
@Returns: a new #GIOChannel.
<!-- # Unused Parameters # -->
@fd: a Winsock socket.
<!-- ##### FUNCTION g_io_channel_win32_new_messages ##### -->
@@ -170,18 +184,6 @@ Windows messages for the window in question.
@Returns: a new #GIOChannel.
<!-- ##### FUNCTION g_io_channel_unix_get_fd ##### -->
<para>
Returns the file descriptor of the #GIOChannel.
</para>
<para>
On Windows this function returns the file descriptor or socket of the #GIOChannel.
</para>
@channel: a #GIOChannel, created with g_io_channel_unix_new().
@Returns: the file descriptor of the #GIOChannel.
<!-- ##### FUNCTION g_io_channel_init ##### -->
<para>
Initializes a #GIOChannel struct. This is called by each of the above functions

View File

@@ -127,6 +127,8 @@ A convenience function/macro to log a normal message.
@...:
@...:
@...:
@@ -148,6 +150,8 @@ A convenience function/macro to log a warning message.
@...:
@...:
@...:
@@ -173,6 +177,8 @@ example.
@...:
@...:
@...:
@@ -199,6 +205,8 @@ assertion failure.
@...:
@...:
@...:
@@ -217,6 +225,8 @@ A convenience function/macro to log a debug message.
@...:
@...:
@...:
@Since: 2.6
@...:

View File

@@ -240,6 +240,9 @@ A structure that provides information to the type system which is
used specifically for managing interface types.
</para>
@interface_init:
@interface_finalize:
@interface_data:
<!-- ##### STRUCT GTypeValueTable ##### -->
<para>