docs: Move documentation to inline comments: GtkNotebook

This commit is contained in:
Javier Jardón
2010-10-03 19:50:11 +02:00
parent b4f81fd612
commit bbd80b671a
4 changed files with 71 additions and 710 deletions

View File

@ -58,9 +58,9 @@ typedef struct _GtkNotebookClass GtkNotebookClass;
struct _GtkNotebook
{
/* <private> */
GtkContainer container;
/* <private> */
GtkNotebookPrivate *priv;
};