mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix up section comments
svn path=/trunk/; revision=7137
This commit is contained in:
@@ -32,13 +32,10 @@
|
||||
|
||||
/**
|
||||
* SECTION:gboxed
|
||||
*
|
||||
* @Short_description: A mechanism to wrap opaque C structures registered
|
||||
* by the type system
|
||||
*
|
||||
* @See_also: #GParamSpecBoxed, g_param_spec_boxed()
|
||||
*
|
||||
* @Title: Boxed Types
|
||||
* @short_description: A mechanism to wrap opaque C structures registered
|
||||
* by the type system
|
||||
* @see_also: #GParamSpecBoxed, g_param_spec_boxed()
|
||||
* @title: Boxed Types
|
||||
*
|
||||
* GBoxed is a generic wrapper mechanism for arbitrary C structures. The only
|
||||
* thing the type system needs to know about the structures is how to copy and
|
||||
|
Reference in New Issue
Block a user