diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2018-10-14 22:54:36 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2018-10-14 22:54:36 (GMT) | 
| commit | ab45be33f699d458fe8cabf85b4c6c4f41f24fdd (patch) | |
| tree | c183a1dc2e96507a213112eea2a9538bd3b600e1 /src/gtkext/graph | |
| parent | cfa7c9543b4265ae65bc7097350fcf8587117fe3 (diff) | |
Typo.
Diffstat (limited to 'src/gtkext/graph')
| -rw-r--r-- | src/gtkext/graph/cluster.c | 2 | ||||
| -rw-r--r-- | src/gtkext/graph/cluster.h | 2 | ||||
| -rw-r--r-- | src/gtkext/graph/edge.c | 2 | ||||
| -rw-r--r-- | src/gtkext/graph/edge.h | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/src/gtkext/graph/cluster.c b/src/gtkext/graph/cluster.c index 8e33671..88f008c 100644 --- a/src/gtkext/graph/cluster.c +++ b/src/gtkext/graph/cluster.c @@ -195,7 +195,7 @@ static void g_graph_cluster_resolve_links(const GGraphCluster *); -/* Indique le type définit par la GLib pour les mises en disposition graphique. */ +/* Indique le type défini par la GLib pour les mises en disposition graphique. */  G_DEFINE_TYPE(GGraphCluster, g_graph_cluster, G_TYPE_OBJECT); diff --git a/src/gtkext/graph/cluster.h b/src/gtkext/graph/cluster.h index abd8a87..fbf2d10 100644 --- a/src/gtkext/graph/cluster.h +++ b/src/gtkext/graph/cluster.h @@ -47,7 +47,7 @@ typedef struct _GGraphCluster GGraphCluster;  typedef struct _GGraphClusterClass GGraphClusterClass; -/* Indique le type définit par la GLib pour les mises en disposition graphique. */ +/* Indique le type défini par la GLib pour les mises en disposition graphique. */  GType g_graph_cluster_get_type(void);  /* Construit un graphique à partir de blocs de code. */ diff --git a/src/gtkext/graph/edge.c b/src/gtkext/graph/edge.c index 093f793..c07c6c5 100644 --- a/src/gtkext/graph/edge.c +++ b/src/gtkext/graph/edge.c @@ -78,7 +78,7 @@ static void draw_link_arrow(cairo_t *, gint, gint, gint, gint); -/* Indique le type définit par la GLib pour les liens graphiques entre noeuds. */ +/* Indique le type défini par la GLib pour les liens graphiques entre noeuds. */  G_DEFINE_TYPE(GGraphEdge, g_graph_edge, G_TYPE_OBJECT); diff --git a/src/gtkext/graph/edge.h b/src/gtkext/graph/edge.h index c9f3d4f..4dbc195 100644 --- a/src/gtkext/graph/edge.h +++ b/src/gtkext/graph/edge.h @@ -60,7 +60,7 @@ typedef enum _EdgeColor  } EdgeColor; -/* Indique le type définit par la GLib pour les liens graphiques entre noeuds. */ +/* Indique le type défini par la GLib pour les liens graphiques entre noeuds. */  GType g_graph_edge_get_type(void);  /* Etablit un lien graphique entre deux noeuds graphiques. */ | 
