# Checks for libraries.
PKG_CHECK_MODULES(SOLIPA, [gobject-2.0 >= 2.24.0
- glib-2.0 >= 2.24.0])
+ glib-2.0 >= 2.24.0
+ libgdaex >= 0.2.2])
AC_SUBST(SOLIPA_CFLAGS)
AC_SUBST(SOLIPA_LIBS)
<?xml version="1.0"?>
<interface>
+ <requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
+ <object class="GtkWindow" id="w_allegato">
+ <property name="title" translatable="yes">Allegato - Gestione mezzi</property>
+ <property name="modal">True</property>
+ <property name="window_position">center-on-parent</property>
+ <property name="default_width">480</property>
+ <property name="destroy_with_parent">True</property>
+ <child>
+ <object class="GtkTable" id="table22">
+ <property name="visible">True</property>
+ <property name="n_rows">4</property>
+ <property name="n_columns">2</property>
+ <property name="column_spacing">5</property>
+ <property name="row_spacing">5</property>
+ <child>
+ <object class="GtkLabel" id="label139">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Percorso del file</property>
+ </object>
+ <packing>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox13">
+ <property name="visible">True</property>
+ <property name="spacing">5</property>
+ <child>
+ <object class="GtkEntry" id="entry42">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="editable">False</property>
+ <property name="invisible_char">●</property>
+ <property name="secondary_icon_stock">gtk-clear</property>
+ <property name="secondary_icon_activatable">True</property>
+ <property name="secondary_icon_sensitive">True</property>
+ </object>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button144">
+ <property name="label" translatable="yes">...</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label141">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Data del file</property>
+ </object>
+ <packing>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="entry44">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="editable">False</property>
+ <property name="invisible_char">●</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label142">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Dimensione del file</property>
+ </object>
+ <packing>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="entry45">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="editable">False</property>
+ <property name="invisible_char">●</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="checkbutton2">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="xalign">0.52999997138977051</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label143">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Salva nel database</property>
+ </object>
+ <packing>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
</interface>
lib_LTLIBRARIES = libsolipa.la
-libsolipa_la_SOURCES = solipa.c
+libsolipa_la_SOURCES = solipa.c \
+ allegato.c
libsolipa_la_LDFLAGS = -no-undefined
libsolipa_include_HEADERS = libsolipa.h \
- solipa.h
+ solipa.h \
+ allegato.h
libsolipa_includedir = $(includedir)/libsolipa
--- /dev/null
+/*
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
+#include "allegato.h"
+
+static void solipa_allegato_class_init (SolipaAllegatoClass *class);
+static void solipa_allegato_init (SolipaAllegato *solipa_allegato);
+
+static void solipa_allegato_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec);
+static void solipa_allegato_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec);
+
+#define SOLIPA_ALLEGATO_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TYPE_SOLIPA_ALLEGATO, SolipaAllegatoPrivate))
+
+typedef struct _SolipaAllegatoPrivate SolipaAllegatoPrivate;
+struct _SolipaAllegatoPrivate
+ {
+ Solipa *solipa;
+ };
+
+G_DEFINE_TYPE (SolipaAllegato, solipa_allegato, G_TYPE_OBJECT)
+
+static void
+solipa_allegato_class_init (SolipaAllegatoClass *class)
+{
+ GObjectClass *object_class = G_OBJECT_CLASS (class);
+
+ object_class->set_property = solipa_allegato_set_property;
+ object_class->get_property = solipa_allegato_get_property;
+
+ g_type_class_add_private (object_class, sizeof (SolipaAllegatoPrivate));
+}
+
+static void
+solipa_allegato_init (SolipaAllegato *solipa_allegato)
+{
+ SolipaAllegatoPrivate *priv = SOLIPA_ALLEGATO_GET_PRIVATE (solipa_allegato);
+}
+
+/**
+ * solipa_allegato_new:
+ * @solipa:
+ *
+ * Returns: the newly created #SolipaAllegato object.
+ */
+SolipaAllegato
+*solipa_allegato_new (Solipa *solipa)
+{
+ SolipaAllegato *solipa_allegato;
+ SolipaAllegatoPrivate *priv;
+
+ g_return_val_if_fail (IS_SOLIPA (solipa), NULL);
+
+ solipa_allegato = SOLIPA_ALLEGATO (g_object_new (solipa_allegato_get_type (), NULL));
+
+ priv = SOLIPA_ALLEGATO_GET_PRIVATE (solipa_allegato);
+
+ priv->solipa = solipa;
+
+ return solipa_allegato;
+}
+
+/* PRIVATE */
+static void
+solipa_allegato_set_property (GObject *object,
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
+{
+ SolipaAllegato *solipa_allegato = (SolipaAllegato *)object;
+
+ SolipaAllegatoPrivate *priv = SOLIPA_ALLEGATO_GET_PRIVATE (solipa_allegato);
+
+ switch (property_id)
+ {
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
+
+static void
+solipa_allegato_get_property (GObject *object,
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
+{
+ SolipaAllegato *solipa_allegato = (SolipaAllegato *)object;
+
+ SolipaAllegatoPrivate *priv = SOLIPA_ALLEGATO_GET_PRIVATE (solipa_allegato);
+
+ switch (property_id)
+ {
+ default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+ break;
+ }
+}
--- /dev/null
+/*
+ * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef __SOLIPA_ALLEGATO_H__
+#define __SOLIPA_ALLEGATO_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <solipa.h>
+
+
+G_BEGIN_DECLS
+
+
+#define TYPE_SOLIPA_ALLEGATO (solipa_allegato_get_type ())
+#define SOLIPA_ALLEGATO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_SOLIPA_ALLEGATO, SolipaAllegato))
+#define SOLIPA_ALLEGATO_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_SOLIPA_ALLEGATO, SolipaAllegatoClass))
+#define IS_SOLIPA_ALLEGATO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_SOLIPA_ALLEGATO))
+#define IS_SOLIPA_ALLEGATO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_SOLIPA_ALLEGATO))
+#define SOLIPA_ALLEGATO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_SOLIPA_ALLEGATO, SolipaAllegatoClass))
+
+typedef struct _SolipaAllegato SolipaAllegato;
+typedef struct _SolipaAllegatoClass SolipaAllegatoClass;
+
+struct _SolipaAllegato
+ {
+ GObject parent;
+ };
+
+struct _SolipaAllegatoClass
+ {
+ GObjectClass parent_class;
+ };
+
+GType solipa_allegato_get_type (void) G_GNUC_CONST;
+
+
+SolipaAllegato *solipa_allegato_new (Solipa *solipa);
+
+
+G_END_DECLS
+
+
+#endif /* __SOLIPA_ALLEGATO_H__ */
typedef struct _SolipaPrivate SolipaPrivate;
struct _SolipaPrivate
{
- gpointer foo;
+ GdaEx *gdaex;
};
G_DEFINE_TYPE (Solipa, solipa, G_TYPE_OBJECT)
return SOLIPA (g_object_new (solipa_get_type (), NULL));
}
+void
+solipa_set_gdaex (Solipa *solipa, GdaEx *gdaex)
+{
+ SolipaPrivate *priv;
+
+ g_return_if_fail (IS_SOLIPA (solipa));
+ g_return_if_fail (IS_GDAEX (gdaex));
+
+ priv = SOLIPA_GET_PRIVATE (solipa);
+
+ priv->gdaex = gdaex;
+}
+
/* PRIVATE */
static void
solipa_set_property (GObject *object,
#include <glib.h>
#include <glib-object.h>
+#include <libgdaex.h>
+
G_BEGIN_DECLS
Solipa *solipa_new (void);
+void solipa_set_gdaex (Solipa *solipa, GdaEx *gdaex);
+
G_END_DECLS