From efdcf21faadd65811ad509fd40a2cc6d2b9e0cad Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Tue, 27 Sep 2011 18:19:32 +0200 Subject: [PATCH] Refactor di Commons (per lo sviluppo della libreria). Impostata la compilazione silenziosa. Migrazione a libgdaex >= 0.3.0. --- .project | 155 +++++++++++++++++++++++++++++++++++ configure.ac | 7 +- src/commons.h | 4 +- src/main.c | 5 +- src/nodi.c | 4 +- src/nodi.h | 3 +- src/nodo.c | 4 +- src/nodo.h | 3 +- src/persona.c | 4 +- src/persona.h | 3 +- src/personaincarico.c | 4 +- src/personaincarico.h | 2 +- src/personanodo.c | 4 +- src/personanodo.h | 2 +- src/personanodorecapito.c | 4 +- src/personanodorecapito.h | 2 +- src/personarecapito.c | 4 +- src/personarecapito.h | 2 +- src/personaufficio.c | 4 +- src/personaufficio.h | 2 +- src/personaufficiorecapito.c | 4 +- src/personaufficiorecapito.h | 2 +- src/persone.c | 4 +- src/persone.h | 3 +- src/posizioneeconomica.c | 4 +- src/posizioneeconomica.h | 3 +- src/posizionieconomiche.c | 4 +- src/posizionieconomiche.h | 3 +- src/profiliprofessionali.c | 4 +- src/profiliprofessionali.h | 3 +- src/profiloprofessionale.c | 4 +- src/profiloprofessionale.h | 3 +- src/struttura.c | 4 +- src/struttura.h | 3 +- src/strutturaindirizzo.c | 4 +- src/strutturaindirizzo.h | 2 +- src/strutture.c | 4 +- src/strutture.h | 3 +- src/tipinodo.c | 4 +- src/tipinodo.h | 3 +- src/tipiprestazione.c | 4 +- src/tipiprestazione.h | 3 +- src/tipirapportolavoro.c | 4 +- src/tipirapportolavoro.h | 3 +- src/tipirecapito.c | 4 +- src/tipirecapito.h | 3 +- src/tiponodo.c | 4 +- src/tiponodo.h | 3 +- src/tipoprestazione.c | 4 +- src/tipoprestazione.h | 3 +- src/tiporapportolavoro.c | 4 +- src/tiporapportolavoro.h | 3 +- src/tiporecapito.c | 4 +- src/tiporecapito.h | 3 +- src/titoli.c | 4 +- src/titoli.h | 3 +- src/titolo.c | 4 +- src/titolo.h | 3 +- src/uffici.c | 4 +- src/uffici.h | 3 +- src/ufficio.c | 4 +- src/ufficio.h | 3 +- src/ufficionodo.c | 4 +- src/ufficionodo.h | 2 +- src/ufficioorario.c | 4 +- src/ufficioorario.h | 2 +- src/ufficiorecapito.c | 4 +- src/ufficiorecapito.h | 2 +- src/ufficiostanza.c | 4 +- src/ufficiostanza.h | 2 +- src/vie.c | 4 +- src/vie.h | 2 +- 72 files changed, 266 insertions(+), 131 deletions(-) diff --git a/.project b/.project index 138095d..9dff314 100644 --- a/.project +++ b/.project @@ -67,4 +67,159 @@ org.eclipse.cdt.managedbuilder.core.managedBuildNature org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + 1317140058877 + + 30 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-autom4te.cache + + + + 1317140058880 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-*.o + + + + 1317140058883 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-Makefile.in + + + + 1317140058885 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-Makefile + + + + 1317140058888 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-configure + + + + 1317140058891 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-config.log + + + + 1317140058894 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-depcomp + + + + 1317140058897 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-install-sh + + + + 1317140058900 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-missing + + + + 1317140058902 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-stamp-h1 + + + + 1317140058905 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-config.guess + + + + 1317140058908 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-config.status + + + + 1317140058922 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-aclocal.m4 + + + + 1317140058925 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-config.h.in + + + + 1317140058928 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-config.sub + + + + 1317140058931 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-config.h + + + + 1317140058934 + + 22 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-*.exe + + + diff --git a/configure.ac b/configure.ac index f8d47df..7a5d435 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,10 @@ AC_INIT([organigramma], [0.0.1], [azagli@libero.it]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(-Wall) + +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + AM_MAINTAINER_MODE AC_CANONICAL_SYSTEM @@ -17,7 +20,7 @@ AC_PROG_CC # Checks for libraries. PKG_CHECK_MODULES(ORGANIGRAMMA, [gio-2.0 >= 2.20 gtk+-2.0 >= 2.16 - libgtkform >= 0.1.3 + libgtkform >= 0.3.0 libaute >= 0.0.2]) AC_SUBST(ORGANIGRAMMA_CFLAGS) diff --git a/src/commons.h b/src/commons.h index b65e42d..94772d3 100644 --- a/src/commons.h +++ b/src/commons.h @@ -25,7 +25,7 @@ #include -#include +#include typedef struct { @@ -37,6 +37,6 @@ typedef struct GdaEx *gdaex; const gchar *guifile; - } Commons; + } OrganigrammaCommons; #endif /* __COMMONS_H__ */ diff --git a/src/main.c b/src/main.c index ab2bd06..e6a67cf 100644 --- a/src/main.c +++ b/src/main.c @@ -25,7 +25,6 @@ #include #include -#include #include "commons.h" #include "nodi.h" @@ -40,7 +39,7 @@ #include "titoli.h" #include "uffici.h" -static Commons *commons; +static OrganigrammaCommons *commons; static GKeyFile *config; @@ -299,7 +298,7 @@ main (int argc, char *argv[]) } /* inizializzazione commons */ - commons = g_malloc (sizeof (Commons)); + commons = g_malloc (sizeof (OrganigrammaCommons)); #ifdef G_OS_WIN32 diff --git a/src/nodi.c b/src/nodi.c index edae1f8..97f8cd6 100644 --- a/src/nodi.c +++ b/src/nodi.c @@ -68,7 +68,7 @@ enum typedef struct _NodiPrivate NodiPrivate; struct _NodiPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -120,7 +120,7 @@ nodi_init (Nodi *nodi) * Returns: the newly created #Nodi object. */ Nodi -*nodi_new (Commons *commons, gboolean selezione) +*nodi_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/nodi.h b/src/nodi.h index 3e06507..c6501ce 100644 --- a/src/nodi.h +++ b/src/nodi.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _NodiClass GType nodi_get_type (void) G_GNUC_CONST; -Nodi *nodi_new (Commons *commons, gboolean selezione); +Nodi *nodi_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *nodi_get_widget (Nodi *nodi); diff --git a/src/nodo.c b/src/nodo.c index 2acd031..b8a3cdc 100644 --- a/src/nodo.c +++ b/src/nodo.c @@ -67,7 +67,7 @@ enum typedef struct _NodoPrivate NodoPrivate; struct _NodoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -120,7 +120,7 @@ nodo_init (Nodo *nodo) * Returns: the newly created #Nodo object. */ Nodo -*nodo_new (Commons *commons, gint id) +*nodo_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/nodo.h b/src/nodo.h index c0bc04d..d275d0c 100644 --- a/src/nodo.h +++ b/src/nodo.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _NodoClass GType nodo_get_type (void) G_GNUC_CONST; -Nodo *nodo_new (Commons *commons, gint id); +Nodo *nodo_new (OrganigrammaCommons *commons, gint id); GtkWidget *nodo_get_widget (Nodo *nodo); diff --git a/src/persona.c b/src/persona.c index f3fc2b9..57d074c 100644 --- a/src/persona.c +++ b/src/persona.c @@ -207,7 +207,7 @@ enum typedef struct _PersonaPrivate PersonaPrivate; struct _PersonaPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -267,7 +267,7 @@ persona_init (Persona *persona) * Returns: the newly created #Persona object. */ Persona -*persona_new (Commons *commons, gint id) +*persona_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/persona.h b/src/persona.h index 2ec0461..31121ba 100644 --- a/src/persona.h +++ b/src/persona.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _PersonaClass GType persona_get_type (void) G_GNUC_CONST; -Persona *persona_new (Commons *commons, gint id); +Persona *persona_new (OrganigrammaCommons *commons, gint id); GtkWidget *persona_get_widget (Persona *persona); diff --git a/src/personaincarico.c b/src/personaincarico.c index bcef0ea..f7d1ec7 100644 --- a/src/personaincarico.c +++ b/src/personaincarico.c @@ -64,7 +64,7 @@ enum typedef struct _PersonaIncaricoPrivate PersonaIncaricoPrivate; struct _PersonaIncaricoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -118,7 +118,7 @@ persona_incarico_init (PersonaIncarico *persona_incarico) * Returns: the newly created #PersonaIncarico object. */ PersonaIncarico -*persona_incarico_new (Commons *commons, guint id, guint id_persone) +*persona_incarico_new (OrganigrammaCommons *commons, guint id, guint id_persone) { GError *error; diff --git a/src/personaincarico.h b/src/personaincarico.h index 914ea2a..6a33cc4 100644 --- a/src/personaincarico.h +++ b/src/personaincarico.h @@ -55,7 +55,7 @@ struct _PersonaIncaricoClass GType persona_incarico_get_type (void) G_GNUC_CONST; -PersonaIncarico *persona_incarico_new (Commons *commons, guint id, guint id_persone); +PersonaIncarico *persona_incarico_new (OrganigrammaCommons *commons, guint id, guint id_persone); GtkWidget *persona_incarico_get_widget (PersonaIncarico *persona_incarico); diff --git a/src/personanodo.c b/src/personanodo.c index 1c7ff4d..f6baa3c 100644 --- a/src/personanodo.c +++ b/src/personanodo.c @@ -71,7 +71,7 @@ enum typedef struct _PersonaNodoPrivate PersonaNodoPrivate; struct _PersonaNodoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -125,7 +125,7 @@ persona_nodo_init (PersonaNodo *persona_nodo) * Returns: the newly created #PersonaNodo object. */ PersonaNodo -*persona_nodo_new (Commons *commons, guint id, guint id_persone) +*persona_nodo_new (OrganigrammaCommons *commons, guint id, guint id_persone) { GError *error; diff --git a/src/personanodo.h b/src/personanodo.h index 988fd67..26a9ab9 100644 --- a/src/personanodo.h +++ b/src/personanodo.h @@ -55,7 +55,7 @@ struct _PersonaNodoClass GType persona_nodo_get_type (void) G_GNUC_CONST; -PersonaNodo *persona_nodo_new (Commons *commons, guint id, guint id_persone); +PersonaNodo *persona_nodo_new (OrganigrammaCommons *commons, guint id, guint id_persone); GtkWidget *persona_nodo_get_widget (PersonaNodo *persona_nodo); diff --git a/src/personanodorecapito.c b/src/personanodorecapito.c index 1e25034..f3d2d09 100644 --- a/src/personanodorecapito.c +++ b/src/personanodorecapito.c @@ -64,7 +64,7 @@ enum typedef struct _PersonaNodoRecapitoPrivate PersonaNodoRecapitoPrivate; struct _PersonaNodoRecapitoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -119,7 +119,7 @@ persona_nodo_recapito_init (PersonaNodoRecapito *persona_nodo_recapito) * Returns: the newly created #PersonaNodoRecapito object. */ PersonaNodoRecapito -*persona_nodo_recapito_new (Commons *commons, guint id, guint id_persone, guint id_nodi) +*persona_nodo_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone, guint id_nodi) { GError *error; diff --git a/src/personanodorecapito.h b/src/personanodorecapito.h index 8fc6255..22c44cc 100644 --- a/src/personanodorecapito.h +++ b/src/personanodorecapito.h @@ -55,7 +55,7 @@ struct _PersonaNodoRecapitoClass GType persona_nodo_recapito_get_type (void) G_GNUC_CONST; -PersonaNodoRecapito *persona_nodo_recapito_new (Commons *commons, guint id, guint id_persone, guint id_nodi); +PersonaNodoRecapito *persona_nodo_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone, guint id_nodi); GtkWidget *persona_nodo_recapito_get_widget (PersonaNodoRecapito *persona_nodo_recapito); diff --git a/src/personarecapito.c b/src/personarecapito.c index f913cfa..b17a5ae 100644 --- a/src/personarecapito.c +++ b/src/personarecapito.c @@ -63,7 +63,7 @@ enum typedef struct _PersonaRecapitoPrivate PersonaRecapitoPrivate; struct _PersonaRecapitoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -117,7 +117,7 @@ persona_recapito_init (PersonaRecapito *persona_recapito) * Returns: the newly created #PersonaRecapito object. */ PersonaRecapito -*persona_recapito_new (Commons *commons, guint id, guint id_persone) +*persona_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone) { GError *error; diff --git a/src/personarecapito.h b/src/personarecapito.h index 5039794..52baecb 100644 --- a/src/personarecapito.h +++ b/src/personarecapito.h @@ -55,7 +55,7 @@ struct _PersonaRecapitoClass GType persona_recapito_get_type (void) G_GNUC_CONST; -PersonaRecapito *persona_recapito_new (Commons *commons, guint id, guint id_persone); +PersonaRecapito *persona_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone); GtkWidget *persona_recapito_get_widget (PersonaRecapito *persona_recapito); diff --git a/src/personaufficio.c b/src/personaufficio.c index 74d1a07..519f4c7 100644 --- a/src/personaufficio.c +++ b/src/personaufficio.c @@ -71,7 +71,7 @@ enum typedef struct _PersonaUfficioPrivate PersonaUfficioPrivate; struct _PersonaUfficioPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -125,7 +125,7 @@ persona_ufficio_init (PersonaUfficio *persona_ufficio) * Returns: the newly created #PersonaUfficio object. */ PersonaUfficio -*persona_ufficio_new (Commons *commons, guint id, guint id_persone) +*persona_ufficio_new (OrganigrammaCommons *commons, guint id, guint id_persone) { GError *error; diff --git a/src/personaufficio.h b/src/personaufficio.h index 437c626..de2726d 100644 --- a/src/personaufficio.h +++ b/src/personaufficio.h @@ -55,7 +55,7 @@ struct _PersonaUfficioClass GType persona_ufficio_get_type (void) G_GNUC_CONST; -PersonaUfficio *persona_ufficio_new (Commons *commons, guint id, guint id_persone); +PersonaUfficio *persona_ufficio_new (OrganigrammaCommons *commons, guint id, guint id_persone); GtkWidget *persona_ufficio_get_widget (PersonaUfficio *persona_ufficio); diff --git a/src/personaufficiorecapito.c b/src/personaufficiorecapito.c index d7f7920..83ed423 100644 --- a/src/personaufficiorecapito.c +++ b/src/personaufficiorecapito.c @@ -64,7 +64,7 @@ enum typedef struct _PersonaUfficioRecapitoPrivate PersonaUfficioRecapitoPrivate; struct _PersonaUfficioRecapitoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -119,7 +119,7 @@ persona_ufficio_recapito_init (PersonaUfficioRecapito *persona_ufficio_recapito) * Returns: the newly created #PersonaUfficioRecapito object. */ PersonaUfficioRecapito -*persona_ufficio_recapito_new (Commons *commons, guint id, guint id_persone, guint id_uffici) +*persona_ufficio_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone, guint id_uffici) { GError *error; diff --git a/src/personaufficiorecapito.h b/src/personaufficiorecapito.h index a66f256..f2a2a4b 100644 --- a/src/personaufficiorecapito.h +++ b/src/personaufficiorecapito.h @@ -55,7 +55,7 @@ struct _PersonaUfficioRecapitoClass GType persona_ufficio_recapito_get_type (void) G_GNUC_CONST; -PersonaUfficioRecapito *persona_ufficio_recapito_new (Commons *commons, guint id, guint id_persone, guint id_uffici); +PersonaUfficioRecapito *persona_ufficio_recapito_new (OrganigrammaCommons *commons, guint id, guint id_persone, guint id_uffici); GtkWidget *persona_ufficio_recapito_get_widget (PersonaUfficioRecapito *persona_ufficio_recapito); diff --git a/src/persone.c b/src/persone.c index 36f4d61..1bf3219 100644 --- a/src/persone.c +++ b/src/persone.c @@ -65,7 +65,7 @@ enum typedef struct _PersonePrivate PersonePrivate; struct _PersonePrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -117,7 +117,7 @@ persone_init (Persone *persone) * Returns: the newly created #Persone object. */ Persone -*persone_new (Commons *commons, gboolean selezione) +*persone_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/persone.h b/src/persone.h index 4188ee0..b5adbb1 100644 --- a/src/persone.h +++ b/src/persone.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _PersoneClass GType persone_get_type (void) G_GNUC_CONST; -Persone *persone_new (Commons *commons, gboolean selezione); +Persone *persone_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *persone_get_widget (Persone *persone); diff --git a/src/posizioneeconomica.c b/src/posizioneeconomica.c index 003e70a..25a2b5e 100644 --- a/src/posizioneeconomica.c +++ b/src/posizioneeconomica.c @@ -57,7 +57,7 @@ enum typedef struct _PosizioneEconomicaPrivate PosizioneEconomicaPrivate; struct _PosizioneEconomicaPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -110,7 +110,7 @@ posizione_economica_init (PosizioneEconomica *posizione_economica) * Returns: the newly created #PosizioneEconomica object. */ PosizioneEconomica -*posizione_economica_new (Commons *commons, gint id) +*posizione_economica_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/posizioneeconomica.h b/src/posizioneeconomica.h index 7aeae5f..c439c0e 100644 --- a/src/posizioneeconomica.h +++ b/src/posizioneeconomica.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _PosizioneEconomicaClass GType posizione_economica_get_type (void) G_GNUC_CONST; -PosizioneEconomica *posizione_economica_new (Commons *commons, gint id); +PosizioneEconomica *posizione_economica_new (OrganigrammaCommons *commons, gint id); GtkWidget *posizione_economica_get_widget (PosizioneEconomica *posizione_economica); diff --git a/src/posizionieconomiche.c b/src/posizionieconomiche.c index f50b83c..6606c19 100644 --- a/src/posizionieconomiche.c +++ b/src/posizionieconomiche.c @@ -65,7 +65,7 @@ enum typedef struct _PosizioniEconomichePrivate PosizioniEconomichePrivate; struct _PosizioniEconomichePrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -117,7 +117,7 @@ posizioni_economiche_init (PosizioniEconomiche *posizioni_economiche) * Returns: the newly created #PosizioniEconomiche object. */ PosizioniEconomiche -*posizioni_economiche_new (Commons *commons, gboolean selezione) +*posizioni_economiche_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/posizionieconomiche.h b/src/posizionieconomiche.h index e2954f1..2bb2cea 100644 --- a/src/posizionieconomiche.h +++ b/src/posizionieconomiche.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _PosizioniEconomicheClass GType posizioni_economiche_get_type (void) G_GNUC_CONST; -PosizioniEconomiche *posizioni_economiche_new (Commons *commons, gboolean selezione); +PosizioniEconomiche *posizioni_economiche_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *posizioni_economiche_get_widget (PosizioniEconomiche *posizioni_economiche); diff --git a/src/profiliprofessionali.c b/src/profiliprofessionali.c index bf95286..5e69db0 100644 --- a/src/profiliprofessionali.c +++ b/src/profiliprofessionali.c @@ -68,7 +68,7 @@ enum typedef struct _ProfiliProfessionaliPrivate ProfiliProfessionaliPrivate; struct _ProfiliProfessionaliPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -119,7 +119,7 @@ profili_professionali_init (ProfiliProfessionali *profili_professionali) * Returns: the newly created #ProfiliProfessionali object. */ ProfiliProfessionali -*profili_professionali_new (Commons *commons, gboolean selezione) +*profili_professionali_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/profiliprofessionali.h b/src/profiliprofessionali.h index ba82451..29db8a9 100644 --- a/src/profiliprofessionali.h +++ b/src/profiliprofessionali.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _ProfiliProfessionaliClass GType profili_professionali_get_type (void) G_GNUC_CONST; -ProfiliProfessionali *profili_professionali_new (Commons *commons, gboolean selezione); +ProfiliProfessionali *profili_professionali_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *profili_professionali_get_widget (ProfiliProfessionali *profili_professionali); diff --git a/src/profiloprofessionale.c b/src/profiloprofessionale.c index 74da9f9..81ae4ab 100644 --- a/src/profiloprofessionale.c +++ b/src/profiloprofessionale.c @@ -58,7 +58,7 @@ enum typedef struct _ProfiloProfessionalePrivate ProfiloProfessionalePrivate; struct _ProfiloProfessionalePrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -111,7 +111,7 @@ profilo_professionale_init (ProfiloProfessionale *profilo_professionale) * Returns: the newly created #ProfiloProfessionale object. */ ProfiloProfessionale -*profilo_professionale_new (Commons *commons, gint id) +*profilo_professionale_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/profiloprofessionale.h b/src/profiloprofessionale.h index 38ca3f4..dd66723 100644 --- a/src/profiloprofessionale.h +++ b/src/profiloprofessionale.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _ProfiloProfessionaleClass GType profilo_professionale_get_type (void) G_GNUC_CONST; -ProfiloProfessionale *profilo_professionale_new (Commons *commons, gint id); +ProfiloProfessionale *profilo_professionale_new (OrganigrammaCommons *commons, gint id); GtkWidget *profilo_professionale_get_widget (ProfiloProfessionale *profilo_professionale); diff --git a/src/struttura.c b/src/struttura.c index 59b2074..c50229c 100644 --- a/src/struttura.c +++ b/src/struttura.c @@ -82,7 +82,7 @@ enum typedef struct _StrutturaPrivate StrutturaPrivate; struct _StrutturaPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -137,7 +137,7 @@ struttura_init (Struttura *struttura) * Returns: the newly created #Struttura object. */ Struttura -*struttura_new (Commons *commons, gint id) +*struttura_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/struttura.h b/src/struttura.h index 11f055e..377ac55 100644 --- a/src/struttura.h +++ b/src/struttura.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _StrutturaClass GType struttura_get_type (void) G_GNUC_CONST; -Struttura *struttura_new (Commons *commons, gint id); +Struttura *struttura_new (OrganigrammaCommons *commons, gint id); GtkWidget *struttura_get_widget (Struttura *struttura); diff --git a/src/strutturaindirizzo.c b/src/strutturaindirizzo.c index 649aba6..81f0f82 100644 --- a/src/strutturaindirizzo.c +++ b/src/strutturaindirizzo.c @@ -73,7 +73,7 @@ enum typedef struct _StrutturaIndirizzoPrivate StrutturaIndirizzoPrivate; struct _StrutturaIndirizzoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -127,7 +127,7 @@ struttura_indirizzo_init (StrutturaIndirizzo *struttura_indirizzo) * Returns: the newly created #StrutturaIndirizzo object. */ StrutturaIndirizzo -*struttura_indirizzo_new (Commons *commons, guint id, guint id_strutture) +*struttura_indirizzo_new (OrganigrammaCommons *commons, guint id, guint id_strutture) { GError *error; diff --git a/src/strutturaindirizzo.h b/src/strutturaindirizzo.h index db75c1a..0efb7bc 100644 --- a/src/strutturaindirizzo.h +++ b/src/strutturaindirizzo.h @@ -55,7 +55,7 @@ struct _StrutturaIndirizzoClass GType struttura_indirizzo_get_type (void) G_GNUC_CONST; -StrutturaIndirizzo *struttura_indirizzo_new (Commons *commons, guint id, guint id_strutture); +StrutturaIndirizzo *struttura_indirizzo_new (OrganigrammaCommons *commons, guint id, guint id_strutture); GtkWidget *struttura_indirizzo_get_widget (StrutturaIndirizzo *struttura_indirizzo); diff --git a/src/strutture.c b/src/strutture.c index 982ad54..3a1e908 100644 --- a/src/strutture.c +++ b/src/strutture.c @@ -65,7 +65,7 @@ enum typedef struct _StrutturePrivate StrutturePrivate; struct _StrutturePrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -117,7 +117,7 @@ strutture_init (Strutture *strutture) * Returns: the newly created #Strutture object. */ Strutture -*strutture_new (Commons *commons, gboolean selezione) +*strutture_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/strutture.h b/src/strutture.h index 4bb63b1..65a8892 100644 --- a/src/strutture.h +++ b/src/strutture.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _StruttureClass GType strutture_get_type (void) G_GNUC_CONST; -Strutture *strutture_new (Commons *commons, gboolean selezione); +Strutture *strutture_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *strutture_get_widget (Strutture *strutture); diff --git a/src/tipinodo.c b/src/tipinodo.c index 8692775..3a889f2 100644 --- a/src/tipinodo.c +++ b/src/tipinodo.c @@ -68,7 +68,7 @@ enum typedef struct _TipiNodoPrivate TipiNodoPrivate; struct _TipiNodoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -119,7 +119,7 @@ tipi_nodo_init (TipiNodo *tipi_nodo) * Returns: the newly created #TipiNodo object. */ TipiNodo -*tipi_nodo_new (Commons *commons, gboolean selezione) +*tipi_nodo_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/tipinodo.h b/src/tipinodo.h index 8664023..a045edf 100644 --- a/src/tipinodo.h +++ b/src/tipinodo.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TipiNodoClass GType tipi_nodo_get_type (void) G_GNUC_CONST; -TipiNodo *tipi_nodo_new (Commons *commons, gboolean selezione); +TipiNodo *tipi_nodo_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *tipi_nodo_get_widget (TipiNodo *tipi_nodo); diff --git a/src/tipiprestazione.c b/src/tipiprestazione.c index c2d6c97..f288a2c 100644 --- a/src/tipiprestazione.c +++ b/src/tipiprestazione.c @@ -68,7 +68,7 @@ enum typedef struct _TipiPrestazionePrivate TipiPrestazionePrivate; struct _TipiPrestazionePrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -119,7 +119,7 @@ tipi_prestazione_init (TipiPrestazione *tipi_prestazione) * Returns: the newly created #TipiPrestazione object. */ TipiPrestazione -*tipi_prestazione_new (Commons *commons, gboolean selezione) +*tipi_prestazione_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/tipiprestazione.h b/src/tipiprestazione.h index ceab904..eb2e03f 100644 --- a/src/tipiprestazione.h +++ b/src/tipiprestazione.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TipiPrestazioneClass GType tipi_prestazione_get_type (void) G_GNUC_CONST; -TipiPrestazione *tipi_prestazione_new (Commons *commons, gboolean selezione); +TipiPrestazione *tipi_prestazione_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *tipi_prestazione_get_widget (TipiPrestazione *tipi_prestazione); diff --git a/src/tipirapportolavoro.c b/src/tipirapportolavoro.c index 8544853..023032d 100644 --- a/src/tipirapportolavoro.c +++ b/src/tipirapportolavoro.c @@ -65,7 +65,7 @@ enum typedef struct _TipiRapportoLavoroPrivate TipiRapportoLavoroPrivate; struct _TipiRapportoLavoroPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -117,7 +117,7 @@ tipi_rapporto_lavoro_init (TipiRapportoLavoro *tipi_rapporto_lavoro) * Returns: the newly created #TipiRapportoLavoro object. */ TipiRapportoLavoro -*tipi_rapporto_lavoro_new (Commons *commons, gboolean selezione) +*tipi_rapporto_lavoro_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/tipirapportolavoro.h b/src/tipirapportolavoro.h index dc0e9a0..cc2db0e 100644 --- a/src/tipirapportolavoro.h +++ b/src/tipirapportolavoro.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TipiRapportoLavoroClass GType tipi_rapporto_lavoro_get_type (void) G_GNUC_CONST; -TipiRapportoLavoro *tipi_rapporto_lavoro_new (Commons *commons, gboolean selezione); +TipiRapportoLavoro *tipi_rapporto_lavoro_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *tipi_rapporto_lavoro_get_widget (TipiRapportoLavoro *tipi_rapporto_lavoro); diff --git a/src/tipirecapito.c b/src/tipirecapito.c index e700bd8..ae4a13e 100644 --- a/src/tipirecapito.c +++ b/src/tipirecapito.c @@ -65,7 +65,7 @@ enum typedef struct _TipiRecapitoPrivate TipiRecapitoPrivate; struct _TipiRecapitoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -117,7 +117,7 @@ tipi_recapito_init (TipiRecapito *tipi_recapito) * Returns: the newly created #TipiRecapito object. */ TipiRecapito -*tipi_recapito_new (Commons *commons, gboolean selezione) +*tipi_recapito_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/tipirecapito.h b/src/tipirecapito.h index 5546ea8..b2e5712 100644 --- a/src/tipirecapito.h +++ b/src/tipirecapito.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TipiRecapitoClass GType tipi_recapito_get_type (void) G_GNUC_CONST; -TipiRecapito *tipi_recapito_new (Commons *commons, gboolean selezione); +TipiRecapito *tipi_recapito_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *tipi_recapito_get_widget (TipiRecapito *tipi_recapito); diff --git a/src/tiponodo.c b/src/tiponodo.c index 6b30c3a..35c4ae1 100644 --- a/src/tiponodo.c +++ b/src/tiponodo.c @@ -58,7 +58,7 @@ enum typedef struct _TipoNodoPrivate TipoNodoPrivate; struct _TipoNodoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -111,7 +111,7 @@ tipo_nodo_init (TipoNodo *tipo_nodo) * Returns: the newly created #TipoNodo object. */ TipoNodo -*tipo_nodo_new (Commons *commons, gint id) +*tipo_nodo_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/tiponodo.h b/src/tiponodo.h index 7b29f7d..8566053 100644 --- a/src/tiponodo.h +++ b/src/tiponodo.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TipoNodoClass GType tipo_nodo_get_type (void) G_GNUC_CONST; -TipoNodo *tipo_nodo_new (Commons *commons, gint id); +TipoNodo *tipo_nodo_new (OrganigrammaCommons *commons, gint id); GtkWidget *tipo_nodo_get_widget (TipoNodo *tipo_nodo); diff --git a/src/tipoprestazione.c b/src/tipoprestazione.c index d532c65..a7b5eaf 100644 --- a/src/tipoprestazione.c +++ b/src/tipoprestazione.c @@ -58,7 +58,7 @@ enum typedef struct _TipoPrestazionePrivate TipoPrestazionePrivate; struct _TipoPrestazionePrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -111,7 +111,7 @@ tipo_prestazione_init (TipoPrestazione *tipo_prestazione) * Returns: the newly created #TipoPrestazione object. */ TipoPrestazione -*tipo_prestazione_new (Commons *commons, gint id) +*tipo_prestazione_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/tipoprestazione.h b/src/tipoprestazione.h index 71406f7..3de5bf4 100644 --- a/src/tipoprestazione.h +++ b/src/tipoprestazione.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TipoPrestazioneClass GType tipo_prestazione_get_type (void) G_GNUC_CONST; -TipoPrestazione *tipo_prestazione_new (Commons *commons, gint id); +TipoPrestazione *tipo_prestazione_new (OrganigrammaCommons *commons, gint id); GtkWidget *tipo_prestazione_get_widget (TipoPrestazione *tipo_prestazione); diff --git a/src/tiporapportolavoro.c b/src/tiporapportolavoro.c index 3905c58..adc2796 100644 --- a/src/tiporapportolavoro.c +++ b/src/tiporapportolavoro.c @@ -57,7 +57,7 @@ enum typedef struct _TipoRapportoLavoroPrivate TipoRapportoLavoroPrivate; struct _TipoRapportoLavoroPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -110,7 +110,7 @@ tipo_rapporto_lavoro_init (TipoRapportoLavoro *tipo_rapporto_lavoro) * Returns: the newly created #TipoRapportoLavoro object. */ TipoRapportoLavoro -*tipo_rapporto_lavoro_new (Commons *commons, gint id) +*tipo_rapporto_lavoro_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/tiporapportolavoro.h b/src/tiporapportolavoro.h index fbfd887..59cb461 100644 --- a/src/tiporapportolavoro.h +++ b/src/tiporapportolavoro.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TipoRapportoLavoroClass GType tipo_rapporto_lavoro_get_type (void) G_GNUC_CONST; -TipoRapportoLavoro *tipo_rapporto_lavoro_new (Commons *commons, gint id); +TipoRapportoLavoro *tipo_rapporto_lavoro_new (OrganigrammaCommons *commons, gint id); GtkWidget *tipo_rapporto_lavoro_get_widget (TipoRapportoLavoro *tipo_rapporto_lavoro); diff --git a/src/tiporecapito.c b/src/tiporecapito.c index e92b367..96607f5 100644 --- a/src/tiporecapito.c +++ b/src/tiporecapito.c @@ -57,7 +57,7 @@ enum typedef struct _TipoRecapitoPrivate TipoRecapitoPrivate; struct _TipoRecapitoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -110,7 +110,7 @@ tipo_recapito_init (TipoRecapito *tipo_recapito) * Returns: the newly created #TipoRecapito object. */ TipoRecapito -*tipo_recapito_new (Commons *commons, gint id) +*tipo_recapito_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/tiporecapito.h b/src/tiporecapito.h index 66a04cf..be3f0f1 100644 --- a/src/tiporecapito.h +++ b/src/tiporecapito.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TipoRecapitoClass GType tipo_recapito_get_type (void) G_GNUC_CONST; -TipoRecapito *tipo_recapito_new (Commons *commons, gint id); +TipoRecapito *tipo_recapito_new (OrganigrammaCommons *commons, gint id); GtkWidget *tipo_recapito_get_widget (TipoRecapito *tipo_recapito); diff --git a/src/titoli.c b/src/titoli.c index 8cfeef9..d1a9cc4 100644 --- a/src/titoli.c +++ b/src/titoli.c @@ -66,7 +66,7 @@ enum typedef struct _TitoliPrivate TitoliPrivate; struct _TitoliPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -118,7 +118,7 @@ titoli_init (Titoli *titoli) * Returns: the newly created #Titoli object. */ Titoli -*titoli_new (Commons *commons, gboolean selezione) +*titoli_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/titoli.h b/src/titoli.h index 3ca3cd5..146d916 100644 --- a/src/titoli.h +++ b/src/titoli.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TitoliClass GType titoli_get_type (void) G_GNUC_CONST; -Titoli *titoli_new (Commons *commons, gboolean selezione); +Titoli *titoli_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *titoli_get_widget (Titoli *titoli); diff --git a/src/titolo.c b/src/titolo.c index e4b4fe7..7f02292 100644 --- a/src/titolo.c +++ b/src/titolo.c @@ -57,7 +57,7 @@ enum typedef struct _TitoloPrivate TitoloPrivate; struct _TitoloPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -110,7 +110,7 @@ titolo_init (Titolo *titolo) * Returns: the newly created #Titolo object. */ Titolo -*titolo_new (Commons *commons, gint id) +*titolo_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/titolo.h b/src/titolo.h index ae76ed0..2ec8706 100644 --- a/src/titolo.h +++ b/src/titolo.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _TitoloClass GType titolo_get_type (void) G_GNUC_CONST; -Titolo *titolo_new (Commons *commons, gint id); +Titolo *titolo_new (OrganigrammaCommons *commons, gint id); GtkWidget *titolo_get_widget (Titolo *titolo); diff --git a/src/uffici.c b/src/uffici.c index f808bc4..adde892 100644 --- a/src/uffici.c +++ b/src/uffici.c @@ -65,7 +65,7 @@ enum typedef struct _UfficiPrivate UfficiPrivate; struct _UfficiPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *widget; GtkTreeSelection *selection; @@ -117,7 +117,7 @@ uffici_init (Uffici *uffici) * Returns: the newly created #Uffici object. */ Uffici -*uffici_new (Commons *commons, gboolean selezione) +*uffici_new (OrganigrammaCommons *commons, gboolean selezione) { GError *error; diff --git a/src/uffici.h b/src/uffici.h index a246f1a..039e380 100644 --- a/src/uffici.h +++ b/src/uffici.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _UfficiClass GType uffici_get_type (void) G_GNUC_CONST; -Uffici *uffici_new (Commons *commons, gboolean selezione); +Uffici *uffici_new (OrganigrammaCommons *commons, gboolean selezione); GtkWidget *uffici_get_widget (Uffici *uffici); diff --git a/src/ufficio.c b/src/ufficio.c index 6202de5..ae94d3e 100644 --- a/src/ufficio.c +++ b/src/ufficio.c @@ -159,7 +159,7 @@ enum typedef struct _UfficioPrivate UfficioPrivate; struct _UfficioPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -217,7 +217,7 @@ ufficio_init (Ufficio *ufficio) * Returns: the newly created #Ufficio object. */ Ufficio -*ufficio_new (Commons *commons, gint id) +*ufficio_new (OrganigrammaCommons *commons, gint id) { GError *error; diff --git a/src/ufficio.h b/src/ufficio.h index 6fb932b..a94ec52 100644 --- a/src/ufficio.h +++ b/src/ufficio.h @@ -24,7 +24,6 @@ #include #include -#include #include "commons.h" @@ -56,7 +55,7 @@ struct _UfficioClass GType ufficio_get_type (void) G_GNUC_CONST; -Ufficio *ufficio_new (Commons *commons, gint id); +Ufficio *ufficio_new (OrganigrammaCommons *commons, gint id); GtkWidget *ufficio_get_widget (Ufficio *ufficio); diff --git a/src/ufficionodo.c b/src/ufficionodo.c index 4963a93..5bd6301 100644 --- a/src/ufficionodo.c +++ b/src/ufficionodo.c @@ -72,7 +72,7 @@ enum typedef struct _UfficioNodoPrivate UfficioNodoPrivate; struct _UfficioNodoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -126,7 +126,7 @@ ufficio_nodo_init (UfficioNodo *ufficio_nodo) * Returns: the newly created #UfficioNodo object. */ UfficioNodo -*ufficio_nodo_new (Commons *commons, guint id, guint id_uffici) +*ufficio_nodo_new (OrganigrammaCommons *commons, guint id, guint id_uffici) { GError *error; diff --git a/src/ufficionodo.h b/src/ufficionodo.h index 4e55769..b59067b 100644 --- a/src/ufficionodo.h +++ b/src/ufficionodo.h @@ -55,7 +55,7 @@ struct _UfficioNodoClass GType ufficio_nodo_get_type (void) G_GNUC_CONST; -UfficioNodo *ufficio_nodo_new (Commons *commons, guint id, guint id_uffici); +UfficioNodo *ufficio_nodo_new (OrganigrammaCommons *commons, guint id, guint id_uffici); GtkWidget *ufficio_nodo_get_widget (UfficioNodo *ufficio_nodo); diff --git a/src/ufficioorario.c b/src/ufficioorario.c index c2a948f..12ec163 100644 --- a/src/ufficioorario.c +++ b/src/ufficioorario.c @@ -63,7 +63,7 @@ enum typedef struct _UfficioOrarioPrivate UfficioOrarioPrivate; struct _UfficioOrarioPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -117,7 +117,7 @@ ufficio_orario_init (UfficioOrario *ufficio_orario) * Returns: the newly created #UfficioOrario object. */ UfficioOrario -*ufficio_orario_new (Commons *commons, guint id, guint id_uffici) +*ufficio_orario_new (OrganigrammaCommons *commons, guint id, guint id_uffici) { GError *error; diff --git a/src/ufficioorario.h b/src/ufficioorario.h index 3554d1f..0707368 100644 --- a/src/ufficioorario.h +++ b/src/ufficioorario.h @@ -55,7 +55,7 @@ struct _UfficioOrarioClass GType ufficio_orario_get_type (void) G_GNUC_CONST; -UfficioOrario *ufficio_orario_new (Commons *commons, guint id, guint id_uffici); +UfficioOrario *ufficio_orario_new (OrganigrammaCommons *commons, guint id, guint id_uffici); GtkWidget *ufficio_orario_get_widget (UfficioOrario *ufficio_orario); diff --git a/src/ufficiorecapito.c b/src/ufficiorecapito.c index 6078a9b..f24aa2e 100644 --- a/src/ufficiorecapito.c +++ b/src/ufficiorecapito.c @@ -63,7 +63,7 @@ enum typedef struct _UfficioRecapitoPrivate UfficioRecapitoPrivate; struct _UfficioRecapitoPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -117,7 +117,7 @@ ufficio_recapito_init (UfficioRecapito *ufficio_recapito) * Returns: the newly created #UfficioRecapito object. */ UfficioRecapito -*ufficio_recapito_new (Commons *commons, guint id, guint id_uffici) +*ufficio_recapito_new (OrganigrammaCommons *commons, guint id, guint id_uffici) { GError *error; diff --git a/src/ufficiorecapito.h b/src/ufficiorecapito.h index fec375b..dae9338 100644 --- a/src/ufficiorecapito.h +++ b/src/ufficiorecapito.h @@ -55,7 +55,7 @@ struct _UfficioRecapitoClass GType ufficio_recapito_get_type (void) G_GNUC_CONST; -UfficioRecapito *ufficio_recapito_new (Commons *commons, guint id, guint id_uffici); +UfficioRecapito *ufficio_recapito_new (OrganigrammaCommons *commons, guint id, guint id_uffici); GtkWidget *ufficio_recapito_get_widget (UfficioRecapito *ufficio_recapito); diff --git a/src/ufficiostanza.c b/src/ufficiostanza.c index 274d8e5..2f073f8 100644 --- a/src/ufficiostanza.c +++ b/src/ufficiostanza.c @@ -63,7 +63,7 @@ enum typedef struct _UfficioStanzaPrivate UfficioStanzaPrivate; struct _UfficioStanzaPrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkForm *form; @@ -117,7 +117,7 @@ ufficio_stanza_init (UfficioStanza *ufficio_stanza) * Returns: the newly created #UfficioStanza object. */ UfficioStanza -*ufficio_stanza_new (Commons *commons, guint id, guint id_uffici) +*ufficio_stanza_new (OrganigrammaCommons *commons, guint id, guint id_uffici) { GError *error; diff --git a/src/ufficiostanza.h b/src/ufficiostanza.h index b29256e..47f1270 100644 --- a/src/ufficiostanza.h +++ b/src/ufficiostanza.h @@ -55,7 +55,7 @@ struct _UfficioStanzaClass GType ufficio_stanza_get_type (void) G_GNUC_CONST; -UfficioStanza *ufficio_stanza_new (Commons *commons, guint id, guint id_uffici); +UfficioStanza *ufficio_stanza_new (OrganigrammaCommons *commons, guint id, guint id_uffici); GtkWidget *ufficio_stanza_get_widget (UfficioStanza *ufficio_stanza); diff --git a/src/vie.c b/src/vie.c index 9b0cb7f..1da36f0 100644 --- a/src/vie.c +++ b/src/vie.c @@ -67,7 +67,7 @@ enum typedef struct _ViePrivate ViePrivate; struct _ViePrivate { - Commons *commons; + OrganigrammaCommons *commons; GtkWidget *w; GtkWidget *trv_vie; @@ -117,7 +117,7 @@ vie_init (Vie *vie) * Returns: the newly created #Vie object. */ Vie -*vie_new (Commons *commons) +*vie_new (OrganigrammaCommons *commons) { GError *error; diff --git a/src/vie.h b/src/vie.h index dd6a99e..130f556 100644 --- a/src/vie.h +++ b/src/vie.h @@ -55,7 +55,7 @@ struct _VieClass GType vie_get_type (void) G_GNUC_CONST; -Vie *vie_new (Commons *commons); +Vie *vie_new (OrganigrammaCommons *commons); GtkWidget *vie_get_widget (Vie *vie); -- 2.49.0