vala r830 - in trunk: . vapi vapi/packages/hildon-1
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r830 - in trunk: . vapi vapi/packages/hildon-1
- Date: Fri, 11 Jan 2008 22:10:08 +0000 (GMT)
Author: juergbi
Date: Fri Jan 11 22:10:06 2008
New Revision: 830
URL: http://svn.gnome.org/viewvc/vala?rev=830&view=rev
Log:
2008-01-11 Juerg Billeter <j bitron ch>
* vapi/packages/hildon-1/hildon-1.gi, vapi/hildon-1.vapi: regenerated,
fixes issue with Hildon.BreadCrumb
Modified:
trunk/ChangeLog
trunk/vapi/hildon-1.vapi
trunk/vapi/packages/hildon-1/hildon-1.gi
Modified: trunk/vapi/hildon-1.vapi
==============================================================================
--- trunk/vapi/hildon-1.vapi (original)
+++ trunk/vapi/hildon-1.vapi Fri Jan 11 22:10:06 2008
@@ -76,7 +76,7 @@
WEEK_START_MONDAY,
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class Banner : Gtk.Window, Gtk.Buildable, Atk.Implementor {
+ public class Banner : Gtk.Window, Atk.Implementor, Gtk.Buildable {
public void set_fraction (double fraction);
public void set_icon (string icon_name);
public void set_icon_from_file (string icon_file);
@@ -96,7 +96,7 @@
public weak uint timeout { get; construct; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class BreadCrumbTrail : Gtk.Container, Gtk.Buildable, Atk.Implementor {
+ public class BreadCrumbTrail : Gtk.Container, Atk.Implementor, Gtk.Buildable {
public void clear ();
public BreadCrumbTrail ();
public void pop ();
@@ -107,7 +107,7 @@
public signal void move_parent ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class Calendar : Gtk.Widget, Gtk.Buildable, Atk.Implementor {
+ public class Calendar : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
public weak Gtk.Style header_style;
public weak Gtk.Style label_style;
public int selected_day;
@@ -165,7 +165,7 @@
public signal void selected_date ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class CalendarPopup : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class CalendarPopup : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public void get_date (uint year, uint month, uint day);
public CalendarPopup (Gtk.Window parent, uint year, uint month, uint day);
public void set_date (uint year, uint month, uint day);
@@ -181,7 +181,7 @@
public weak int year { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class Caption : Gtk.EventBox, Gtk.Buildable, Atk.Implementor {
+ public class Caption : Gtk.EventBox, Atk.Implementor, Gtk.Buildable {
public bool get_child_expand ();
public weak Gtk.Widget get_icon_image ();
public Hildon.CaptionIconPosition get_icon_position ();
@@ -213,7 +213,7 @@
public signal void activate ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class CodeDialog : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class CodeDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public void clear_code ();
public weak string get_code ();
public CodeDialog ();
@@ -222,7 +222,7 @@
public signal void input ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class ColorButton : Gtk.Button, Gtk.Buildable, Atk.Implementor {
+ public class ColorButton : Gtk.Button, Atk.Implementor, Gtk.Buildable {
public void get_color (out Gdk.Color color);
public bool get_popup_shown ();
public ColorButton ();
@@ -233,7 +233,7 @@
public weak bool popup_shown { get; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class ColorChooser : Gtk.Widget, Gtk.Buildable, Atk.Implementor {
+ public class ColorChooser : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
public void get_color (out Gdk.Color color);
public ColorChooser ();
public virtual void set_color (Gdk.Color color);
@@ -241,13 +241,13 @@
public signal void color_changed ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class ColorChooserDialog : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class ColorChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public void get_color (out Gdk.Color color);
public ColorChooserDialog ();
public void set_color (Gdk.Color color);
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class Controlbar : Gtk.Scale, Gtk.Buildable, Atk.Implementor {
+ public class Controlbar : Gtk.Scale, Atk.Implementor, Gtk.Buildable {
public int get_max ();
public int get_min ();
public int get_value ();
@@ -262,7 +262,7 @@
public signal void end_reached (bool end);
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class DateEditor : Gtk.Container, Gtk.Buildable, Atk.Implementor {
+ public class DateEditor : Gtk.Container, Atk.Implementor, Gtk.Buildable {
public void get_date (uint year, uint month, uint day);
public uint get_day ();
public uint get_month ();
@@ -282,7 +282,7 @@
public signal bool date_error (Hildon.DateTimeError type);
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class FindToolbar : Gtk.Toolbar, Gtk.Buildable, Atk.Implementor {
+ public class FindToolbar : Gtk.Toolbar, Atk.Implementor, Gtk.Buildable {
public int get_active ();
public bool get_active_iter (out Gtk.TreeIter iter);
public int get_last_index ();
@@ -309,7 +309,7 @@
public signal void search ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class FontSelectionDialog : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class FontSelectionDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public weak string get_preview_text ();
public FontSelectionDialog (Gtk.Window parent, string title);
public void set_preview_text (string text);
@@ -350,7 +350,7 @@
public weak bool underline_set { get; set construct; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class GetPasswordDialog : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class GetPasswordDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public weak string get_password ();
public GetPasswordDialog (Gtk.Window parent, bool get_old);
public GetPasswordDialog.with_default (Gtk.Window parent, string password, bool get_old);
@@ -371,11 +371,11 @@
public weak string password { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class HVolumebar : Hildon.Volumebar, Gtk.Buildable, Atk.Implementor {
+ public class HVolumebar : Hildon.Volumebar, Atk.Implementor, Gtk.Buildable {
public HVolumebar ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class LoginDialog : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class LoginDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public weak string get_password ();
public weak string get_username ();
public LoginDialog (Gtk.Window parent);
@@ -389,7 +389,7 @@
public weak string username { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class Note : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class Note : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public Note.cancel_with_progress_bar (Gtk.Window parent, string description, Gtk.ProgressBar progressbar);
public Note.confirmation (Gtk.Window parent, string description);
public Note.confirmation_add_buttons (Gtk.Window parent, string description);
@@ -408,7 +408,7 @@
public weak string stock_icon { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class NumberEditor : Gtk.Container, Gtk.Buildable, Atk.Implementor {
+ public class NumberEditor : Gtk.Container, Atk.Implementor, Gtk.Buildable {
public int get_value ();
public NumberEditor (int min, int max);
public void set_range (int min, int max);
@@ -432,7 +432,7 @@
public weak bool is_topmost { get; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class RangeEditor : Gtk.Container, Gtk.Buildable, Atk.Implementor {
+ public class RangeEditor : Gtk.Container, Atk.Implementor, Gtk.Buildable {
public int get_higher ();
public int get_lower ();
public int get_max ();
@@ -455,7 +455,7 @@
public weak string separator { get; set construct; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class Seekbar : Gtk.Scale, Gtk.Buildable, Atk.Implementor {
+ public class Seekbar : Gtk.Scale, Atk.Implementor, Gtk.Buildable {
public uint get_fraction ();
public int get_position ();
public int get_total_time ();
@@ -468,7 +468,7 @@
public weak double total_time { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class SetPasswordDialog : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class SetPasswordDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public weak string get_password ();
public bool get_protected ();
public SetPasswordDialog (Gtk.Window parent, bool modify_protection);
@@ -482,7 +482,7 @@
public weak string password { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class SortDialog : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class SortDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public int add_sort_key (string sort_key);
public int add_sort_key_reversed (string sort_key);
public int get_sort_key ();
@@ -494,7 +494,7 @@
public weak Gtk.SortType sort_order { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class TimeEditor : Gtk.Container, Gtk.Buildable, Atk.Implementor {
+ public class TimeEditor : Gtk.Container, Atk.Implementor, Gtk.Buildable {
public uint get_duration_max ();
public uint get_duration_min ();
public bool get_duration_mode ();
@@ -522,7 +522,7 @@
public signal bool time_error (Hildon.DateTimeError type);
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class TimePicker : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class TimePicker : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public void get_time (uint hours, uint minutes);
public TimePicker (Gtk.Window parent);
public void set_time (uint hours, uint minutes);
@@ -530,11 +530,11 @@
public weak uint minutes { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class VVolumebar : Hildon.Volumebar, Gtk.Buildable, Atk.Implementor {
+ public class VVolumebar : Hildon.Volumebar, Atk.Implementor, Gtk.Buildable {
public VVolumebar ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class Volumebar : Gtk.Container, Gtk.Buildable, Atk.Implementor {
+ public class Volumebar : Gtk.Container, Atk.Implementor, Gtk.Buildable {
public weak Gtk.Adjustment get_adjustment ();
public double get_level ();
public bool get_mute ();
@@ -552,14 +552,14 @@
public signal void mute_toggled ();
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class VolumebarRange : Gtk.Scale, Gtk.Buildable, Atk.Implementor {
+ public class VolumebarRange : Gtk.Scale, Atk.Implementor, Gtk.Buildable {
public double get_level ();
public VolumebarRange (Gtk.Orientation orientation);
public void set_level (double level);
public weak double level { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class WeekdayPicker : Gtk.Container, Gtk.Buildable, Atk.Implementor {
+ public class WeekdayPicker : Gtk.Container, Atk.Implementor, Gtk.Buildable {
public bool isset_day (GLib.DateWeekday day);
public WeekdayPicker ();
public void set_all ();
@@ -570,7 +570,7 @@
public signal void selection_changed (int p0);
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class Window : Gtk.Window, Gtk.Buildable, Atk.Implementor {
+ public class Window : Gtk.Window, Atk.Implementor, Gtk.Buildable {
public void add_toolbar (Gtk.Toolbar toolbar);
public void add_with_scrollbar (Gtk.Widget child);
public bool get_is_topmost ();
@@ -582,7 +582,7 @@
public signal void clipboard_operation (int operation);
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public class WizardDialog : Gtk.Dialog, Gtk.Buildable, Atk.Implementor {
+ public class WizardDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
public WizardDialog (Gtk.Window parent, string wizard_name, Gtk.Notebook notebook);
[NoAccessorMethod]
public weak bool autotitle { get; set; }
@@ -592,7 +592,7 @@
public weak Gtk.Notebook wizard_notebook { get; set; }
}
[CCode (cheader_filename = "hildon/hildon.h")]
- public interface BreadCrumb : GLib.InitiallyUnowned, Gtk.Object, Gtk.Widget {
+ public interface BreadCrumb : Gtk.Widget {
public void activated ();
public abstract void get_natural_size (int width, int height);
public signal void crumb_activated ();
Modified: trunk/vapi/packages/hildon-1/hildon-1.gi
==============================================================================
--- trunk/vapi/packages/hildon-1/hildon-1.gi (original)
+++ trunk/vapi/packages/hildon-1/hildon-1.gi Fri Jan 11 22:10:06 2008
@@ -122,8 +122,8 @@
</flags>
<object name="HildonBanner" parent="GtkWindow" type-name="HildonBanner" get-type="hildon_banner_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="set_fraction" symbol="hildon_banner_set_fraction">
<return-type type="void"/>
@@ -213,8 +213,8 @@
</object>
<object name="HildonBreadCrumbTrail" parent="GtkContainer" type-name="HildonBreadCrumbTrail" get-type="hildon_bread_crumb_trail_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="clear" symbol="hildon_bread_crumb_trail_clear">
<return-type type="void"/>
@@ -275,8 +275,8 @@
</object>
<object name="HildonCalendar" parent="GtkWidget" type-name="HildonCalendar" get-type="hildon_calendar_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="clear_marks" symbol="hildon_calendar_clear_marks">
<return-type type="void"/>
@@ -435,8 +435,8 @@
</object>
<object name="HildonCalendarPopup" parent="GtkDialog" type-name="HildonCalendarPopup" get-type="hildon_calendar_popup_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_date" symbol="hildon_calendar_popup_get_date">
<return-type type="void"/>
@@ -473,8 +473,8 @@
</object>
<object name="HildonCaption" parent="GtkEventBox" type-name="HildonCaption" get-type="hildon_caption_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_child_expand" symbol="hildon_caption_get_child_expand">
<return-type type="gboolean"/>
@@ -619,8 +619,8 @@
</object>
<object name="HildonCodeDialog" parent="GtkDialog" type-name="HildonCodeDialog" get-type="hildon_code_dialog_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="clear_code" symbol="hildon_code_dialog_clear_code">
<return-type type="void"/>
@@ -660,8 +660,8 @@
</object>
<object name="HildonColorButton" parent="GtkButton" type-name="HildonColorButton" get-type="hildon_color_button_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_color" symbol="hildon_color_button_get_color">
<return-type type="void"/>
@@ -703,8 +703,8 @@
</object>
<object name="HildonColorChooser" parent="GtkWidget" type-name="HildonColorChooser" get-type="hildon_color_chooser_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_color" symbol="hildon_color_chooser_get_color">
<return-type type="void"/>
@@ -740,8 +740,8 @@
</object>
<object name="HildonColorChooserDialog" parent="GtkDialog" type-name="HildonColorChooserDialog" get-type="hildon_color_chooser_dialog_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_color" symbol="hildon_color_chooser_dialog_get_color">
<return-type type="void"/>
@@ -763,8 +763,8 @@
</object>
<object name="HildonControlbar" parent="GtkScale" type-name="HildonControlbar" get-type="hildon_controlbar_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_max" symbol="hildon_controlbar_get_max">
<return-type type="gint"/>
@@ -829,8 +829,8 @@
</object>
<object name="HildonDateEditor" parent="GtkContainer" type-name="HildonDateEditor" get-type="hildon_date_editor_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_date" symbol="hildon_date_editor_get_date">
<return-type type="void"/>
@@ -907,8 +907,8 @@
</object>
<object name="HildonFindToolbar" parent="GtkToolbar" type-name="HildonFindToolbar" get-type="hildon_find_toolbar_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_active" symbol="hildon_find_toolbar_get_active">
<return-type type="gint"/>
@@ -997,8 +997,8 @@
</object>
<object name="HildonFontSelectionDialog" parent="GtkDialog" type-name="HildonFontSelectionDialog" get-type="hildon_font_selection_dialog_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_preview_text" symbol="hildon_font_selection_dialog_get_preview_text">
<return-type type="gchar*"/>
@@ -1041,8 +1041,8 @@
</object>
<object name="HildonGetPasswordDialog" parent="GtkDialog" type-name="HildonGetPasswordDialog" get-type="hildon_get_password_dialog_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_password" symbol="hildon_get_password_dialog_get_password">
<return-type type="gchar*"/>
@@ -1095,8 +1095,8 @@
</object>
<object name="HildonHVolumebar" parent="HildonVolumebar" type-name="HildonHVolumebar" get-type="hildon_hvolumebar_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<constructor name="new" symbol="hildon_hvolumebar_new">
<return-type type="GtkWidget*"/>
@@ -1104,8 +1104,8 @@
</object>
<object name="HildonLoginDialog" parent="GtkDialog" type-name="HildonLoginDialog" get-type="hildon_login_dialog_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_password" symbol="hildon_login_dialog_get_password">
<return-type type="gchar*"/>
@@ -1146,8 +1146,8 @@
</object>
<object name="HildonNote" parent="GtkDialog" type-name="HildonNote" get-type="hildon_note_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<constructor name="new_cancel_with_progress_bar" symbol="hildon_note_new_cancel_with_progress_bar">
<return-type type="GtkWidget*"/>
@@ -1217,8 +1217,8 @@
</object>
<object name="HildonNumberEditor" parent="GtkContainer" type-name="HildonNumberEditor" get-type="hildon_number_editor_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_value" symbol="hildon_number_editor_get_value">
<return-type type="gint"/>
@@ -1325,8 +1325,8 @@
</object>
<object name="HildonRangeEditor" parent="GtkContainer" type-name="HildonRangeEditor" get-type="hildon_range_editor_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_higher" symbol="hildon_range_editor_get_higher">
<return-type type="gint"/>
@@ -1434,8 +1434,8 @@
</object>
<object name="HildonSeekbar" parent="GtkScale" type-name="HildonSeekbar" get-type="hildon_seekbar_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_fraction" symbol="hildon_seekbar_get_fraction">
<return-type type="guint"/>
@@ -1485,8 +1485,8 @@
</object>
<object name="HildonSetPasswordDialog" parent="GtkDialog" type-name="HildonSetPasswordDialog" get-type="hildon_set_password_dialog_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_password" symbol="hildon_set_password_dialog_get_password">
<return-type type="gchar*"/>
@@ -1528,8 +1528,8 @@
</object>
<object name="HildonSortDialog" parent="GtkDialog" type-name="HildonSortDialog" get-type="hildon_sort_dialog_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="add_sort_key" symbol="hildon_sort_dialog_add_sort_key">
<return-type type="gint"/>
@@ -1582,8 +1582,8 @@
</object>
<object name="HildonTimeEditor" parent="GtkContainer" type-name="HildonTimeEditor" get-type="hildon_time_editor_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_duration_max" symbol="hildon_time_editor_get_duration_max">
<return-type type="guint"/>
@@ -1723,8 +1723,8 @@
</object>
<object name="HildonTimePicker" parent="GtkDialog" type-name="HildonTimePicker" get-type="hildon_time_picker_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_time" symbol="hildon_time_picker_get_time">
<return-type type="void"/>
@@ -1752,8 +1752,8 @@
</object>
<object name="HildonVVolumebar" parent="HildonVolumebar" type-name="HildonVVolumebar" get-type="hildon_vvolumebar_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<constructor name="new" symbol="hildon_vvolumebar_new">
<return-type type="GtkWidget*"/>
@@ -1761,8 +1761,8 @@
</object>
<object name="HildonVolumebar" parent="GtkContainer" type-name="HildonVolumebar" get-type="hildon_volumebar_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_adjustment" symbol="hildon_volumebar_get_adjustment">
<return-type type="GtkAdjustment*"/>
@@ -1829,8 +1829,8 @@
</object>
<object name="HildonVolumebarRange" parent="GtkScale" type-name="HildonVolumebarRange" get-type="hildon_volumebar_range_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="get_level" symbol="hildon_volumebar_range_get_level">
<return-type type="gdouble"/>
@@ -1855,8 +1855,8 @@
</object>
<object name="HildonWeekdayPicker" parent="GtkContainer" type-name="HildonWeekdayPicker" get-type="hildon_weekday_picker_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="isset_day" symbol="hildon_weekday_picker_isset_day">
<return-type type="gboolean"/>
@@ -1911,8 +1911,8 @@
</object>
<object name="HildonWindow" parent="GtkWindow" type-name="HildonWindow" get-type="hildon_window_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<method name="add_toolbar" symbol="hildon_window_add_toolbar">
<return-type type="void"/>
@@ -1968,8 +1968,8 @@
</object>
<object name="HildonWizardDialog" parent="GtkDialog" type-name="HildonWizardDialog" get-type="hildon_wizard_dialog_get_type">
<implements>
- <interface name="GtkBuildable"/>
<interface name="AtkImplementor"/>
+ <interface name="GtkBuildable"/>
</implements>
<constructor name="new" symbol="hildon_wizard_dialog_new">
<return-type type="GtkWidget*"/>
@@ -1985,8 +1985,6 @@
</object>
<interface name="HildonBreadCrumb" type-name="HildonBreadCrumb" get-type="hildon_bread_crumb_get_type">
<requires>
- <interface name="GInitiallyUnowned"/>
- <interface name="GtkObject"/>
<interface name="GtkWidget"/>
</requires>
<method name="activated" symbol="hildon_bread_crumb_activated">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]