mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Docs: don't use the warning tag
More markup removal
This commit is contained in:
@@ -65,17 +65,16 @@ g_dbus_interface_get_info (GDBusInterface *interface_)
|
||||
|
||||
/**
|
||||
* g_dbus_interface_get_object: (skip)
|
||||
* @interface_: An exported D-Bus interface.
|
||||
* @interface_: An exported D-Bus interface
|
||||
*
|
||||
* Gets the #GDBusObject that @interface_ belongs to, if any.
|
||||
*
|
||||
* <warning>It is not safe to use the returned object if @interface_
|
||||
* or the returned object is being used from other threads. See
|
||||
* g_dbus_interface_dup_object() for a thread-safe
|
||||
* alternative.</warning>
|
||||
* It is not safe to use the returned object if @interface_ or
|
||||
* the returned object is being used from other threads. See
|
||||
* g_dbus_interface_dup_object() for a thread-safe alternative.
|
||||
*
|
||||
* Returns: (transfer none): A #GDBusObject or %NULL. The returned
|
||||
* reference belongs to @interface_ and should not be freed.
|
||||
* reference belongs to @interface_ and should not be freed.
|
||||
*
|
||||
* Since: 2.30
|
||||
*/
|
||||
|
@@ -7319,10 +7319,10 @@ replace_contents_open_callback (GObject *obj,
|
||||
* If @make_backup is %TRUE, this function will attempt to
|
||||
* make a backup of @file.
|
||||
*
|
||||
* <warning><para>No copy of @content will be made, so it must stay valid until
|
||||
* @callback is called. See g_file_replace_contents_bytes_async() for a #GBytes
|
||||
* version that will automatically hold a reference to the contents (without
|
||||
* copying) for the duration of the call.</para></warning>
|
||||
* Note that no copy of @content will be made, so it must stay valid
|
||||
* until @callback is called. See g_file_replace_contents_bytes_async()
|
||||
* for a #GBytes version that will automatically hold a reference to the
|
||||
* contents (without copying) for the duration of the call.
|
||||
*/
|
||||
void
|
||||
g_file_replace_contents_async (GFile *file,
|
||||
|
@@ -786,11 +786,11 @@ async_ready_write_callback_wrapper (GObject *source_object,
|
||||
* For the synchronous, blocking version of this function, see
|
||||
* g_output_stream_write().
|
||||
*
|
||||
* <warning><para>No copy of @buffer will be made, so it must stay valid until
|
||||
* @callback is called. See g_output_stream_write_bytes_async() for a #GBytes
|
||||
* version that will automatically hold a reference to the contents (without
|
||||
* copying) for the duration of the call.</para></warning>
|
||||
**/
|
||||
* Note that no copy of @buffer will be made, so it must stay valid
|
||||
* until @callback is called. See g_output_stream_write_bytes_async()
|
||||
* for a #GBytes version that will automatically hold a reference to
|
||||
* the contents (without copying) for the duration of the call.
|
||||
*/
|
||||
void
|
||||
g_output_stream_write_async (GOutputStream *stream,
|
||||
const void *buffer,
|
||||
|
Reference in New Issue
Block a user