diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-01 01:41:14 -0500 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-03-11 16:37:36 +0000 |
commit | 8164cbbc5fa11d04ebcbd8fca3a88bce34191ab0 (patch) | |
tree | fa0fc0ed425d175d97b3109e023f631ac6e9b9f9 | |
parent | 2d76ce829c888801a599d4aaf88913f2e55d489f (diff) | |
download | gtk+-8164cbbc5fa11d04ebcbd8fca3a88bce34191ab0.tar.gz |
listbase: Tweak docs
-rw-r--r-- | gtk/gtklistbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklistbase.h b/gtk/gtklistbase.h index f8cd272622..57f89aded1 100644 --- a/gtk/gtklistbase.h +++ b/gtk/gtklistbase.h @@ -39,7 +39,7 @@ G_BEGIN_DECLS /** * GtkListBase: * - * GtkListBase is the abstract base class for GTK's list widgets. + * `GtkListBase` is the abstract base class for GTK's list widgets. */ typedef struct _GtkListBase GtkListBase; typedef struct _GtkListBaseClass GtkListBaseClass; |