mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Fix malformed GTK-Doc comment blocks: invalid parameters and tags.
Found these thanks to the improved gobject-introspection GTK-Doc comment block/annotation parser. See https://bugzilla.gnome.org/show_bug.cgi?id=672254 https://bugzilla.gnome.org/show_bug.cgi?id=673385
This commit is contained in:
parent
fefe5d9a20
commit
0183c1f8a1
@ -81,7 +81,7 @@ g_remote_action_group_default_init (GRemoteActionGroupInterface *iface)
|
||||
* g_remote_action_group_activate_action_full:
|
||||
* @remote: a #GDBusActionGroup
|
||||
* @action_name: the name of the action to activate
|
||||
* @parameter: (allow none): the optional parameter to the activation
|
||||
* @parameter: (allow-none): the optional parameter to the activation
|
||||
* @platform_data: the platform data to send
|
||||
*
|
||||
* Activates the remote action.
|
||||
|
@ -176,7 +176,7 @@ g_async_queue_ref (GAsyncQueue *queue)
|
||||
*
|
||||
* Increases the reference count of the asynchronous @queue by 1.
|
||||
*
|
||||
* @Deprecated: Since 2.8, reference counting is done atomically
|
||||
* Deprecated: 2.8: Reference counting is done atomically.
|
||||
* so g_async_queue_ref() can be used regardless of the @queue's
|
||||
* lock.
|
||||
*/
|
||||
@ -197,7 +197,7 @@ g_async_queue_ref_unlocked (GAsyncQueue *queue)
|
||||
* the @queue's lock. If the reference count went to 0, the @queue
|
||||
* will be destroyed and the memory allocated will be freed.
|
||||
*
|
||||
* @Deprecated: Since 2.8, reference counting is done atomically
|
||||
* Deprecated: 2.8: Reference counting is done atomically.
|
||||
* so g_async_queue_unref() can be used regardless of the @queue's
|
||||
* lock.
|
||||
*/
|
||||
|
@ -659,7 +659,6 @@ profile_print_locked (guint *local_data,
|
||||
|
||||
/**
|
||||
* g_mem_profile:
|
||||
* @void:
|
||||
*
|
||||
* Outputs a summary of memory usage.
|
||||
*
|
||||
|
@ -4058,7 +4058,7 @@ g_type_check_class_cast (GTypeClass *type_class,
|
||||
* Private helper function to aid implementation of the G_TYPE_CHECK_INSTANCE()
|
||||
* macro.
|
||||
*
|
||||
* @Returns: #TRUE if @instance is valid, #FALSE otherwise.
|
||||
* Returns: %TRUE if @instance is valid, %FALSE otherwise.
|
||||
*/
|
||||
gboolean
|
||||
g_type_check_instance (GTypeInstance *type_instance)
|
||||
|
Loading…
Reference in New Issue
Block a user