mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
docs: Move the GListStore SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
c834b843b9
commit
49a94280c1
@ -28,25 +28,15 @@
|
||||
#include "glistmodel.h"
|
||||
|
||||
/**
|
||||
* SECTION:gliststore
|
||||
* @title: GListStore
|
||||
* @short_description: A simple implementation of #GListModel
|
||||
* @include: gio/gio.h
|
||||
* GListStore:
|
||||
*
|
||||
* #GListStore is a simple implementation of #GListModel that stores all
|
||||
* items in memory.
|
||||
* `GListStore` is a simple implementation of [iface@Gio.ListModel] that stores
|
||||
* all items in memory.
|
||||
*
|
||||
* It provides insertions, deletions, and lookups in logarithmic time
|
||||
* with a fast path for the common case of iterating the list linearly.
|
||||
*/
|
||||
|
||||
/**
|
||||
* GListStore:
|
||||
*
|
||||
* #GListStore is an opaque data structure and can only be accessed
|
||||
* using the following functions.
|
||||
**/
|
||||
|
||||
struct _GListStore
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
Loading…
Reference in New Issue
Block a user