Impostata la compilazione silenziosa.
Migrazione a libgdaex >= 0.3.0.
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
+ <filteredResources>
+ <filter>
+ <id>1317140058877</id>
+ <name></name>
+ <type>30</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-autom4te.cache</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058880</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-*.o</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058883</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-Makefile.in</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058885</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-Makefile</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058888</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-configure</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058891</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-config.log</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058894</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-depcomp</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058897</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-install-sh</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058900</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-missing</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058902</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-stamp-h1</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058905</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-config.guess</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058908</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-config.status</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058922</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-aclocal.m4</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058925</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-config.h.in</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058928</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-config.sub</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058931</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-config.h</arguments>
+ </matcher>
+ </filter>
+ <filter>
+ <id>1317140058934</id>
+ <name></name>
+ <type>22</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-*.exe</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
</projectDescription>
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
# 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)
#include <gtk/gtk.h>
-#include <libgdaex.h>
+#include <libgdaex/libgdaex.h>
typedef struct
{
GdaEx *gdaex;
const gchar *guifile;
- } Commons;
+ } OrganigrammaCommons;
#endif /* __COMMONS_H__ */
#include <gtk/gtk.h>
#include <libaute.h>
-#include <libgdaex.h>
#include "commons.h"
#include "nodi.h"
#include "titoli.h"
#include "uffici.h"
-static Commons *commons;
+static OrganigrammaCommons *commons;
static GKeyFile *config;
}
/* inizializzazione commons */
- commons = g_malloc (sizeof (Commons));
+ commons = g_malloc (sizeof (OrganigrammaCommons));
#ifdef G_OS_WIN32
typedef struct _NodiPrivate NodiPrivate;
struct _NodiPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #Nodi object.
*/
Nodi
-*nodi_new (Commons *commons, gboolean selezione)
+*nodi_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _NodoPrivate NodoPrivate;
struct _NodoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #Nodo object.
*/
Nodo
-*nodo_new (Commons *commons, gint id)
+*nodo_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _PersonaPrivate PersonaPrivate;
struct _PersonaPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #Persona object.
*/
Persona
-*persona_new (Commons *commons, gint id)
+*persona_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _PersonaIncaricoPrivate PersonaIncaricoPrivate;
struct _PersonaIncaricoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _PersonaNodoPrivate PersonaNodoPrivate;
struct _PersonaNodoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _PersonaNodoRecapitoPrivate PersonaNodoRecapitoPrivate;
struct _PersonaNodoRecapitoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _PersonaRecapitoPrivate PersonaRecapitoPrivate;
struct _PersonaRecapitoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _PersonaUfficioPrivate PersonaUfficioPrivate;
struct _PersonaUfficioPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _PersonaUfficioRecapitoPrivate PersonaUfficioRecapitoPrivate;
struct _PersonaUfficioRecapitoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _PersonePrivate PersonePrivate;
struct _PersonePrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #Persone object.
*/
Persone
-*persone_new (Commons *commons, gboolean selezione)
+*persone_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _PosizioneEconomicaPrivate PosizioneEconomicaPrivate;
struct _PosizioneEconomicaPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #PosizioneEconomica object.
*/
PosizioneEconomica
-*posizione_economica_new (Commons *commons, gint id)
+*posizione_economica_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _PosizioniEconomichePrivate PosizioniEconomichePrivate;
struct _PosizioniEconomichePrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #PosizioniEconomiche object.
*/
PosizioniEconomiche
-*posizioni_economiche_new (Commons *commons, gboolean selezione)
+*posizioni_economiche_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _ProfiliProfessionaliPrivate ProfiliProfessionaliPrivate;
struct _ProfiliProfessionaliPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #ProfiliProfessionali object.
*/
ProfiliProfessionali
-*profili_professionali_new (Commons *commons, gboolean selezione)
+*profili_professionali_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _ProfiloProfessionalePrivate ProfiloProfessionalePrivate;
struct _ProfiloProfessionalePrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #ProfiloProfessionale object.
*/
ProfiloProfessionale
-*profilo_professionale_new (Commons *commons, gint id)
+*profilo_professionale_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _StrutturaPrivate StrutturaPrivate;
struct _StrutturaPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #Struttura object.
*/
Struttura
-*struttura_new (Commons *commons, gint id)
+*struttura_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _StrutturaIndirizzoPrivate StrutturaIndirizzoPrivate;
struct _StrutturaIndirizzoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _StrutturePrivate StrutturePrivate;
struct _StrutturePrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #Strutture object.
*/
Strutture
-*strutture_new (Commons *commons, gboolean selezione)
+*strutture_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TipiNodoPrivate TipiNodoPrivate;
struct _TipiNodoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #TipiNodo object.
*/
TipiNodo
-*tipi_nodo_new (Commons *commons, gboolean selezione)
+*tipi_nodo_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TipiPrestazionePrivate TipiPrestazionePrivate;
struct _TipiPrestazionePrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #TipiPrestazione object.
*/
TipiPrestazione
-*tipi_prestazione_new (Commons *commons, gboolean selezione)
+*tipi_prestazione_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TipiRapportoLavoroPrivate TipiRapportoLavoroPrivate;
struct _TipiRapportoLavoroPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* 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;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TipiRecapitoPrivate TipiRecapitoPrivate;
struct _TipiRecapitoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #TipiRecapito object.
*/
TipiRecapito
-*tipi_recapito_new (Commons *commons, gboolean selezione)
+*tipi_recapito_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TipoNodoPrivate TipoNodoPrivate;
struct _TipoNodoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #TipoNodo object.
*/
TipoNodo
-*tipo_nodo_new (Commons *commons, gint id)
+*tipo_nodo_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TipoPrestazionePrivate TipoPrestazionePrivate;
struct _TipoPrestazionePrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #TipoPrestazione object.
*/
TipoPrestazione
-*tipo_prestazione_new (Commons *commons, gint id)
+*tipo_prestazione_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TipoRapportoLavoroPrivate TipoRapportoLavoroPrivate;
struct _TipoRapportoLavoroPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TipoRecapitoPrivate TipoRecapitoPrivate;
struct _TipoRecapitoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #TipoRecapito object.
*/
TipoRecapito
-*tipo_recapito_new (Commons *commons, gint id)
+*tipo_recapito_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TitoliPrivate TitoliPrivate;
struct _TitoliPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #Titoli object.
*/
Titoli
-*titoli_new (Commons *commons, gboolean selezione)
+*titoli_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _TitoloPrivate TitoloPrivate;
struct _TitoloPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #Titolo object.
*/
Titolo
-*titolo_new (Commons *commons, gint id)
+*titolo_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _UfficiPrivate UfficiPrivate;
struct _UfficiPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *widget;
GtkTreeSelection *selection;
* Returns: the newly created #Uffici object.
*/
Uffici
-*uffici_new (Commons *commons, gboolean selezione)
+*uffici_new (OrganigrammaCommons *commons, gboolean selezione)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _UfficioPrivate UfficioPrivate;
struct _UfficioPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* Returns: the newly created #Ufficio object.
*/
Ufficio
-*ufficio_new (Commons *commons, gint id)
+*ufficio_new (OrganigrammaCommons *commons, gint id)
{
GError *error;
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <libgdaex.h>
#include "commons.h"
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);
typedef struct _UfficioNodoPrivate UfficioNodoPrivate;
struct _UfficioNodoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _UfficioOrarioPrivate UfficioOrarioPrivate;
struct _UfficioOrarioPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _UfficioRecapitoPrivate UfficioRecapitoPrivate;
struct _UfficioRecapitoPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _UfficioStanzaPrivate UfficioStanzaPrivate;
struct _UfficioStanzaPrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkForm *form;
* 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;
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);
typedef struct _ViePrivate ViePrivate;
struct _ViePrivate
{
- Commons *commons;
+ OrganigrammaCommons *commons;
GtkWidget *w;
GtkWidget *trv_vie;
* Returns: the newly created #Vie object.
*/
Vie
-*vie_new (Commons *commons)
+*vie_new (OrganigrammaCommons *commons)
{
GError *error;
GType vie_get_type (void) G_GNUC_CONST;
-Vie *vie_new (Commons *commons);
+Vie *vie_new (OrganigrammaCommons *commons);
GtkWidget *vie_get_widget (Vie *vie);