summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-27 18:20:56 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:34 +0000
commitc65239155f93eb6fe1d38e203756f706cc415d6d (patch)
tree32118fc471f282ae6fca8d76dd351424aa6fe7e1 /gtk/gtknotebook.h
parent12f0d963d975bc365759c2615686306278e15280 (diff)
downloadgtk+-c65239155f93eb6fe1d38e203756f706cc415d6d.tar.gz
notebook: Convert docs
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index d219f78c42..73139d6580 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -44,13 +44,6 @@ G_BEGIN_DECLS
#define GTK_NOTEBOOK_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_NOTEBOOK_PAGE, GtkNotebookPage))
#define GTK_IS_NOTEBOOK_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_NOTEBOOK_PAGE))
-/**
- * GtkNotebookPage:
- *
- * A page in the #GtkNotebook.
- *
- * The `GtkNotebookPage` structure only contains private data.
- */
typedef struct _GtkNotebookPage GtkNotebookPage;
/**
@@ -58,7 +51,7 @@ typedef struct _GtkNotebookPage GtkNotebookPage;
* @GTK_NOTEBOOK_TAB_FIRST: the first tab in the notebook
* @GTK_NOTEBOOK_TAB_LAST: the last tab in the notebook
*
- * The parameter used in the action signals of #GtkNotebook.
+ * The parameter used in the action signals of `GtkNotebook`.
*/
typedef enum
{