[gnome-clocks/wip/vala] update gweather vapi
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks/wip/vala] update gweather vapi
- Date: Sat, 16 Feb 2013 14:36:31 +0000 (UTC)
commit d5cb24f81ef47edf846064b88e969759cd68cfaf
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Feb 16 14:37:21 2013 +0100
update gweather vapi
src/gweather-3.0.vapi | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/src/gweather-3.0.vapi b/src/gweather-3.0.vapi
index 8d658fb..cced6f9 100644
--- a/src/gweather-3.0.vapi
+++ b/src/gweather-3.0.vapi
@@ -2,7 +2,7 @@
[CCode (cprefix = "GWeather", gir_namespace = "GWeather", gir_version = "3.0", lower_case_cprefix =
"gweather_")]
namespace GWeather {
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", type_id =
"gweather_info_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", type_id = "gweather_info_get_type ()")]
public class Info : GLib.Object {
[CCode (has_construct_function = false)]
public Info (GWeather.Location? location, GWeather.ForecastType forecast_type);
@@ -63,7 +63,7 @@ namespace GWeather {
public GWeather.Location world { owned get; construct; }
public virtual signal void updated ();
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h",
copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gweather_location_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", copy_function = "g_boxed_copy", free_function =
"g_boxed_free", type_id = "gweather_location_get_type ()")]
[Compact]
public class Location {
public GWeather.Location deserialize (GLib.Variant serialized);
@@ -93,7 +93,7 @@ namespace GWeather {
[CCode (has_construct_function = false)]
public Location.world (bool use_regions);
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", type_id =
"gweather_location_entry_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", type_id = "gweather_location_entry_get_type ()")]
public class LocationEntry : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.CellEditable,
Gtk.Editable {
[CCode (has_construct_function = false, type = "GtkWidget*")]
public LocationEntry (GWeather.Location top);
@@ -104,7 +104,7 @@ namespace GWeather {
public GWeather.Location location { owned get; set; }
public GWeather.Location top { construct; }
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h",
copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gweather_timezone_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", copy_function = "g_boxed_copy", free_function =
"g_boxed_free", type_id = "gweather_timezone_get_type ()")]
[Compact]
public class Timezone {
public int get_dst_offset ();
@@ -116,7 +116,7 @@ namespace GWeather {
public GWeather.Timezone @ref ();
public void unref ();
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", type_id =
"gweather_timezone_menu_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", type_id = "gweather_timezone_menu_get_type ()")]
public class TimezoneMenu : Gtk.ComboBox, Atk.Implementor, Gtk.Buildable, Gtk.CellEditable,
Gtk.CellLayout {
[CCode (has_construct_function = false, type = "GtkWidget*")]
public TimezoneMenu (GWeather.Location top);
@@ -125,22 +125,22 @@ namespace GWeather {
public void* top { construct; }
public string tzid { get; set; }
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", has_type_id
= false)]
+ [CCode (cheader_filename = "libgweather/gweather.h", has_type_id = false)]
public struct Conditions {
public bool significant;
public GWeather.ConditionPhenomenon phenomenon;
public GWeather.ConditionQualifier qualifier;
public unowned string to_string ();
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h")]
+ [CCode (cheader_filename = "libgweather/gweather.h")]
[SimpleType]
public struct MoonLatitude : double {
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h")]
+ [CCode (cheader_filename = "libgweather/gweather.h")]
[SimpleType]
public struct MoonPhase : double {
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_PHENOMENON_", type_id = "gweather_phenomenon_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_PHENOMENON_", type_id =
"gweather_phenomenon_get_type ()")]
public enum ConditionPhenomenon {
INVALID,
NONE,
@@ -169,7 +169,7 @@ namespace GWeather {
DUST_WHIRLS,
LAST
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_QUALIFIER_", type_id = "gweather_qualifier_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_QUALIFIER_", type_id =
"gweather_qualifier_get_type ()")]
public enum ConditionQualifier {
INVALID,
NONE,
@@ -187,7 +187,7 @@ namespace GWeather {
FREEZING,
LAST
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_DISTANCE_UNIT_", type_id = "gweather_distance_unit_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_DISTANCE_UNIT_", type_id =
"gweather_distance_unit_get_type ()")]
public enum DistanceUnit {
INVALID,
DEFAULT,
@@ -195,13 +195,13 @@ namespace GWeather {
KM,
MILES
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_FORECAST_", type_id = "gweather_forecast_type_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_FORECAST_", type_id =
"gweather_forecast_type_get_type ()")]
public enum ForecastType {
STATE,
ZONE,
LIST
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_LOCATION_", type_id = "gweather_location_level_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_LOCATION_", type_id =
"gweather_location_level_get_type ()")]
public enum LocationLevel {
WORLD,
REGION,
@@ -212,7 +212,7 @@ namespace GWeather {
WEATHER_STATION,
DETACHED
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_PRESSURE_UNIT_", type_id = "gweather_pressure_unit_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_PRESSURE_UNIT_", type_id =
"gweather_pressure_unit_get_type ()")]
public enum PressureUnit {
INVALID,
DEFAULT,
@@ -223,7 +223,7 @@ namespace GWeather {
INCH_HG,
ATM
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_PROVIDER_", type_id = "gweather_provider_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_PROVIDER_", type_id =
"gweather_provider_get_type ()")]
[Flags]
public enum Provider {
NONE,
@@ -233,7 +233,7 @@ namespace GWeather {
YR_NO,
ALL
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_SKY_", type_id = "gweather_sky_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_SKY_", type_id =
"gweather_sky_get_type ()")]
public enum Sky {
INVALID,
CLEAR,
@@ -244,7 +244,7 @@ namespace GWeather {
LAST;
public static unowned string to_string (GWeather.Sky sky);
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_SPEED_UNIT_", type_id = "gweather_speed_unit_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_SPEED_UNIT_", type_id =
"gweather_speed_unit_get_type ()")]
public enum SpeedUnit {
INVALID,
DEFAULT,
@@ -254,7 +254,7 @@ namespace GWeather {
KNOTS,
BFT
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_TEMP_UNIT_", type_id = "gweather_temperature_unit_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_TEMP_UNIT_", type_id =
"gweather_temperature_unit_get_type ()")]
public enum TemperatureUnit {
INVALID,
DEFAULT,
@@ -262,7 +262,7 @@ namespace GWeather {
CENTIGRADE,
FAHRENHEIT
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cprefix =
"GWEATHER_WIND_", type_id = "gweather_wind_direction_get_type ()")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cprefix = "GWEATHER_WIND_", type_id =
"gweather_wind_direction_get_type ()")]
public enum WindDirection {
INVALID,
VARIABLE,
@@ -285,8 +285,8 @@ namespace GWeather {
LAST;
public static unowned string to_string (GWeather.WindDirection wind);
}
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cname =
"GWEATHER_LOCATION_ENTRY_H")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cname = "GWEATHER_LOCATION_ENTRY_H")]
public const int LOCATION_ENTRY_H;
- [CCode (cheader_filename = "libgweather/gweather-weather.h,libgweather/location-entry.h", cname =
"GWEATHER_TIMEZONE_MENU_H")]
+ [CCode (cheader_filename = "libgweather/gweather.h", cname = "GWEATHER_TIMEZONE_MENU_H")]
public const int TIMEZONE_MENU_H;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]