static void
gtk_champlain_embed_get_property (GObject *object,
- guint prop_id,
- GValue *value,
- GParamSpec *pspec)
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
{
GtkChamplainEmbed *embed = GTK_CHAMPLAIN_EMBED (object);
GtkChamplainEmbedPrivate *priv = embed->priv;
static void
gtk_champlain_embed_set_property (GObject *object,
- guint prop_id,
- const GValue *value,
- GParamSpec *pspec)
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
{
//GtkChamplainEmbed *embed = GTK_CHAMPLAIN_EMBED (object);
//GtkChamplainEmbedPrivate *priv = embed->priv;
static void
view_size_allocated_cb (GtkWidget *widget,
- GtkAllocation *allocation,
- GtkChamplainEmbed *view)
+ GtkAllocation *allocation,
+ GtkChamplainEmbed *view)
{
GtkChamplainEmbedPrivate *priv = view->priv;
static gboolean
mouse_button_cb (GtkWidget *widget,
- GdkEventButton *event,
- GtkChamplainEmbed *view)
+ GdkEventButton *event,
+ GtkChamplainEmbed *view)
{
GtkChamplainEmbedPrivate *priv = view->priv;
void champlain_point_free (ChamplainPoint *point);
-ChamplainPoint * champlain_point_new (gdouble lat, gdouble lon);
+ChamplainPoint * champlain_point_new (gdouble lat,
+ gdouble lon);
#endif
*/
void
champlain_tile_set_filename (ChamplainTile *self,
- const gchar *filename)
+ const gchar *filename)
{
g_return_if_fail(CHAMPLAIN_TILE(self));
g_return_if_fail(filename != NULL);