mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
remove trailing whitespace from newly added gtk-doc comments and
2008-06-22 Michael Natterer <mitch@imendio.com> * *.c: remove trailing whitespace from newly added gtk-doc comments and reformatted some where they contained overly long or ill-formatted lines. svn path=/trunk/; revision=7090
This commit is contained in:
committed by
Michael Natterer
parent
5602b7e275
commit
6347be5fb6
@@ -25,8 +25,11 @@
|
||||
|
||||
/**
|
||||
* SECTION:gtypeplugin
|
||||
*
|
||||
* @Short_description: An interface for dynamically loadable types
|
||||
*
|
||||
* @See_also:#GTypeModule and g_type_register_dynamic().
|
||||
*
|
||||
* @Titile: GTypePlugin
|
||||
*
|
||||
* The GObject type system supports dynamic loading of types. The
|
||||
@@ -111,10 +114,10 @@ g_type_plugin_get_type (void)
|
||||
/**
|
||||
* g_type_plugin_use:
|
||||
* @plugin: a #GTypePlugin
|
||||
*
|
||||
* Calls the @use_plugin function from the #GTypePluginClass of @plugin.
|
||||
* There should be no need to use this function outside of the GObject
|
||||
* type system itself.
|
||||
*
|
||||
* Calls the @use_plugin function from the #GTypePluginClass of
|
||||
* @plugin. There should be no need to use this function outside of
|
||||
* the GObject type system itself.
|
||||
*/
|
||||
void
|
||||
g_type_plugin_use (GTypePlugin *plugin)
|
||||
@@ -130,10 +133,10 @@ g_type_plugin_use (GTypePlugin *plugin)
|
||||
/**
|
||||
* g_type_plugin_unuse:
|
||||
* @plugin: a #GTypePlugin
|
||||
*
|
||||
* Calls the @unuse_plugin function from the #GTypePluginClass of @plugin.
|
||||
* There should be no need to use this function outside of the GObject
|
||||
* type system itself.
|
||||
*
|
||||
* Calls the @unuse_plugin function from the #GTypePluginClass of
|
||||
* @plugin. There should be no need to use this function outside of
|
||||
* the GObject type system itself.
|
||||
*/
|
||||
void
|
||||
g_type_plugin_unuse (GTypePlugin *plugin)
|
||||
@@ -183,10 +186,10 @@ g_type_plugin_complete_type_info (GTypePlugin *plugin,
|
||||
* is added
|
||||
* @interface_type: the #GType of the interface whose info is completed
|
||||
* @info: the #GInterfaceInfo to fill in
|
||||
*
|
||||
* Calls the @complete_interface_info function from the #GTypePluginClass
|
||||
* of @plugin. There should be no need to use this function outside of the
|
||||
* GObject type system itself.
|
||||
*
|
||||
* Calls the @complete_interface_info function from the
|
||||
* #GTypePluginClass of @plugin. There should be no need to use this
|
||||
* function outside of the GObject type system itself.
|
||||
*/
|
||||
void
|
||||
g_type_plugin_complete_interface_info (GTypePlugin *plugin,
|
||||
|
Reference in New Issue
Block a user