summaryrefslogtreecommitdiff
path: root/src/format/part.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/part.c')
-rw-r--r--src/format/part.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/format/part.c b/src/format/part.c
index 2096c6d..d21cd87 100644
--- a/src/format/part.c
+++ b/src/format/part.c
@@ -145,6 +145,25 @@ void g_binary_part_set_name(GBinPart *part, const char *name)
/******************************************************************************
* *
+* Paramètres : part = description de partie à mettre à jour. *
+* *
+* Description : Fournit la description attribuée à une partie de code. *
+* *
+* Retour : - *
+* *
+* Remarques : - *
+* *
+******************************************************************************/
+
+const char *g_binary_part_get_name(const GBinPart *part)
+{
+ return part->name;
+
+}
+
+
+/******************************************************************************
+* *
* Paramètres : part = description de partie à mettre à jour. *
* offset = position de la section à conserver. *
* size = taille de la section à conserver. *