Documentation and coding style fixups

Lots of pedanic changes.
This commit is contained in:
Matthias Clasen
2009-05-27 18:20:08 -04:00
parent eecbbb0a20
commit 06144900ec
38 changed files with 954 additions and 761 deletions

View File

@@ -38,7 +38,7 @@ G_BEGIN_DECLS
* GSocketConnectable:
*
* Interface for objects that contain or generate #GSocketAddress<!-- -->es.
**/
*/
typedef struct _GSocketConnectableIface GSocketConnectableIface;
/**
@@ -47,7 +47,7 @@ typedef struct _GSocketConnectableIface GSocketConnectableIface;
* @enumerate: Creates a #GSocketAddressEnumerator
*
* Provides an interface for returning a #GSocketAddressEnumerator
**/
*/
struct _GSocketConnectableIface
{
GTypeInterface g_iface;