diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 21:44:19 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 21:44:55 (GMT) |
commit | 1198887f998ac1c09d4e42a9aed937b6c1b31e56 (patch) | |
tree | 76889dccefd710499cba6018e6fb57335ac5088f | |
parent | 7433db5c6c3fbba9c2ab68044b8c9e37f39b4c5f (diff) |
Update comments.
-rw-r--r-- | plugins/pynb/panel.c | 2 | ||||
-rw-r--r-- | plugins/pynb/params.c | 2 | ||||
-rw-r--r-- | src/gui/panels/binary.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/pynb/panel.c b/plugins/pynb/panel.c index 1b4b3e3..8ce9cdb 100644 --- a/plugins/pynb/panel.c +++ b/plugins/pynb/panel.c @@ -62,7 +62,7 @@ static void gtk_python_notebook_panel_finalize(GObject *); /* ---------------------------------------------------------------------------------- */ -/* Indique le type défini pour un panneau d'accueil. */ +/* Indique le type défini pour un panneau de présentation de notes. */ G_DEFINE_TYPE(GtkPythonNotebookPanel, gtk_python_notebook_panel, GTK_TYPE_TILED_PANEL); diff --git a/plugins/pynb/params.c b/plugins/pynb/params.c index 3a6bf70..690ff95 100644 --- a/plugins/pynb/params.c +++ b/plugins/pynb/params.c @@ -48,7 +48,7 @@ static void gtk_python_notebook_parameters_on_create_clicked(GtkButton *, GtkPyt -/* Détermine le type du composant d'édition des paramètres de chargement. */ +/* Indique le type du composant d'édition des paramètres de chargement. */ G_DEFINE_TYPE(GtkPythonNotebookParameters, gtk_python_notebook_parameters, GTK_TYPE_GRID); diff --git a/src/gui/panels/binary.c b/src/gui/panels/binary.c index d61e33b..f58c06b 100644 --- a/src/gui/panels/binary.c +++ b/src/gui/panels/binary.c @@ -60,7 +60,7 @@ static void gtk_binary_panel_finalize(GObject *); /* ---------------------------------------------------------------------------------- */ -/* Indique le type défini pour un panneau d'accueil. */ +/* Indique le type défini pour un panneau d'affichage de contenus d'un binaire. */ G_DEFINE_TYPE(GtkBinaryPanel, gtk_binary_panel, GTK_TYPE_TILED_PANEL); |