Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/Projects/Write/build$ make
- -- checking for a minimum Vala version of 0.14.0
- -- found Vala, version 0.16.0
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/gp/Projects/Write/build
- [ 50%] Generating src/Write.c
- /home/gp/Projects/Write/src/Write.vala:5.7-5.12: error: The namespace name `WebKit' could not be found
- using WebKit;
- ^^^^^^
- Compilation failed: 1 error(s), 0 warning(s)
- make[2]: *** [src/Write.c] Error 1
- make[1]: *** [CMakeFiles/write.dir/all] Error 2
- make: *** [all] Error 2
- gp@gp-Aspire-5738:~/Projects/Write/build$ cmake ..
- -- checking for a minimum Vala version of 0.14.0
- -- found Vala, version 0.16.0
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/gp/Projects/Write/build
- gp@gp-Aspire-5738:~/Projects/Write/build$ make
- [ 50%] Generating src/Write.c
- gdk-2.0.vapi:7.3-7.28: error: `Gdk.Selection' already contains a definition for `convert'
- public static void convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4523.3-4523.28: note: previous definition of `convert' was here
- public static void convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:9.3-9.44: error: `Gdk.Selection' already contains a definition for `owner_get'
- public static unowned Gdk.Window owner_get (Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4525.3-4525.44: note: previous definition of `owner_get' was here
- public static unowned Gdk.Window owner_get (Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:11.3-11.56: error: `Gdk.Selection' already contains a definition for `owner_get_for_display'
- public static unowned Gdk.Window owner_get_for_display (Gdk.Display display, Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4527.3-4527.56: note: previous definition of `owner_get_for_display' was here
- public static unowned Gdk.Window owner_get_for_display (Gdk.Display display, Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:13.3-13.30: error: `Gdk.Selection' already contains a definition for `owner_set'
- public static bool owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4529.3-4529.30: note: previous definition of `owner_set' was here
- public static bool owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:15.3-15.42: error: `Gdk.Selection' already contains a definition for `owner_set_for_display'
- public static bool owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4531.3-4531.42: note: previous definition of `owner_set_for_display' was here
- public static bool owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:17.3-17.32: error: `Gdk.Selection' already contains a definition for `property_get'
- public static int property_get (Gdk.Window requestor, uchar[] data, out Gdk.Atom prop_type, int prop_format);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4533.3-4533.32: note: previous definition of `property_get' was here
- public static int property_get (Gdk.Window requestor, [CCode (array_length = false, type = "guchar**")] uint8[] data, Gdk.Atom prop_type, int prop_format);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:19.3-19.32: error: `Gdk.Selection' already contains a definition for `send_notify'
- public static void send_notify (Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4535.3-4535.32: note: previous definition of `send_notify' was here
- public static void send_notify (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:21.3-21.44: error: `Gdk.Selection' already contains a definition for `send_notify_for_display'
- public static void send_notify_for_display (Gdk.Display display, Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4537.3-4537.44: note: previous definition of `send_notify_for_display' was here
- public static void send_notify_for_display (Gdk.Display display, Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:24.2-24.54: error: `Gdk' already contains a definition for `AppLaunchContext'
- public class AppLaunchContext : GLib.AppLaunchContext {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4540.2-4540.54: note: previous definition of `AppLaunchContext' was here
- public class AppLaunchContext : GLib.AppLaunchContext {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:59.2-59.20: error: `Gdk' already contains a definition for `Cursor'
- public class Cursor {
- ^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4555.2-4555.34: note: previous definition of `Cursor' was here
- public class Cursor : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:77.2-77.34: error: `Gdk' already contains a definition for `Device'
- public class Device : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4575.2-4575.43: note: previous definition of `Device' was here
- public abstract class Device : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:108.2-108.35: error: `Gdk' already contains a definition for `Display'
- public class Display : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4632.2-4632.35: note: previous definition of `Display' was here
- public class Display : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:176.2-176.42: error: `Gdk' already contains a definition for `DisplayManager'
- public class DisplayManager : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4687.2-4687.42: note: previous definition of `DisplayManager' was here
- public class DisplayManager : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:194.2-194.39: error: `Gdk' already contains a definition for `DragContext'
- public class DragContext : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4699.2-4699.39: note: previous definition of `DragContext' was here
- public class DragContext : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:272.2-272.19: error: `Gdk' already contains a definition for `Event'
- public class Event {
- ^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4714.2-4714.19: note: previous definition of `Event' was here
- public class Event {
- ^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:403.2-403.34: error: `Gdk' already contains a definition for `Keymap'
- public class Keymap : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4762.2-4762.34: note: previous definition of `Keymap' was here
- public class Keymap : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:496.2-496.34: error: `Gdk' already contains a definition for `Screen'
- public class Screen : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4783.2-4783.34: note: previous definition of `Screen' was here
- public class Screen : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:553.2-553.34: error: `Gdk' already contains a definition for `Visual'
- public class Visual : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4827.2-4827.34: note: previous definition of `Visual' was here
- public class Visual : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:588.2-588.35: error: `Gdk' already contains a definition for `Window'
- public class Window : Gdk.Drawable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:4848.2-4848.34: note: previous definition of `Window' was here
- public class Window : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:730.2-730.19: error: `Gdk' already contains a definition for `Atom'
- public struct Atom {
- ^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5006.2-5006.19: note: previous definition of `Atom' was here
- public struct Atom {
- ^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:738.2-738.20: error: `Gdk' already contains a definition for `Color'
- public struct Color {
- ^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5014.2-5014.20: note: previous definition of `Color' was here
- public struct Color {
- ^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:762.2-762.23: error: `Gdk' already contains a definition for `EventAny'
- public struct EventAny {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5027.2-5027.23: note: previous definition of `EventAny' was here
- public struct EventAny {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:768.2-768.26: error: `Gdk' already contains a definition for `EventButton'
- public struct EventButton {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5033.2-5033.26: note: previous definition of `EventButton' was here
- public struct EventButton {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:793.2-793.29: error: `Gdk' already contains a definition for `EventConfigure'
- public struct EventConfigure {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5048.2-5048.29: note: previous definition of `EventConfigure' was here
- public struct EventConfigure {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:803.2-803.28: error: `Gdk' already contains a definition for `EventCrossing'
- public struct EventCrossing {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5058.2-5058.28: note: previous definition of `EventCrossing' was here
- public struct EventCrossing {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:819.2-819.23: error: `Gdk' already contains a definition for `EventDND'
- public struct EventDND {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5074.2-5074.23: note: previous definition of `EventDND' was here
- public struct EventDND {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:829.2-829.26: error: `Gdk' already contains a definition for `EventExpose'
- public struct EventExpose {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5084.2-5084.26: note: previous definition of `EventExpose' was here
- public struct EventExpose {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:838.2-838.25: error: `Gdk' already contains a definition for `EventFocus'
- public struct EventFocus {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5093.2-5093.25: note: previous definition of `EventFocus' was here
- public struct EventFocus {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:845.2-845.30: error: `Gdk' already contains a definition for `EventGrabBroken'
- public struct EventGrabBroken {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5100.2-5100.30: note: previous definition of `EventGrabBroken' was here
- public struct EventGrabBroken {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:854.2-854.23: error: `Gdk' already contains a definition for `EventKey'
- public struct EventKey {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5109.2-5109.23: note: previous definition of `EventKey' was here
- public struct EventKey {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:869.2-869.26: error: `Gdk' already contains a definition for `EventMotion'
- public struct EventMotion {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5124.2-5124.26: note: previous definition of `EventMotion' was here
- public struct EventMotion {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:891.2-891.31: error: `Gdk' already contains a definition for `EventOwnerChange'
- public struct EventOwnerChange {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5140.2-5140.31: note: previous definition of `EventOwnerChange' was here
- public struct EventOwnerChange {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:902.2-902.28: error: `Gdk' already contains a definition for `EventProperty'
- public struct EventProperty {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5151.2-5151.28: note: previous definition of `EventProperty' was here
- public struct EventProperty {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:911.2-911.29: error: `Gdk' already contains a definition for `EventProximity'
- public struct EventProximity {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5160.2-5160.29: note: previous definition of `EventProximity' was here
- public struct EventProximity {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:919.2-919.26: error: `Gdk' already contains a definition for `EventScroll'
- public struct EventScroll {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5168.2-5168.26: note: previous definition of `EventScroll' was here
- public struct EventScroll {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:933.2-933.29: error: `Gdk' already contains a definition for `EventSelection'
- public struct EventSelection {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5182.2-5182.29: note: previous definition of `EventSelection' was here
- public struct EventSelection {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:944.2-944.27: error: `Gdk' already contains a definition for `EventSetting'
- public struct EventSetting {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5193.2-5193.27: note: previous definition of `EventSetting' was here
- public struct EventSetting {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:952.2-952.30: error: `Gdk' already contains a definition for `EventVisibility'
- public struct EventVisibility {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5201.2-5201.30: note: previous definition of `EventVisibility' was here
- public struct EventVisibility {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:959.2-959.31: error: `Gdk' already contains a definition for `EventWindowState'
- public struct EventWindowState {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5208.2-5208.31: note: previous definition of `EventWindowState' was here
- public struct EventWindowState {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:988.2-988.23: error: `Gdk' already contains a definition for `Geometry'
- public struct Geometry {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5216.2-5216.23: note: previous definition of `Geometry' was here
- public struct Geometry {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1002.2-1002.24: error: `Gdk' already contains a definition for `KeymapKey'
- public struct KeymapKey {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5230.2-5230.24: note: previous definition of `KeymapKey' was here
- public struct KeymapKey {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1033.2-1033.20: error: `Gdk' already contains a definition for `Point'
- public struct Point {
- ^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5236.2-5236.20: note: previous definition of `Point' was here
- public struct Point {
- ^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1038.2-1038.24: error: `Gdk' already contains a definition for `Rectangle'
- public struct Rectangle {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5254.2-5254.45: note: previous definition of `Rectangle' was here
- public struct Rectangle : Cairo.RectangleInt {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1073.2-1073.24: error: `Gdk' already contains a definition for `TimeCoord'
- public struct TimeCoord {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5259.2-5259.24: note: previous definition of `TimeCoord' was here
- public struct TimeCoord {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1091.2-1091.25: error: `Gdk' already contains a definition for `WindowAttr'
- public struct WindowAttr {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5265.2-5265.25: note: previous definition of `WindowAttr' was here
- public struct WindowAttr {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1113.2-1113.21: error: `Gdk' already contains a definition for `XEvent'
- public struct XEvent {
- ^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5002.2-5002.20: note: previous definition of `XEvent' was here
- public class XEvent {
- ^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1650.2-1650.31: error: `Gdk' already contains a definition for `EventFunc'
- public delegate void EventFunc (Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5731.2-5731.31: note: previous definition of `EventFunc' was here
- public delegate void EventFunc (Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1652.2-1652.44: error: `Gdk' already contains a definition for `FilterFunc'
- public delegate Gdk.FilterReturn FilterFunc (Gdk.XEvent xevent, Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5733.2-5733.44: note: previous definition of `FilterFunc' was here
- public delegate Gdk.FilterReturn FilterFunc (Gdk.XEvent xevent, Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1116.2-1116.20: error: `Gdk' already contains a definition for `AxisUse'
- public enum AxisUse {
- ^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5282.2-5282.20: note: previous definition of `AxisUse' was here
- public enum AxisUse {
- ^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1127.2-1127.22: error: `Gdk' already contains a definition for `ByteOrder'
- public enum ByteOrder {
- ^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5293.2-5293.22: note: previous definition of `ByteOrder' was here
- public enum ByteOrder {
- ^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1139.2-1139.25: error: `Gdk' already contains a definition for `CrossingMode'
- public enum CrossingMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5298.2-5298.25: note: previous definition of `CrossingMode' was here
- public enum CrossingMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1148.2-1148.23: error: `Gdk' already contains a definition for `CursorType'
- public enum CursorType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5307.2-5307.23: note: previous definition of `CursorType' was here
- public enum CursorType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1232.2-1232.23: error: `Gdk' already contains a definition for `DragAction'
- public enum DragAction {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5397.2-5397.23: note: previous definition of `DragAction' was here
- public enum DragAction {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1241.2-1241.25: error: `Gdk' already contains a definition for `DragProtocol'
- public enum DragProtocol {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5406.2-5406.25: note: previous definition of `DragProtocol' was here
- public enum DragProtocol {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1252.2-1252.22: error: `Gdk' already contains a definition for `EventMask'
- public enum EventMask {
- ^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5417.2-5417.22: note: previous definition of `EventMask' was here
- public enum EventMask {
- ^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1277.2-1277.22: error: `Gdk' already contains a definition for `EventType'
- public enum EventType {
- ^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5442.2-5442.22: note: previous definition of `EventType' was here
- public enum EventType {
- ^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1319.2-1319.26: error: `Gdk' already contains a definition for `ExtensionMode'
- public enum ExtensionMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5483.2-5483.26: note: previous definition of `ExtensionMode' was here
- public enum ExtensionMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1337.2-1337.25: error: `Gdk' already contains a definition for `FilterReturn'
- public enum FilterReturn {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5489.2-5489.25: note: previous definition of `FilterReturn' was here
- public enum FilterReturn {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1389.2-1389.23: error: `Gdk' already contains a definition for `GrabStatus'
- public enum GrabStatus {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5501.2-5501.23: note: previous definition of `GrabStatus' was here
- public enum GrabStatus {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1397.2-1397.20: error: `Gdk' already contains a definition for `Gravity'
- public enum Gravity {
- ^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5509.2-5509.20: note: previous definition of `Gravity' was here
- public enum Gravity {
- ^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1423.2-1423.22: error: `Gdk' already contains a definition for `InputMode'
- public enum InputMode {
- ^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5522.2-5522.22: note: previous definition of `InputMode' was here
- public enum InputMode {
- ^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1429.2-1429.24: error: `Gdk' already contains a definition for `InputSource'
- public enum InputSource {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5528.2-5528.24: note: previous definition of `InputSource' was here
- public enum InputSource {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1449.2-1449.25: error: `Gdk' already contains a definition for `ModifierType'
- public enum ModifierType {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5546.2-5546.25: note: previous definition of `ModifierType' was here
- public enum ModifierType {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1470.2-1470.23: error: `Gdk' already contains a definition for `NotifyType'
- public enum NotifyType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5567.2-5567.23: note: previous definition of `NotifyType' was here
- public enum NotifyType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1485.2-1485.24: error: `Gdk' already contains a definition for `OwnerChange'
- public enum OwnerChange {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5576.2-5576.24: note: previous definition of `OwnerChange' was here
- public enum OwnerChange {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1491.2-1491.21: error: `Gdk' already contains a definition for `PropMode'
- public enum PropMode {
- ^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5582.2-5582.21: note: previous definition of `PropMode' was here
- public enum PropMode {
- ^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1497.2-1497.26: error: `Gdk' already contains a definition for `PropertyState'
- public enum PropertyState {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5588.2-5588.26: note: previous definition of `PropertyState' was here
- public enum PropertyState {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1508.2-1508.28: error: `Gdk' already contains a definition for `ScrollDirection'
- public enum ScrollDirection {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5593.2-5593.28: note: previous definition of `ScrollDirection' was here
- public enum ScrollDirection {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1515.2-1515.26: error: `Gdk' already contains a definition for `SettingAction'
- public enum SettingAction {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5600.2-5600.26: note: previous definition of `SettingAction' was here
- public enum SettingAction {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1521.2-1521.19: error: `Gdk' already contains a definition for `Status'
- public enum Status {
- ^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5606.2-5606.19: note: previous definition of `Status' was here
- public enum Status {
- ^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1534.2-1534.28: error: `Gdk' already contains a definition for `VisibilityState'
- public enum VisibilityState {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5614.2-5614.28: note: previous definition of `VisibilityState' was here
- public enum VisibilityState {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1540.2-1540.23: error: `Gdk' already contains a definition for `VisualType'
- public enum VisualType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5620.2-5620.23: note: previous definition of `VisualType' was here
- public enum VisualType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1550.2-1550.25: error: `Gdk' already contains a definition for `WMDecoration'
- public enum WMDecoration {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5630.2-5630.25: note: previous definition of `WMDecoration' was here
- public enum WMDecoration {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1561.2-1561.23: error: `Gdk' already contains a definition for `WMFunction'
- public enum WMFunction {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5641.2-5641.23: note: previous definition of `WMFunction' was here
- public enum WMFunction {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1571.2-1571.33: error: `Gdk' already contains a definition for `WindowAttributesType'
- public enum WindowAttributesType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5651.2-5651.33: note: previous definition of `WindowAttributesType' was here
- public enum WindowAttributesType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1588.2-1588.23: error: `Gdk' already contains a definition for `WindowEdge'
- public enum WindowEdge {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5662.2-5662.23: note: previous definition of `WindowEdge' was here
- public enum WindowEdge {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1600.2-1600.24: error: `Gdk' already contains a definition for `WindowHints'
- public enum WindowHints {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5674.2-5674.24: note: previous definition of `WindowHints' was here
- public enum WindowHints {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1613.2-1613.24: error: `Gdk' already contains a definition for `WindowState'
- public enum WindowState {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5687.2-5687.24: note: previous definition of `WindowState' was here
- public enum WindowState {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1623.2-1623.23: error: `Gdk' already contains a definition for `WindowType'
- public enum WindowType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5698.2-5698.23: note: previous definition of `WindowType' was here
- public enum WindowType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1633.2-1633.27: error: `Gdk' already contains a definition for `WindowTypeHint'
- public enum WindowTypeHint {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5707.2-5707.27: note: previous definition of `WindowTypeHint' was here
- public enum WindowTypeHint {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1659.2-1659.31: error: `Gdk' already contains a definition for `CURRENT_TIME'
- public const int CURRENT_TIME;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5743.2-5743.31: note: previous definition of `CURRENT_TIME' was here
- public const int CURRENT_TIME;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1661.2-1661.37: error: `Gdk' already contains a definition for `MAX_TIMECOORD_AXES'
- public const int MAX_TIMECOORD_AXES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5745.2-5745.37: note: previous definition of `MAX_TIMECOORD_AXES' was here
- public const int MAX_TIMECOORD_AXES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1663.2-1663.34: error: `Gdk' already contains a definition for `PARENT_RELATIVE'
- public const int PARENT_RELATIVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5747.2-5747.34: note: previous definition of `PARENT_RELATIVE' was here
- public const int PARENT_RELATIVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1665.2-1665.34: error: `Gdk' already contains a definition for `PRIORITY_REDRAW'
- public const int PRIORITY_REDRAW;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5749.2-5749.34: note: previous definition of `PRIORITY_REDRAW' was here
- public const int PRIORITY_REDRAW;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1667.2-1667.43: error: `Gdk' already contains a definition for `SELECTION_CLIPBOARD'
- public const Gdk.Atom SELECTION_CLIPBOARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5751.2-5751.43: note: previous definition of `SELECTION_CLIPBOARD' was here
- public const Gdk.Atom SELECTION_CLIPBOARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1669.2-1669.41: error: `Gdk' already contains a definition for `SELECTION_PRIMARY'
- public const Gdk.Atom SELECTION_PRIMARY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5753.2-5753.41: note: previous definition of `SELECTION_PRIMARY' was here
- public const Gdk.Atom SELECTION_PRIMARY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1671.2-1671.43: error: `Gdk' already contains a definition for `SELECTION_SECONDARY'
- public const Gdk.Atom SELECTION_SECONDARY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5755.2-5755.43: note: previous definition of `SELECTION_SECONDARY' was here
- public const Gdk.Atom SELECTION_SECONDARY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1675.2-1675.50: error: `Gdk' already contains a definition for `add_option_entries_libgtk_only'
- public static void add_option_entries_libgtk_only (GLib.OptionGroup group);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5757.2-5757.50: note: previous definition of `add_option_entries_libgtk_only' was here
- public static void add_option_entries_libgtk_only (GLib.OptionGroup group);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1677.2-1677.24: error: `Gdk' already contains a definition for `beep'
- public static void beep ();
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5759.2-5759.24: note: previous definition of `beep' was here
- public static void beep ();
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1679.2-1679.41: error: `Gdk' already contains a definition for `cairo_create'
- public static Cairo.Context cairo_create (Gdk.Drawable drawable);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5761.2-5761.41: note: previous definition of `cairo_create' was here
- public static Cairo.Context cairo_create (Gdk.Window window);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1681.2-1681.35: error: `Gdk' already contains a definition for `cairo_rectangle'
- public static void cairo_rectangle (Cairo.Context cr, Gdk.Rectangle rectangle);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5765.2-5765.35: note: previous definition of `cairo_rectangle' was here
- public static void cairo_rectangle (Cairo.Context cr, Gdk.Rectangle rectangle);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1683.2-1683.32: error: `Gdk' already contains a definition for `cairo_region'
- public static void cairo_region (Cairo.Context cr, Gdk.Region region);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5767.2-5767.32: note: previous definition of `cairo_region' was here
- public static void cairo_region (Cairo.Context cr, Cairo.Region region);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1687.2-1687.42: error: `Gdk' already contains a definition for `cairo_set_source_color'
- public static void cairo_set_source_color (Cairo.Context cr, Gdk.Color color);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5772.2-5772.42: note: previous definition of `cairo_set_source_color' was here
- public static void cairo_set_source_color (Cairo.Context cr, Gdk.Color color);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1689.2-1689.43: error: `Gdk' already contains a definition for `cairo_set_source_pixbuf'
- public static void cairo_set_source_pixbuf (Cairo.Context cr, Gdk.Pixbuf pixbuf, double pixbuf_x, double pixbuf_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5774.2-5774.43: note: previous definition of `cairo_set_source_pixbuf' was here
- public static void cairo_set_source_pixbuf (Cairo.Context cr, Gdk.Pixbuf pixbuf, double pixbuf_x, double pixbuf_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1699.2-1699.30: error: `Gdk' already contains a definition for `drag_abort'
- public static void drag_abort (Gdk.DragContext context, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5782.2-5782.30: note: previous definition of `drag_abort' was here
- public static void drag_abort (Gdk.DragContext context, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1701.2-1701.49: error: `Gdk' already contains a definition for `drag_begin'
- public static unowned Gdk.DragContext drag_begin (Gdk.Window window, GLib.List<Gdk.Atom> targets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5784.2-5784.41: note: previous definition of `drag_begin' was here
- public static Gdk.DragContext drag_begin (Gdk.Window window, GLib.List<Gdk.Atom> targets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1703.2-1703.29: error: `Gdk' already contains a definition for `drag_drop'
- public static void drag_drop (Gdk.DragContext context, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5788.2-5788.29: note: previous definition of `drag_drop' was here
- public static void drag_drop (Gdk.DragContext context, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1705.2-1705.39: error: `Gdk' already contains a definition for `drag_drop_succeeded'
- public static bool drag_drop_succeeded (Gdk.DragContext context);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5790.2-5790.39: note: previous definition of `drag_drop_succeeded' was here
- public static bool drag_drop_succeeded (Gdk.DragContext context);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1709.2-1709.47: error: `Gdk' already contains a definition for `drag_find_window_for_screen'
- public static void drag_find_window_for_screen (Gdk.DragContext context, Gdk.Window drag_window, Gdk.Screen screen, int x_root, int y_root, out unowned Gdk.Window dest_window, Gdk.DragProtocol protocol);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5792.2-5792.47: note: previous definition of `drag_find_window_for_screen' was here
- public static void drag_find_window_for_screen (Gdk.DragContext context, Gdk.Window drag_window, Gdk.Screen screen, int x_root, int y_root, out Gdk.Window dest_window, out Gdk.DragProtocol protocol);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1715.2-1715.42: error: `Gdk' already contains a definition for `drag_get_selection'
- public static Gdk.Atom drag_get_selection (Gdk.DragContext context);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5794.2-5794.42: note: previous definition of `drag_get_selection' was here
- public static Gdk.Atom drag_get_selection (Gdk.DragContext context);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1717.2-1717.31: error: `Gdk' already contains a definition for `drag_motion'
- public static bool drag_motion (Gdk.DragContext context, Gdk.Window dest_window, Gdk.DragProtocol protocol, int x_root, int y_root, Gdk.DragAction suggested_action, Gdk.DragAction possible_actions, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5796.2-5796.31: note: previous definition of `drag_motion' was here
- public static bool drag_motion (Gdk.DragContext context, Gdk.Window dest_window, Gdk.DragProtocol protocol, int x_root, int y_root, Gdk.DragAction suggested_action, Gdk.DragAction possible_actions, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1719.2-1719.31: error: `Gdk' already contains a definition for `drag_status'
- public static void drag_status (Gdk.DragContext context, Gdk.DragAction action, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5798.2-5798.31: note: previous definition of `drag_status' was here
- public static void drag_status (Gdk.DragContext context, Gdk.DragAction action, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1799.2-1799.31: error: `Gdk' already contains a definition for `drop_finish'
- public static void drop_finish (Gdk.DragContext context, bool success, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5800.2-5800.31: note: previous definition of `drop_finish' was here
- public static void drop_finish (Gdk.DragContext context, bool success, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1801.2-1801.30: error: `Gdk' already contains a definition for `drop_reply'
- public static void drop_reply (Gdk.DragContext context, bool ok, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5802.2-5802.30: note: previous definition of `drop_reply' was here
- public static void drop_reply (Gdk.DragContext context, bool accepted, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1803.2-1803.33: error: `Gdk' already contains a definition for `error_trap_pop'
- public static int error_trap_pop ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5804.2-5804.33: note: previous definition of `error_trap_pop' was here
- public static int error_trap_pop ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1805.2-1805.35: error: `Gdk' already contains a definition for `error_trap_push'
- public static void error_trap_push ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5808.2-5808.35: note: previous definition of `error_trap_push' was here
- public static void error_trap_push ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1807.2-1807.34: error: `Gdk' already contains a definition for `events_pending'
- public static bool events_pending ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5816.2-5816.34: note: previous definition of `events_pending' was here
- public static bool events_pending ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1809.2-1809.25: error: `Gdk' already contains a definition for `flush'
- public static void flush ();
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5818.2-5818.25: note: previous definition of `flush' was here
- public static void flush ();
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1817.2-1817.57: error: `Gdk' already contains a definition for `get_default_root_window'
- public static unowned Gdk.Window get_default_root_window ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5820.2-5820.57: note: previous definition of `get_default_root_window' was here
- public static unowned Gdk.Window get_default_root_window ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1819.2-1819.41: error: `Gdk' already contains a definition for `get_display'
- public static unowned string get_display ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5822.2-5822.33: note: previous definition of `get_display' was here
- public static string get_display ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1821.2-1821.50: error: `Gdk' already contains a definition for `get_display_arg_name'
- public static unowned string get_display_arg_name ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5824.2-5824.50: note: previous definition of `get_display_arg_name' was here
- public static unowned string get_display_arg_name ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1823.2-1823.47: error: `Gdk' already contains a definition for `get_program_class'
- public static unowned string get_program_class ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5826.2-5826.47: note: previous definition of `get_program_class' was here
- public static unowned string get_program_class ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1825.2-1825.35: error: `Gdk' already contains a definition for `get_show_events'
- public static bool get_show_events ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5828.2-5828.35: note: previous definition of `get_show_events' was here
- public static bool get_show_events ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1827.2-1827.24: error: `Gdk' already contains a definition for `init'
- public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5830.2-5830.24: note: previous definition of `init' was here
- public static void init ([CCode (array_length_cname = "argc", array_length_pos = 0.5)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1829.2-1829.30: error: `Gdk' already contains a definition for `init_check'
- public static bool init_check ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5832.2-5832.30: note: previous definition of `init_check' was here
- public static bool init_check ([CCode (array_length_cname = "argc", array_length_pos = 0.5)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1833.2-1833.43: error: `Gdk' already contains a definition for `keyboard_grab'
- public static Gdk.GrabStatus keyboard_grab (Gdk.Window window, bool owner_events, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5835.2-5835.43: note: previous definition of `keyboard_grab' was here
- public static Gdk.GrabStatus keyboard_grab (Gdk.Window window, bool owner_events, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1835.2-1835.35: error: `Gdk' already contains a definition for `keyboard_ungrab'
- public static void keyboard_ungrab (uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5838.2-5838.35: note: previous definition of `keyboard_ungrab' was here
- public static void keyboard_ungrab (uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1837.2-1837.39: error: `Gdk' already contains a definition for `keyval_convert_case'
- public static void keyval_convert_case (uint symbol, uint lower, uint upper);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5840.2-5840.39: note: previous definition of `keyval_convert_case' was here
- public static void keyval_convert_case (uint symbol, out uint lower, out uint upper);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1839.2-1839.36: error: `Gdk' already contains a definition for `keyval_from_name'
- public static uint keyval_from_name (string keyval_name);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5842.2-5842.36: note: previous definition of `keyval_from_name' was here
- public static uint keyval_from_name (string keyval_name);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1841.2-1841.35: error: `Gdk' already contains a definition for `keyval_is_lower'
- public static bool keyval_is_lower (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5844.2-5844.35: note: previous definition of `keyval_is_lower' was here
- public static bool keyval_is_lower (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1843.2-1843.35: error: `Gdk' already contains a definition for `keyval_is_upper'
- public static bool keyval_is_upper (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5846.2-5846.35: note: previous definition of `keyval_is_upper' was here
- public static bool keyval_is_upper (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1845.2-1845.41: error: `Gdk' already contains a definition for `keyval_name'
- public static unowned string keyval_name (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5848.2-5848.41: note: previous definition of `keyval_name' was here
- public static unowned string keyval_name (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1847.2-1847.35: error: `Gdk' already contains a definition for `keyval_to_lower'
- public static uint keyval_to_lower (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5850.2-5850.35: note: previous definition of `keyval_to_lower' was here
- public static uint keyval_to_lower (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1849.2-1849.39: error: `Gdk' already contains a definition for `keyval_to_unicode'
- public static uint32 keyval_to_unicode (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5852.2-5852.39: note: previous definition of `keyval_to_unicode' was here
- public static uint32 keyval_to_unicode (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1851.2-1851.35: error: `Gdk' already contains a definition for `keyval_to_upper'
- public static uint keyval_to_upper (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5854.2-5854.35: note: previous definition of `keyval_to_upper' was here
- public static uint keyval_to_upper (uint keyval);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1853.2-1853.54: error: `Gdk' already contains a definition for `list_visuals'
- public static GLib.List<weak Gdk.Visual> list_visuals ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5856.2-5856.54: note: previous definition of `list_visuals' was here
- public static GLib.List<weak Gdk.Visual> list_visuals ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1855.2-1855.43: error: `Gdk' already contains a definition for `notify_startup_complete'
- public static void notify_startup_complete ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5858.2-5858.43: note: previous definition of `notify_startup_complete' was here
- public static void notify_startup_complete ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1857.2-1857.51: error: `Gdk' already contains a definition for `notify_startup_complete_with_id'
- public static void notify_startup_complete_with_id (string startup_id);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5860.2-5860.51: note: previous definition of `notify_startup_complete_with_id' was here
- public static void notify_startup_complete_with_id (string startup_id);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1859.2-1859.64: error: `Gdk' already contains a definition for `offscreen_window_get_embedder'
- public static unowned Gdk.Window? offscreen_window_get_embedder (Gdk.Window window);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5862.2-5862.64: note: previous definition of `offscreen_window_get_embedder' was here
- public static unowned Gdk.Window? offscreen_window_get_embedder (Gdk.Window window);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1863.2-1863.49: error: `Gdk' already contains a definition for `offscreen_window_set_embedder'
- public static void offscreen_window_set_embedder (Gdk.Window window, Gdk.Window embedder);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5866.2-5866.49: note: previous definition of `offscreen_window_set_embedder' was here
- public static void offscreen_window_set_embedder (Gdk.Window window, Gdk.Window embedder);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1865.2-1865.54: error: `Gdk' already contains a definition for `pango_context_get'
- public static unowned Pango.Context pango_context_get ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5868.2-5868.46: note: previous definition of `pango_context_get' was here
- public static Pango.Context pango_context_get ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1867.2-1867.65: error: `Gdk' already contains a definition for `pango_context_get_for_screen'
- public static unowned Pango.Context pango_context_get_for_screen (Gdk.Screen screen);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5870.2-5870.57: note: previous definition of `pango_context_get_for_screen' was here
- public static Pango.Context pango_context_get_for_screen (Gdk.Screen screen);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1869.2-1869.62: error: `Gdk' already contains a definition for `pango_layout_get_clip_region'
- public static unowned Gdk.Region pango_layout_get_clip_region (Pango.Layout layout, int x_origin, int y_origin, int index_ranges, int n_ranges);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5872.2-5872.56: note: previous definition of `pango_layout_get_clip_region' was here
- public static Cairo.Region pango_layout_get_clip_region (Pango.Layout layout, int x_origin, int y_origin, int index_ranges, int n_ranges);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1873.2-1873.30: error: `Gdk' already contains a definition for `parse_args'
- public static void parse_args (int argc, string argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5874.2-5874.30: note: previous definition of `parse_args' was here
- public static void parse_args ([CCode (array_length_cname = "argc", array_length_pos = 0.5)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1885.2-1885.42: error: `Gdk' already contains a definition for `pointer_grab'
- public static Gdk.GrabStatus pointer_grab (Gdk.Window window, bool owner_events, Gdk.EventMask event_mask, Gdk.Window? confine_to, Gdk.Cursor? cursor, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5881.2-5881.42: note: previous definition of `pointer_grab' was here
- public static Gdk.GrabStatus pointer_grab (Gdk.Window window, bool owner_events, Gdk.EventMask event_mask, Gdk.Window? confine_to, Gdk.Cursor? cursor, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1889.2-1889.38: error: `Gdk' already contains a definition for `pointer_is_grabbed'
- public static bool pointer_is_grabbed ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5884.2-5884.38: note: previous definition of `pointer_is_grabbed' was here
- public static bool pointer_is_grabbed ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1891.2-1891.34: error: `Gdk' already contains a definition for `pointer_ungrab'
- public static void pointer_ungrab (uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5887.2-5887.34: note: previous definition of `pointer_ungrab' was here
- public static void pointer_ungrab (uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1893.2-1893.41: error: `Gdk' already contains a definition for `pre_parse_libgtk_only'
- public static void pre_parse_libgtk_only ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5889.2-5889.41: note: previous definition of `pre_parse_libgtk_only' was here
- public static void pre_parse_libgtk_only ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1895.2-1895.35: error: `Gdk' already contains a definition for `property_change'
- public static void property_change (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, int format, Gdk.PropMode mode, [CCode (array_length = false)] uchar[] data, int nelements);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5891.2-5891.35: note: previous definition of `property_change' was here
- public static void property_change (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, int format, Gdk.PropMode mode, [CCode (array_length_cname = "nelements", array_length_pos = 6.1, type = "guchar*")] uint8[] data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1897.2-1897.35: error: `Gdk' already contains a definition for `property_delete'
- public static void property_delete (Gdk.Window window, Gdk.Atom property);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5893.2-5893.35: note: previous definition of `property_delete' was here
- public static void property_delete (Gdk.Window window, Gdk.Atom property);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1899.2-1899.32: error: `Gdk' already contains a definition for `property_get'
- public static bool property_get (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, ulong offset, ulong length, int pdelete, out Gdk.Atom actual_property_type, out int actual_format, [CCode (array_length_pos = 8.9)] out uchar[] data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5895.2-5895.32: note: previous definition of `property_get' was here
- public static bool property_get (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, ulong offset, ulong length, int pdelete, out Gdk.Atom actual_property_type, out int actual_format, [CCode (array_length_cname = "actual_length", array_length_pos = 8.5)] out uint8[] data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1901.2-1901.32: error: `Gdk' already contains a definition for `query_depths'
- public static void query_depths (int depths, int count);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5897.2-5897.32: note: previous definition of `query_depths' was here
- public static void query_depths ([CCode (array_length_cname = "count", array_length_pos = 1.1)] out unowned int[] depths);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1903.2-1903.38: error: `Gdk' already contains a definition for `query_visual_types'
- public static void query_visual_types (out Gdk.VisualType visual_types, int count);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5899.2-5899.38: note: previous definition of `query_visual_types' was here
- public static void query_visual_types ([CCode (array_length_cname = "count", array_length_pos = 1.1)] out unowned Gdk.VisualType[] visual_types);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1930.2-1930.37: error: `Gdk' already contains a definition for `selection_convert'
- public static void selection_convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5902.2-5902.37: note: previous definition of `selection_convert' was here
- public static void selection_convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1933.2-1933.53: error: `Gdk' already contains a definition for `selection_owner_get'
- public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5905.2-5905.53: note: previous definition of `selection_owner_get' was here
- public static unowned Gdk.Window selection_owner_get (Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1936.2-1936.65: error: `Gdk' already contains a definition for `selection_owner_get_for_display'
- public static unowned Gdk.Window selection_owner_get_for_display (Gdk.Display display, Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5908.2-5908.65: note: previous definition of `selection_owner_get_for_display' was here
- public static unowned Gdk.Window selection_owner_get_for_display (Gdk.Display display, Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1939.2-1939.39: error: `Gdk' already contains a definition for `selection_owner_set'
- public static bool selection_owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5911.2-5911.39: note: previous definition of `selection_owner_set' was here
- public static bool selection_owner_set (Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1942.2-1942.51: error: `Gdk' already contains a definition for `selection_owner_set_for_display'
- public static bool selection_owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5914.2-5914.51: note: previous definition of `selection_owner_set_for_display' was here
- public static bool selection_owner_set_for_display (Gdk.Display display, Gdk.Window owner, Gdk.Atom selection, uint32 time_, bool send_event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1945.2-1945.41: error: `Gdk' already contains a definition for `selection_property_get'
- public static int selection_property_get (Gdk.Window requestor, uchar[] data, out Gdk.Atom prop_type, int prop_format);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5917.2-5917.41: note: previous definition of `selection_property_get' was here
- public static int selection_property_get (Gdk.Window requestor, uchar[] data, out Gdk.Atom prop_type, int prop_format);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1948.2-1948.41: error: `Gdk' already contains a definition for `selection_send_notify'
- public static void selection_send_notify (Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5920.2-5920.41: note: previous definition of `selection_send_notify' was here
- public static void selection_send_notify (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1951.2-1951.53: error: `Gdk' already contains a definition for `selection_send_notify_for_display'
- public static void selection_send_notify_for_display (Gdk.Display display, Gdk.NativeWindow requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5923.2-5923.53: note: previous definition of `selection_send_notify_for_display' was here
- public static void selection_send_notify_for_display (Gdk.Display display, Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, Gdk.Atom property, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1953.2-1953.41: error: `Gdk' already contains a definition for `set_double_click_time'
- public static void set_double_click_time (uint msec);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5925.2-5925.41: note: previous definition of `set_double_click_time' was here
- public static void set_double_click_time (uint msec);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1959.2-1959.37: error: `Gdk' already contains a definition for `set_program_class'
- public static void set_program_class (string program_class);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5927.2-5927.37: note: previous definition of `set_program_class' was here
- public static void set_program_class (string program_class);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1961.2-1961.35: error: `Gdk' already contains a definition for `set_show_events'
- public static void set_show_events (bool show_events);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5929.2-5929.35: note: previous definition of `set_show_events' was here
- public static void set_show_events (bool show_events);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1965.2-1965.31: error: `Gdk' already contains a definition for `setting_get'
- public static bool setting_get (string name, GLib.Value value);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5931.2-5931.31: note: previous definition of `setting_get' was here
- public static bool setting_get (string name, GLib.Value value);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1977.2-1977.36: error: `Gdk' already contains a definition for `test_render_sync'
- public static void test_render_sync (Gdk.Window window);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5933.2-5933.36: note: previous definition of `test_render_sync' was here
- public static void test_render_sync (Gdk.Window window);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1979.2-1979.40: error: `Gdk' already contains a definition for `test_simulate_button'
- public static bool test_simulate_button (Gdk.Window window, int x, int y, uint button, Gdk.ModifierType modifiers, Gdk.EventType button_pressrelease);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5935.2-5935.40: note: previous definition of `test_simulate_button' was here
- public static bool test_simulate_button (Gdk.Window window, int x, int y, uint button, Gdk.ModifierType modifiers, Gdk.EventType button_pressrelease);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1981.2-1981.37: error: `Gdk' already contains a definition for `test_simulate_key'
- public static bool test_simulate_key (Gdk.Window window, int x, int y, uint keyval, Gdk.ModifierType modifiers, Gdk.EventType key_pressrelease);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5937.2-5937.37: note: previous definition of `test_simulate_key' was here
- public static bool test_simulate_key (Gdk.Window window, int x, int y, uint keyval, Gdk.ModifierType modifiers, Gdk.EventType key_pressrelease);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1989.2-1989.57: error: `Gdk' already contains a definition for `text_property_to_utf8_list_for_display'
- public static int text_property_to_utf8_list_for_display (Gdk.Display display, Gdk.Atom encoding, int format, uchar[] text, int length, string list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5939.2-5939.57: note: previous definition of `text_property_to_utf8_list_for_display' was here
- public static int text_property_to_utf8_list_for_display (Gdk.Display display, Gdk.Atom encoding, int format, [CCode (array_length_cname = "length", array_length_pos = 4.5)] uint8[] text, [CCode (array_length = false, array_null_terminated = true)] out string[] list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1991.2-1991.36: error: `Gdk' already contains a definition for `threads_add_idle'
- public static uint threads_add_idle (GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5941.2-5941.36: note: previous definition of `threads_add_idle' was here
- public static uint threads_add_idle (GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1993.2-1993.41: error: `Gdk' already contains a definition for `threads_add_idle_full'
- public static uint threads_add_idle_full (int priority, owned GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5943.2-5943.41: note: previous definition of `threads_add_idle_full' was here
- public static uint threads_add_idle_full (int priority, owned GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1995.2-1995.39: error: `Gdk' already contains a definition for `threads_add_timeout'
- public static uint threads_add_timeout (uint interval, GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5945.2-5945.39: note: previous definition of `threads_add_timeout' was here
- public static uint threads_add_timeout (uint interval, GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1997.2-1997.44: error: `Gdk' already contains a definition for `threads_add_timeout_full'
- public static uint threads_add_timeout_full (int priority, uint interval, owned GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5947.2-5947.44: note: previous definition of `threads_add_timeout_full' was here
- public static uint threads_add_timeout_full (int priority, uint interval, owned GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:1999.2-1999.47: error: `Gdk' already contains a definition for `threads_add_timeout_seconds'
- public static uint threads_add_timeout_seconds (uint interval, GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5949.2-5949.47: note: previous definition of `threads_add_timeout_seconds' was here
- public static uint threads_add_timeout_seconds (uint interval, GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:2001.2-2001.52: error: `Gdk' already contains a definition for `threads_add_timeout_seconds_full'
- public static uint threads_add_timeout_seconds_full (int priority, uint interval, owned GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5951.2-5951.52: note: previous definition of `threads_add_timeout_seconds_full' was here
- public static uint threads_add_timeout_seconds_full (int priority, uint interval, owned GLib.SourceFunc function);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:2003.2-2003.33: error: `Gdk' already contains a definition for `threads_enter'
- public static void threads_enter ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5953.2-5953.33: note: previous definition of `threads_enter' was here
- public static void threads_enter ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:2005.2-2005.32: error: `Gdk' already contains a definition for `threads_init'
- public static void threads_init ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5955.2-5955.32: note: previous definition of `threads_init' was here
- public static void threads_init ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:2007.2-2007.33: error: `Gdk' already contains a definition for `threads_leave'
- public static void threads_leave ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5957.2-5957.33: note: previous definition of `threads_leave' was here
- public static void threads_leave ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:2009.2-2009.46: error: `Gdk' already contains a definition for `threads_set_lock_functions'
- public static void threads_set_lock_functions (GLib.Callback enter_fn, GLib.Callback leave_fn);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5959.2-5959.46: note: previous definition of `threads_set_lock_functions' was here
- public static void threads_set_lock_functions (GLib.Callback enter_fn, GLib.Callback leave_fn);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:2011.2-2011.37: error: `Gdk' already contains a definition for `unicode_to_keyval'
- public static uint unicode_to_keyval (uint32 wc);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5961.2-5961.37: note: previous definition of `unicode_to_keyval' was here
- public static uint unicode_to_keyval (uint32 wc);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-2.0.vapi:2017.2-2017.51: error: `Gdk' already contains a definition for `utf8_to_string_target'
- public static unowned string utf8_to_string_target (string str);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gdk-3.0.vapi:5963.2-5963.43: note: previous definition of `utf8_to_string_target' was here
- public static string utf8_to_string_target (string str);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7.3-7.28: error: `Gtk.Stock' already contains a definition for `ABOUT'
- public const string ABOUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7.3-7.28: note: previous definition of `ABOUT' was here
- public const string ABOUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:9.3-9.26: error: `Gtk.Stock' already contains a definition for `ADD'
- public const string ADD;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:9.3-9.26: note: previous definition of `ADD' was here
- public const string ADD;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:11.3-11.28: error: `Gtk.Stock' already contains a definition for `APPLY'
- public const string APPLY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:11.3-11.28: note: previous definition of `APPLY' was here
- public const string APPLY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:13.3-13.27: error: `Gtk.Stock' already contains a definition for `BOLD'
- public const string BOLD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:13.3-13.27: note: previous definition of `BOLD' was here
- public const string BOLD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:15.3-15.29: error: `Gtk.Stock' already contains a definition for `CANCEL'
- public const string CANCEL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:15.3-15.29: note: previous definition of `CANCEL' was here
- public const string CANCEL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:17.3-17.40: error: `Gtk.Stock' already contains a definition for `CAPS_LOCK_WARNING'
- public const string CAPS_LOCK_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:17.3-17.40: note: previous definition of `CAPS_LOCK_WARNING' was here
- public const string CAPS_LOCK_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:19.3-19.28: error: `Gtk.Stock' already contains a definition for `CDROM'
- public const string CDROM;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:19.3-19.28: note: previous definition of `CDROM' was here
- public const string CDROM;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:21.3-21.28: error: `Gtk.Stock' already contains a definition for `CLEAR'
- public const string CLEAR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:21.3-21.28: note: previous definition of `CLEAR' was here
- public const string CLEAR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:23.3-23.28: error: `Gtk.Stock' already contains a definition for `CLOSE'
- public const string CLOSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:23.3-23.28: note: previous definition of `CLOSE' was here
- public const string CLOSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:25.3-25.35: error: `Gtk.Stock' already contains a definition for `COLOR_PICKER'
- public const string COLOR_PICKER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:25.3-25.35: note: previous definition of `COLOR_PICKER' was here
- public const string COLOR_PICKER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:27.3-27.30: error: `Gtk.Stock' already contains a definition for `CONNECT'
- public const string CONNECT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:27.3-27.30: note: previous definition of `CONNECT' was here
- public const string CONNECT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:29.3-29.30: error: `Gtk.Stock' already contains a definition for `CONVERT'
- public const string CONVERT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:29.3-29.30: note: previous definition of `CONVERT' was here
- public const string CONVERT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:31.3-31.27: error: `Gtk.Stock' already contains a definition for `COPY'
- public const string COPY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:31.3-31.27: note: previous definition of `COPY' was here
- public const string COPY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:33.3-33.26: error: `Gtk.Stock' already contains a definition for `CUT'
- public const string CUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:33.3-33.26: note: previous definition of `CUT' was here
- public const string CUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:35.3-35.29: error: `Gtk.Stock' already contains a definition for `DELETE'
- public const string DELETE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:35.3-35.29: note: previous definition of `DELETE' was here
- public const string DELETE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:37.3-37.44: error: `Gtk.Stock' already contains a definition for `DIALOG_AUTHENTICATION'
- public const string DIALOG_AUTHENTICATION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:37.3-37.44: note: previous definition of `DIALOG_AUTHENTICATION' was here
- public const string DIALOG_AUTHENTICATION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:39.3-39.35: error: `Gtk.Stock' already contains a definition for `DIALOG_ERROR'
- public const string DIALOG_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:39.3-39.35: note: previous definition of `DIALOG_ERROR' was here
- public const string DIALOG_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:41.3-41.34: error: `Gtk.Stock' already contains a definition for `DIALOG_INFO'
- public const string DIALOG_INFO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:41.3-41.34: note: previous definition of `DIALOG_INFO' was here
- public const string DIALOG_INFO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:43.3-43.38: error: `Gtk.Stock' already contains a definition for `DIALOG_QUESTION'
- public const string DIALOG_QUESTION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:43.3-43.38: note: previous definition of `DIALOG_QUESTION' was here
- public const string DIALOG_QUESTION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:45.3-45.37: error: `Gtk.Stock' already contains a definition for `DIALOG_WARNING'
- public const string DIALOG_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:45.3-45.37: note: previous definition of `DIALOG_WARNING' was here
- public const string DIALOG_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:47.3-47.32: error: `Gtk.Stock' already contains a definition for `DIRECTORY'
- public const string DIRECTORY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:47.3-47.32: note: previous definition of `DIRECTORY' was here
- public const string DIRECTORY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:49.3-49.30: error: `Gtk.Stock' already contains a definition for `DISCARD'
- public const string DISCARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:49.3-49.30: note: previous definition of `DISCARD' was here
- public const string DISCARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:51.3-51.33: error: `Gtk.Stock' already contains a definition for `DISCONNECT'
- public const string DISCONNECT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:51.3-51.33: note: previous definition of `DISCONNECT' was here
- public const string DISCONNECT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:53.3-53.26: error: `Gtk.Stock' already contains a definition for `DND'
- public const string DND;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:53.3-53.26: note: previous definition of `DND' was here
- public const string DND;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:55.3-55.35: error: `Gtk.Stock' already contains a definition for `DND_MULTIPLE'
- public const string DND_MULTIPLE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:55.3-55.35: note: previous definition of `DND_MULTIPLE' was here
- public const string DND_MULTIPLE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:57.3-57.27: error: `Gtk.Stock' already contains a definition for `EDIT'
- public const string EDIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:57.3-57.27: note: previous definition of `EDIT' was here
- public const string EDIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:59.3-59.30: error: `Gtk.Stock' already contains a definition for `EXECUTE'
- public const string EXECUTE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:59.3-59.30: note: previous definition of `EXECUTE' was here
- public const string EXECUTE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:61.3-61.27: error: `Gtk.Stock' already contains a definition for `FILE'
- public const string FILE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:61.3-61.27: note: previous definition of `FILE' was here
- public const string FILE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:63.3-63.27: error: `Gtk.Stock' already contains a definition for `FIND'
- public const string FIND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:63.3-63.27: note: previous definition of `FIND' was here
- public const string FIND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:65.3-65.39: error: `Gtk.Stock' already contains a definition for `FIND_AND_REPLACE'
- public const string FIND_AND_REPLACE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:65.3-65.39: note: previous definition of `FIND_AND_REPLACE' was here
- public const string FIND_AND_REPLACE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:67.3-67.29: error: `Gtk.Stock' already contains a definition for `FLOPPY'
- public const string FLOPPY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:67.3-67.29: note: previous definition of `FLOPPY' was here
- public const string FLOPPY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:69.3-69.33: error: `Gtk.Stock' already contains a definition for `FULLSCREEN'
- public const string FULLSCREEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:69.3-69.33: note: previous definition of `FULLSCREEN' was here
- public const string FULLSCREEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:71.3-71.34: error: `Gtk.Stock' already contains a definition for `GOTO_BOTTOM'
- public const string GOTO_BOTTOM;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:71.3-71.34: note: previous definition of `GOTO_BOTTOM' was here
- public const string GOTO_BOTTOM;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:73.3-73.33: error: `Gtk.Stock' already contains a definition for `GOTO_FIRST'
- public const string GOTO_FIRST;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:73.3-73.33: note: previous definition of `GOTO_FIRST' was here
- public const string GOTO_FIRST;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:75.3-75.32: error: `Gtk.Stock' already contains a definition for `GOTO_LAST'
- public const string GOTO_LAST;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:75.3-75.32: note: previous definition of `GOTO_LAST' was here
- public const string GOTO_LAST;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:77.3-77.31: error: `Gtk.Stock' already contains a definition for `GOTO_TOP'
- public const string GOTO_TOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:77.3-77.31: note: previous definition of `GOTO_TOP' was here
- public const string GOTO_TOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:79.3-79.30: error: `Gtk.Stock' already contains a definition for `GO_BACK'
- public const string GO_BACK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:79.3-79.30: note: previous definition of `GO_BACK' was here
- public const string GO_BACK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:81.3-81.30: error: `Gtk.Stock' already contains a definition for `GO_DOWN'
- public const string GO_DOWN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:81.3-81.30: note: previous definition of `GO_DOWN' was here
- public const string GO_DOWN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:83.3-83.33: error: `Gtk.Stock' already contains a definition for `GO_FORWARD'
- public const string GO_FORWARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:83.3-83.33: note: previous definition of `GO_FORWARD' was here
- public const string GO_FORWARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:85.3-85.28: error: `Gtk.Stock' already contains a definition for `GO_UP'
- public const string GO_UP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:85.3-85.28: note: previous definition of `GO_UP' was here
- public const string GO_UP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:87.3-87.31: error: `Gtk.Stock' already contains a definition for `HARDDISK'
- public const string HARDDISK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:87.3-87.31: note: previous definition of `HARDDISK' was here
- public const string HARDDISK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:89.3-89.27: error: `Gtk.Stock' already contains a definition for `HELP'
- public const string HELP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:89.3-89.27: note: previous definition of `HELP' was here
- public const string HELP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:91.3-91.27: error: `Gtk.Stock' already contains a definition for `HOME'
- public const string HOME;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:91.3-91.27: note: previous definition of `HOME' was here
- public const string HOME;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:93.3-93.29: error: `Gtk.Stock' already contains a definition for `INDENT'
- public const string INDENT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:93.3-93.29: note: previous definition of `INDENT' was here
- public const string INDENT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:95.3-95.28: error: `Gtk.Stock' already contains a definition for `INDEX'
- public const string INDEX;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:95.3-95.28: note: previous definition of `INDEX' was here
- public const string INDEX;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:97.3-97.27: error: `Gtk.Stock' already contains a definition for `INFO'
- public const string INFO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:97.3-97.27: note: previous definition of `INFO' was here
- public const string INFO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:99.3-99.29: error: `Gtk.Stock' already contains a definition for `ITALIC'
- public const string ITALIC;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:99.3-99.29: note: previous definition of `ITALIC' was here
- public const string ITALIC;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:101.3-101.30: error: `Gtk.Stock' already contains a definition for `JUMP_TO'
- public const string JUMP_TO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:101.3-101.30: note: previous definition of `JUMP_TO' was here
- public const string JUMP_TO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:103.3-103.37: error: `Gtk.Stock' already contains a definition for `JUSTIFY_CENTER'
- public const string JUSTIFY_CENTER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:103.3-103.37: note: previous definition of `JUSTIFY_CENTER' was here
- public const string JUSTIFY_CENTER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:105.3-105.35: error: `Gtk.Stock' already contains a definition for `JUSTIFY_FILL'
- public const string JUSTIFY_FILL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:105.3-105.35: note: previous definition of `JUSTIFY_FILL' was here
- public const string JUSTIFY_FILL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:107.3-107.35: error: `Gtk.Stock' already contains a definition for `JUSTIFY_LEFT'
- public const string JUSTIFY_LEFT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:107.3-107.35: note: previous definition of `JUSTIFY_LEFT' was here
- public const string JUSTIFY_LEFT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:109.3-109.36: error: `Gtk.Stock' already contains a definition for `JUSTIFY_RIGHT'
- public const string JUSTIFY_RIGHT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:109.3-109.36: note: previous definition of `JUSTIFY_RIGHT' was here
- public const string JUSTIFY_RIGHT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:111.3-111.39: error: `Gtk.Stock' already contains a definition for `LEAVE_FULLSCREEN'
- public const string LEAVE_FULLSCREEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:111.3-111.39: note: previous definition of `LEAVE_FULLSCREEN' was here
- public const string LEAVE_FULLSCREEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:113.3-113.36: error: `Gtk.Stock' already contains a definition for `MEDIA_FORWARD'
- public const string MEDIA_FORWARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:113.3-113.36: note: previous definition of `MEDIA_FORWARD' was here
- public const string MEDIA_FORWARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:115.3-115.33: error: `Gtk.Stock' already contains a definition for `MEDIA_NEXT'
- public const string MEDIA_NEXT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:115.3-115.33: note: previous definition of `MEDIA_NEXT' was here
- public const string MEDIA_NEXT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:117.3-117.34: error: `Gtk.Stock' already contains a definition for `MEDIA_PAUSE'
- public const string MEDIA_PAUSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:117.3-117.34: note: previous definition of `MEDIA_PAUSE' was here
- public const string MEDIA_PAUSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:119.3-119.33: error: `Gtk.Stock' already contains a definition for `MEDIA_PLAY'
- public const string MEDIA_PLAY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:119.3-119.33: note: previous definition of `MEDIA_PLAY' was here
- public const string MEDIA_PLAY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:121.3-121.37: error: `Gtk.Stock' already contains a definition for `MEDIA_PREVIOUS'
- public const string MEDIA_PREVIOUS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:121.3-121.37: note: previous definition of `MEDIA_PREVIOUS' was here
- public const string MEDIA_PREVIOUS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:123.3-123.35: error: `Gtk.Stock' already contains a definition for `MEDIA_RECORD'
- public const string MEDIA_RECORD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:123.3-123.35: note: previous definition of `MEDIA_RECORD' was here
- public const string MEDIA_RECORD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:125.3-125.35: error: `Gtk.Stock' already contains a definition for `MEDIA_REWIND'
- public const string MEDIA_REWIND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:125.3-125.35: note: previous definition of `MEDIA_REWIND' was here
- public const string MEDIA_REWIND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:127.3-127.33: error: `Gtk.Stock' already contains a definition for `MEDIA_STOP'
- public const string MEDIA_STOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:127.3-127.33: note: previous definition of `MEDIA_STOP' was here
- public const string MEDIA_STOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:129.3-129.36: error: `Gtk.Stock' already contains a definition for `MISSING_IMAGE'
- public const string MISSING_IMAGE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:129.3-129.36: note: previous definition of `MISSING_IMAGE' was here
- public const string MISSING_IMAGE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:131.3-131.30: error: `Gtk.Stock' already contains a definition for `NETWORK'
- public const string NETWORK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:131.3-131.30: note: previous definition of `NETWORK' was here
- public const string NETWORK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:133.3-133.26: error: `Gtk.Stock' already contains a definition for `NEW'
- public const string NEW;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:133.3-133.26: note: previous definition of `NEW' was here
- public const string NEW;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:135.3-135.25: error: `Gtk.Stock' already contains a definition for `NO'
- public const string NO;
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:135.3-135.25: note: previous definition of `NO' was here
- public const string NO;
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:137.3-137.25: error: `Gtk.Stock' already contains a definition for `OK'
- public const string OK;
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:137.3-137.25: note: previous definition of `OK' was here
- public const string OK;
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:139.3-139.27: error: `Gtk.Stock' already contains a definition for `OPEN'
- public const string OPEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:139.3-139.27: note: previous definition of `OPEN' was here
- public const string OPEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:141.3-141.44: error: `Gtk.Stock' already contains a definition for `ORIENTATION_LANDSCAPE'
- public const string ORIENTATION_LANDSCAPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:141.3-141.44: note: previous definition of `ORIENTATION_LANDSCAPE' was here
- public const string ORIENTATION_LANDSCAPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:143.3-143.43: error: `Gtk.Stock' already contains a definition for `ORIENTATION_PORTRAIT'
- public const string ORIENTATION_PORTRAIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:143.3-143.43: note: previous definition of `ORIENTATION_PORTRAIT' was here
- public const string ORIENTATION_PORTRAIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:145.3-145.52: error: `Gtk.Stock' already contains a definition for `ORIENTATION_REVERSE_LANDSCAPE'
- public const string ORIENTATION_REVERSE_LANDSCAPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:145.3-145.52: note: previous definition of `ORIENTATION_REVERSE_LANDSCAPE' was here
- public const string ORIENTATION_REVERSE_LANDSCAPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:147.3-147.51: error: `Gtk.Stock' already contains a definition for `ORIENTATION_REVERSE_PORTRAIT'
- public const string ORIENTATION_REVERSE_PORTRAIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:147.3-147.51: note: previous definition of `ORIENTATION_REVERSE_PORTRAIT' was here
- public const string ORIENTATION_REVERSE_PORTRAIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:149.3-149.33: error: `Gtk.Stock' already contains a definition for `PAGE_SETUP'
- public const string PAGE_SETUP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:149.3-149.33: note: previous definition of `PAGE_SETUP' was here
- public const string PAGE_SETUP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:151.3-151.28: error: `Gtk.Stock' already contains a definition for `PASTE'
- public const string PASTE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:151.3-151.28: note: previous definition of `PASTE' was here
- public const string PASTE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:153.3-153.34: error: `Gtk.Stock' already contains a definition for `PREFERENCES'
- public const string PREFERENCES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:153.3-153.34: note: previous definition of `PREFERENCES' was here
- public const string PREFERENCES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:155.3-155.28: error: `Gtk.Stock' already contains a definition for `PRINT'
- public const string PRINT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:155.3-155.28: note: previous definition of `PRINT' was here
- public const string PRINT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:157.3-157.34: error: `Gtk.Stock' already contains a definition for `PRINT_ERROR'
- public const string PRINT_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:157.3-157.34: note: previous definition of `PRINT_ERROR' was here
- public const string PRINT_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:159.3-159.35: error: `Gtk.Stock' already contains a definition for `PRINT_PAUSED'
- public const string PRINT_PAUSED;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:159.3-159.35: note: previous definition of `PRINT_PAUSED' was here
- public const string PRINT_PAUSED;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:161.3-161.36: error: `Gtk.Stock' already contains a definition for `PRINT_PREVIEW'
- public const string PRINT_PREVIEW;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:161.3-161.36: note: previous definition of `PRINT_PREVIEW' was here
- public const string PRINT_PREVIEW;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:163.3-163.35: error: `Gtk.Stock' already contains a definition for `PRINT_REPORT'
- public const string PRINT_REPORT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:163.3-163.35: note: previous definition of `PRINT_REPORT' was here
- public const string PRINT_REPORT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:165.3-165.36: error: `Gtk.Stock' already contains a definition for `PRINT_WARNING'
- public const string PRINT_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:165.3-165.36: note: previous definition of `PRINT_WARNING' was here
- public const string PRINT_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:167.3-167.33: error: `Gtk.Stock' already contains a definition for `PROPERTIES'
- public const string PROPERTIES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:167.3-167.33: note: previous definition of `PROPERTIES' was here
- public const string PROPERTIES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:169.3-169.27: error: `Gtk.Stock' already contains a definition for `QUIT'
- public const string QUIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:169.3-169.27: note: previous definition of `QUIT' was here
- public const string QUIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:171.3-171.27: error: `Gtk.Stock' already contains a definition for `REDO'
- public const string REDO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:171.3-171.27: note: previous definition of `REDO' was here
- public const string REDO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:173.3-173.30: error: `Gtk.Stock' already contains a definition for `REFRESH'
- public const string REFRESH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:173.3-173.30: note: previous definition of `REFRESH' was here
- public const string REFRESH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:175.3-175.29: error: `Gtk.Stock' already contains a definition for `REMOVE'
- public const string REMOVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:175.3-175.29: note: previous definition of `REMOVE' was here
- public const string REMOVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:177.3-177.38: error: `Gtk.Stock' already contains a definition for `REVERT_TO_SAVED'
- public const string REVERT_TO_SAVED;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:177.3-177.38: note: previous definition of `REVERT_TO_SAVED' was here
- public const string REVERT_TO_SAVED;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:179.3-179.27: error: `Gtk.Stock' already contains a definition for `SAVE'
- public const string SAVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:179.3-179.27: note: previous definition of `SAVE' was here
- public const string SAVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:181.3-181.30: error: `Gtk.Stock' already contains a definition for `SAVE_AS'
- public const string SAVE_AS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:181.3-181.30: note: previous definition of `SAVE_AS' was here
- public const string SAVE_AS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:183.3-183.33: error: `Gtk.Stock' already contains a definition for `SELECT_ALL'
- public const string SELECT_ALL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:183.3-183.33: note: previous definition of `SELECT_ALL' was here
- public const string SELECT_ALL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:185.3-185.35: error: `Gtk.Stock' already contains a definition for `SELECT_COLOR'
- public const string SELECT_COLOR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:185.3-185.35: note: previous definition of `SELECT_COLOR' was here
- public const string SELECT_COLOR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:187.3-187.34: error: `Gtk.Stock' already contains a definition for `SELECT_FONT'
- public const string SELECT_FONT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:187.3-187.34: note: previous definition of `SELECT_FONT' was here
- public const string SELECT_FONT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:189.3-189.37: error: `Gtk.Stock' already contains a definition for `SORT_ASCENDING'
- public const string SORT_ASCENDING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:189.3-189.37: note: previous definition of `SORT_ASCENDING' was here
- public const string SORT_ASCENDING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:191.3-191.38: error: `Gtk.Stock' already contains a definition for `SORT_DESCENDING'
- public const string SORT_DESCENDING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:191.3-191.38: note: previous definition of `SORT_DESCENDING' was here
- public const string SORT_DESCENDING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:193.3-193.34: error: `Gtk.Stock' already contains a definition for `SPELL_CHECK'
- public const string SPELL_CHECK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:193.3-193.34: note: previous definition of `SPELL_CHECK' was here
- public const string SPELL_CHECK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:195.3-195.27: error: `Gtk.Stock' already contains a definition for `STOP'
- public const string STOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:195.3-195.27: note: previous definition of `STOP' was here
- public const string STOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:197.3-197.36: error: `Gtk.Stock' already contains a definition for `STRIKETHROUGH'
- public const string STRIKETHROUGH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:197.3-197.36: note: previous definition of `STRIKETHROUGH' was here
- public const string STRIKETHROUGH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:199.3-199.31: error: `Gtk.Stock' already contains a definition for `UNDELETE'
- public const string UNDELETE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:199.3-199.31: note: previous definition of `UNDELETE' was here
- public const string UNDELETE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:201.3-201.32: error: `Gtk.Stock' already contains a definition for `UNDERLINE'
- public const string UNDERLINE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:201.3-201.32: note: previous definition of `UNDERLINE' was here
- public const string UNDERLINE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:203.3-203.27: error: `Gtk.Stock' already contains a definition for `UNDO'
- public const string UNDO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:203.3-203.27: note: previous definition of `UNDO' was here
- public const string UNDO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:205.3-205.31: error: `Gtk.Stock' already contains a definition for `UNINDENT'
- public const string UNINDENT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:205.3-205.31: note: previous definition of `UNINDENT' was here
- public const string UNINDENT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:207.3-207.26: error: `Gtk.Stock' already contains a definition for `YES'
- public const string YES;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:207.3-207.26: note: previous definition of `YES' was here
- public const string YES;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:209.3-209.31: error: `Gtk.Stock' already contains a definition for `ZOOM_100'
- public const string ZOOM_100;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:209.3-209.31: note: previous definition of `ZOOM_100' was here
- public const string ZOOM_100;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:211.3-211.31: error: `Gtk.Stock' already contains a definition for `ZOOM_FIT'
- public const string ZOOM_FIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:211.3-211.31: note: previous definition of `ZOOM_FIT' was here
- public const string ZOOM_FIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:213.3-213.30: error: `Gtk.Stock' already contains a definition for `ZOOM_IN'
- public const string ZOOM_IN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:213.3-213.30: note: previous definition of `ZOOM_IN' was here
- public const string ZOOM_IN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:215.3-215.31: error: `Gtk.Stock' already contains a definition for `ZOOM_OUT'
- public const string ZOOM_OUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:215.3-215.31: note: previous definition of `ZOOM_OUT' was here
- public const string ZOOM_OUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:217.3-217.24: error: `Gtk.Stock' already contains a definition for `add'
- public static void add (Gtk.StockItem[] items);
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:217.3-217.24: note: previous definition of `add' was here
- public static void add (Gtk.StockItem[] items);
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:219.3-219.31: error: `Gtk.Stock' already contains a definition for `add_static'
- public static void add_static (Gtk.StockItem[] items);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:219.3-219.31: note: previous definition of `add_static' was here
- public static void add_static (Gtk.StockItem[] items);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:221.3-221.43: error: `Gtk.Stock' already contains a definition for `list_ids'
- public static GLib.SList<string> list_ids ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:221.3-221.43: note: previous definition of `list_ids' was here
- public static GLib.SList<string> list_ids ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:223.3-223.27: error: `Gtk.Stock' already contains a definition for `lookup'
- public static bool lookup (string stock_id, out Gtk.StockItem item);
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:223.3-223.27: note: previous definition of `lookup' was here
- public static bool lookup (string stock_id, out Gtk.StockItem item);
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:226.2-226.70: error: `Gtk' already contains a definition for `AboutDialog'
- public class AboutDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:226.2-226.70: note: previous definition of `AboutDialog' was here
- public class AboutDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:278.2-278.38: error: `Gtk' already contains a definition for `AccelGroup'
- public class AccelGroup : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:281.2-281.38: note: previous definition of `AccelGroup' was here
- public class AccelGroup : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:303.2-303.29: error: `Gtk' already contains a definition for `AccelGroupEntry'
- public class AccelGroupEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:303.2-303.29: note: previous definition of `AccelGroupEntry' was here
- public class AccelGroupEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:309.2-309.68: error: `Gtk' already contains a definition for `AccelLabel'
- public class AccelLabel : Gtk.Label, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:309.2-309.68: note: previous definition of `AccelLabel' was here
- public class AccelLabel : Gtk.Label, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:327.2-327.36: error: `Gtk' already contains a definition for `AccelMap'
- public class AccelMap : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:322.2-322.36: note: previous definition of `AccelMap' was here
- public class AccelMap : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:348.2-348.27: error: `Gtk' already contains a definition for `AccelMapClass'
- public class AccelMapClass {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:343.2-343.27: note: previous definition of `AccelMapClass' was here
- public class AccelMapClass {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:351.2-351.37: error: `Gtk' already contains a definition for `Accessible'
- public class Accessible : Atk.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:346.2-346.37: note: previous definition of `Accessible' was here
- public class Accessible : Atk.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:358.2-358.49: error: `Gtk' already contains a definition for `Action'
- public class Action : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:359.2-359.49: note: previous definition of `Action' was here
- public class Action : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:427.2-427.54: error: `Gtk' already contains a definition for `ActionGroup'
- public class ActionGroup : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:428.2-428.54: note: previous definition of `ActionGroup' was here
- public class ActionGroup : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:457.2-457.37: error: `Gtk' already contains a definition for `Adjustment'
- public class Adjustment : Gtk.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:458.2-458.48: note: previous definition of `Adjustment' was here
- public class Adjustment : GLib.InitiallyUnowned {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:486.2-486.65: error: `Gtk' already contains a definition for `Alignment'
- public class Alignment : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:488.2-488.65: note: previous definition of `Alignment' was here
- public class Alignment : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:516.2-516.62: error: `Gtk' already contains a definition for `Arrow'
- public class Arrow : Gtk.Misc, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:602.2-602.62: note: previous definition of `Arrow' was here
- public class Arrow : Gtk.Misc, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:526.2-526.69: error: `Gtk' already contains a definition for `AspectFrame'
- public class AspectFrame : Gtk.Frame, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:612.2-612.69: note: previous definition of `AspectFrame' was here
- public class AspectFrame : Gtk.Frame, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:541.2-541.68: error: `Gtk' already contains a definition for `Assistant'
- public class Assistant : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:626.2-626.68: note: previous definition of `Assistant' was here
- public class Assistant : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:574.2-574.65: error: `Gtk' already contains a definition for `Bin'
- public class Bin : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:660.2-660.65: note: previous definition of `Bin' was here
- public class Bin : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:582.2-582.24: error: `Gtk' already contains a definition for `BindingArg'
- public class BindingArg {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6339.2-6339.25: note: previous definition of `BindingArg' was here
- public struct BindingArg {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:587.2-587.26: error: `Gtk' already contains a definition for `BindingEntry'
- public class BindingEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:667.2-667.26: note: previous definition of `BindingEntry' was here
- public class BindingEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:604.2-604.24: error: `Gtk' already contains a definition for `BindingSet'
- public class BindingSet {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:685.2-685.24: note: previous definition of `BindingSet' was here
- public class BindingSet {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:619.2-619.27: error: `Gtk' already contains a definition for `BindingSignal'
- public class BindingSignal {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:700.2-700.27: note: previous definition of `BindingSignal' was here
- public class BindingSignal {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:627.2-627.20: error: `Gtk' already contains a definition for `Border'
- public class Border {
- ^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6349.2-6349.21: note: previous definition of `Border' was here
- public struct Border {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:637.2-637.81: error: `Gtk' already contains a definition for `Box'
- public class Box : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:708.2-708.81: note: previous definition of `Box' was here
- public class Box : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:664.2-664.35: error: `Gtk' already contains a definition for `Builder'
- public class Builder : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:724.2-724.35: note: previous definition of `Builder' was here
- public class Builder : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:684.2-684.79: error: `Gtk' already contains a definition for `Button'
- public class Button : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:746.2-746.95: note: previous definition of `Button' was here
- public class Button : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:741.2-741.81: error: `Gtk' already contains a definition for `ButtonBox'
- public class ButtonBox : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:796.2-796.81: note: previous definition of `ButtonBox' was here
- public class ButtonBox : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:756.2-756.67: error: `Gtk' already contains a definition for `Calendar'
- public class Calendar : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:809.2-809.67: note: previous definition of `Calendar' was here
- public class Calendar : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:818.2-818.48: error: `Gtk' already contains a definition for `CellRenderer'
- public abstract class CellRenderer : Gtk.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:950.2-950.59: note: previous definition of `CellRenderer' was here
- public abstract class CellRenderer : GLib.InitiallyUnowned {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:869.2-869.54: error: `Gtk' already contains a definition for `CellRendererAccel'
- public class CellRendererAccel : Gtk.CellRendererText {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1012.2-1012.54: note: previous definition of `CellRendererAccel' was here
- public class CellRendererAccel : Gtk.CellRendererText {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:887.2-887.54: error: `Gtk' already contains a definition for `CellRendererCombo'
- public class CellRendererCombo : Gtk.CellRendererText {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1027.2-1027.54: note: previous definition of `CellRendererCombo' was here
- public class CellRendererCombo : Gtk.CellRendererText {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:900.2-900.51: error: `Gtk' already contains a definition for `CellRendererPixbuf'
- public class CellRendererPixbuf : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1039.2-1039.51: note: previous definition of `CellRendererPixbuf' was here
- public class CellRendererPixbuf : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:923.2-923.53: error: `Gtk' already contains a definition for `CellRendererProgress'
- public class CellRendererProgress : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1062.2-1062.69: note: previous definition of `CellRendererProgress' was here
- public class CellRendererProgress : Gtk.CellRenderer, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:940.2-940.53: error: `Gtk' already contains a definition for `CellRendererSpin'
- public class CellRendererSpin : Gtk.CellRendererText {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1079.2-1079.53: note: previous definition of `CellRendererSpin' was here
- public class CellRendererSpin : Gtk.CellRendererText {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:951.2-951.52: error: `Gtk' already contains a definition for `CellRendererSpinner'
- public class CellRendererSpinner : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1090.2-1090.52: note: previous definition of `CellRendererSpinner' was here
- public class CellRendererSpinner : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:962.2-962.49: error: `Gtk' already contains a definition for `CellRendererText'
- public class CellRendererText : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1101.2-1101.49: note: previous definition of `CellRendererText' was here
- public class CellRendererText : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1062.2-1062.51: error: `Gtk' already contains a definition for `CellRendererToggle'
- public class CellRendererToggle : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1202.2-1202.51: note: previous definition of `CellRendererToggle' was here
- public class CellRendererToggle : Gtk.CellRenderer {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1081.2-1081.83: error: `Gtk' already contains a definition for `CellView'
- public class CellView : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.CellLayout {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1221.2-1221.99: note: previous definition of `CellView' was here
- public class CellView : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.CellLayout, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1105.2-1105.93: error: `Gtk' already contains a definition for `CheckButton'
- public class CheckButton : Gtk.ToggleButton, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1260.2-1260.109: note: previous definition of `CheckButton' was here
- public class CheckButton : Gtk.ToggleButton, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1116.2-1116.91: error: `Gtk' already contains a definition for `CheckMenuItem'
- public class CheckMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1271.2-1271.91: note: previous definition of `CheckMenuItem' was here
- public class CheckMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1139.2-1139.37: error: `Gtk' already contains a definition for `Clipboard'
- public class Clipboard : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1293.2-1293.37: note: previous definition of `Clipboard' was here
- public class Clipboard : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1175.2-1175.87: error: `Gtk' already contains a definition for `ColorButton'
- public class ColorButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1329.2-1329.103: note: previous definition of `ColorButton' was here
- public class ColorButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1195.2-1195.87: error: `Gtk' already contains a definition for `ColorSelection'
- public class ColorSelection : Gtk.VBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1354.2-1354.86: note: previous definition of `ColorSelection' was here
- public class ColorSelection : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1221.2-1221.79: error: `Gtk' already contains a definition for `ColorSelectionDialog'
- public class ColorSelectionDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1385.2-1385.79: note: previous definition of `ColorSelectionDialog' was here
- public class ColorSelectionDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1235.2-1235.98: error: `Gtk' already contains a definition for `ComboBox'
- public class ComboBox : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.CellEditable, Gtk.CellLayout {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1398.2-1398.98: note: previous definition of `ComboBox' was here
- public class ComboBox : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.CellLayout, Gtk.CellEditable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1304.2-1304.68: error: `Gtk' already contains a definition for `Container'
- public class Container : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1490.2-1490.68: note: previous definition of `Container' was here
- public class Container : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1395.2-1395.65: error: `Gtk' already contains a definition for `Dialog'
- public class Dialog : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1574.2-1574.65: note: previous definition of `Dialog' was here
- public class Dialog : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1424.2-1424.70: error: `Gtk' already contains a definition for `DrawingArea'
- public class DrawingArea : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1598.2-1598.70: note: previous definition of `DrawingArea' was here
- public class DrawingArea : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1430.2-1430.96: error: `Gtk' already contains a definition for `Entry'
- public class Entry : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.CellEditable, Gtk.Editable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1604.2-1604.96: note: previous definition of `Entry' was here
- public class Entry : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.Editable, Gtk.CellEditable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1610.2-1610.39: error: `Gtk' already contains a definition for `EntryBuffer'
- public class EntryBuffer : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1760.2-1760.39: note: previous definition of `EntryBuffer' was here
- public class EntryBuffer : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1630.2-1630.74: error: `Gtk' already contains a definition for `EntryCompletion'
- public class EntryCompletion : GLib.Object, Gtk.Buildable, Gtk.CellLayout {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1780.2-1780.74: note: previous definition of `EntryCompletion' was here
- public class EntryCompletion : GLib.Object, Gtk.CellLayout, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1671.2-1671.64: error: `Gtk' already contains a definition for `EventBox'
- public class EventBox : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1826.2-1826.64: note: previous definition of `EventBox' was here
- public class EventBox : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1682.2-1682.64: error: `Gtk' already contains a definition for `Expander'
- public class Expander : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1837.2-1837.64: note: previous definition of `Expander' was here
- public class Expander : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1708.2-1708.107: error: `Gtk' already contains a definition for `FileChooserButton'
- public class FileChooserButton : Gtk.HBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.FileChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1869.2-1869.106: note: previous definition of `FileChooserButton' was here
- public class FileChooserButton : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.FileChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1726.2-1726.93: error: `Gtk' already contains a definition for `FileChooserDialog'
- public class FileChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.FileChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1887.2-1887.93: note: previous definition of `FileChooserDialog' was here
- public class FileChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.FileChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1731.2-1731.129: error: `Gtk' already contains a definition for `FileChooserWidget'
- public class FileChooserWidget : Gtk.VBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.FileChooser, Gtk.FileChooserEmbed {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1892.2-1892.128: note: previous definition of `FileChooserWidget' was here
- public class FileChooserWidget : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.FileChooser, Gtk.FileChooserEmbed {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1736.2-1736.37: error: `Gtk' already contains a definition for `FileFilter'
- public class FileFilter : Gtk.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1897.2-1897.63: note: previous definition of `FileFilter' was here
- public class FileFilter : GLib.InitiallyUnowned, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1750.2-1750.28: error: `Gtk' already contains a definition for `FileFilterInfo'
- public class FileFilterInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1913.2-1913.28: note: previous definition of `FileFilterInfo' was here
- public class FileFilterInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1758.2-1758.67: error: `Gtk' already contains a definition for `Fixed'
- public class Fixed : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1921.2-1921.67: note: previous definition of `Fixed' was here
- public class Fixed : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1769.2-1769.24: error: `Gtk' already contains a definition for `FixedChild'
- public class FixedChild {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1929.2-1929.24: note: previous definition of `FixedChild' was here
- public class FixedChild {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1775.2-1775.86: error: `Gtk' already contains a definition for `FontButton'
- public class FontButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1935.2-1935.119: note: previous definition of `FontButton' was here
- public class FontButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable, Gtk.FontChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1801.2-1801.86: error: `Gtk' already contains a definition for `FontSelection'
- public class FontSelection : Gtk.VBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1971.2-1971.85: note: previous definition of `FontSelection' was here
- public class FontSelection : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1835.2-1835.78: error: `Gtk' already contains a definition for `FontSelectionDialog'
- public class FontSelectionDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:1990.2-1990.78: note: previous definition of `FontSelectionDialog' was here
- public class FontSelectionDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1854.2-1854.61: error: `Gtk' already contains a definition for `Frame'
- public class Frame : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2002.2-2002.61: note: previous definition of `Frame' was here
- public class Frame : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1891.2-1891.76: error: `Gtk' already contains a definition for `HBox'
- public class HBox : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2059.2-2059.76: note: previous definition of `HBox' was here
- public class HBox : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1896.2-1896.88: error: `Gtk' already contains a definition for `HButtonBox'
- public class HButtonBox : Gtk.ButtonBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2064.2-2064.88: note: previous definition of `HButtonBox' was here
- public class HButtonBox : Gtk.ButtonBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1901.2-1901.80: error: `Gtk' already contains a definition for `HPaned'
- public class HPaned : Gtk.Paned, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2069.2-2069.80: note: previous definition of `HPaned' was here
- public class HPaned : Gtk.Paned, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1911.2-1911.62: error: `Gtk' already contains a definition for `HSV'
- public class HSV : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2074.2-2074.62: note: previous definition of `HSV' was here
- public class HSV : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1924.2-1924.80: error: `Gtk' already contains a definition for `HScale'
- public class HScale : Gtk.Scale, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2087.2-2087.80: note: previous definition of `HScale' was here
- public class HScale : Gtk.Scale, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1931.2-1931.88: error: `Gtk' already contains a definition for `HScrollbar'
- public class HScrollbar : Gtk.Scrollbar, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2094.2-2094.88: note: previous definition of `HScrollbar' was here
- public class HScrollbar : Gtk.Scrollbar, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1936.2-1936.88: error: `Gtk' already contains a definition for `HSeparator'
- public class HSeparator : Gtk.Separator, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2099.2-2099.88: note: previous definition of `HSeparator' was here
- public class HSeparator : Gtk.Separator, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1941.2-1941.65: error: `Gtk' already contains a definition for `HandleBox'
- public class HandleBox : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2104.2-2104.65: note: previous definition of `HandleBox' was here
- public class HandleBox : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1971.2-1971.37: error: `Gtk' already contains a definition for `IMContext'
- public class IMContext : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2123.2-2123.37: note: previous definition of `IMContext' was here
- public class IMContext : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:1993.2-1993.45: error: `Gtk' already contains a definition for `IMContextSimple'
- public class IMContextSimple : Gtk.IMContext {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2145.2-2145.45: note: previous definition of `IMContextSimple' was here
- public class IMContextSimple : Gtk.IMContext {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2006.2-2006.44: error: `Gtk' already contains a definition for `IMMulticontext'
- public class IMMulticontext : Gtk.IMContext {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2151.2-2151.44: note: previous definition of `IMMulticontext' was here
- public class IMMulticontext : Gtk.IMContext {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2016.2-2016.54: error: `Gtk' already contains a definition for `IconFactory'
- public class IconFactory : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2159.2-2159.54: note: previous definition of `IconFactory' was here
- public class IconFactory : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2028.2-2028.22: error: `Gtk' already contains a definition for `IconInfo'
- public class IconInfo {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2170.2-2170.22: note: previous definition of `IconInfo' was here
- public class IconInfo {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2043.2-2043.21: error: `Gtk' already contains a definition for `IconSet'
- public class IconSet {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2188.2-2188.21: note: previous definition of `IconSet' was here
- public class IconSet {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2055.2-2055.24: error: `Gtk' already contains a definition for `IconSource'
- public class IconSource {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2201.2-2201.24: note: previous definition of `IconSource' was here
- public class IconSource {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2079.2-2079.37: error: `Gtk' already contains a definition for `IconTheme'
- public class IconTheme : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2225.2-2225.37: note: previous definition of `IconTheme' was here
- public class IconTheme : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2105.2-2105.86: error: `Gtk' already contains a definition for `IconView'
- public class IconView : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.CellLayout {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2251.2-2251.102: note: previous definition of `IconView' was here
- public class IconView : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.CellLayout, Gtk.Scrollable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2190.2-2190.62: error: `Gtk' already contains a definition for `Image'
- public class Image : Gtk.Misc, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2341.2-2341.62: note: previous definition of `Image' was here
- public class Image : Gtk.Misc, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2289.2-2289.91: error: `Gtk' already contains a definition for `ImageMenuItem'
- public class ImageMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2400.2-2400.91: note: previous definition of `ImageMenuItem' was here
- public class ImageMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2326.2-2326.80: error: `Gtk' already contains a definition for `InfoBar'
- public class InfoBar : Gtk.HBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2422.2-2422.79: note: previous definition of `InfoBar' was here
- public class InfoBar : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2363.2-2363.68: error: `Gtk' already contains a definition for `Invisible'
- public class Invisible : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2442.2-2442.68: note: previous definition of `Invisible' was here
- public class Invisible : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2385.2-2385.62: error: `Gtk' already contains a definition for `Label'
- public class Label : Gtk.Misc, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2452.2-2452.62: note: previous definition of `Label' was here
- public class Label : Gtk.Misc, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2473.2-2473.32: error: `Gtk' already contains a definition for `LabelSelectionInfo'
- public class LabelSelectionInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2530.2-2530.32: note: previous definition of `LabelSelectionInfo' was here
- public class LabelSelectionInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2476.2-2476.68: error: `Gtk' already contains a definition for `Layout'
- public class Layout : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2533.2-2533.84: note: previous definition of `Layout' was here
- public class Layout : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2503.2-2503.86: error: `Gtk' already contains a definition for `LinkButton'
- public class LinkButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2551.2-2551.102: note: previous definition of `LinkButton' was here
- public class LinkButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2517.2-2517.123: error: `Gtk' already contains a definition for `ListStore'
- public class ListStore : GLib.Object, Gtk.Buildable, Gtk.TreeModel, Gtk.TreeSortable, Gtk.TreeDragSource, Gtk.TreeDragDest {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2565.2-2565.123: note: previous definition of `ListStore' was here
- public class ListStore : GLib.Object, Gtk.TreeModel, Gtk.TreeDragSource, Gtk.TreeDragDest, Gtk.TreeSortable, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2558.2-2558.66: error: `Gtk' already contains a definition for `Menu'
- public class Menu : Gtk.MenuShell, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2627.2-2627.66: note: previous definition of `Menu' was here
- public class Menu : Gtk.MenuShell, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2624.2-2624.69: error: `Gtk' already contains a definition for `MenuBar'
- public class MenuBar : Gtk.MenuShell, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2670.2-2670.69: note: previous definition of `MenuBar' was here
- public class MenuBar : Gtk.MenuShell, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2635.2-2635.82: error: `Gtk' already contains a definition for `MenuItem'
- public class MenuItem : Gtk.Item, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2683.2-2683.81: note: previous definition of `MenuItem' was here
- public class MenuItem : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2676.2-2676.71: error: `Gtk' already contains a definition for `MenuShell'
- public class MenuShell : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2718.2-2718.71: note: previous definition of `MenuShell' was here
- public class MenuShell : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2714.2-2714.94: error: `Gtk' already contains a definition for `MenuToolButton'
- public class MenuToolButton : Gtk.ToolButton, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2747.2-2747.110: note: previous definition of `MenuToolButton' was here
- public class MenuToolButton : Gtk.ToolButton, Atk.Implementor, Gtk.Buildable, Gtk.Activatable, Gtk.Actionable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2727.2-2727.72: error: `Gtk' already contains a definition for `MessageDialog'
- public class MessageDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2760.2-2760.72: note: previous definition of `MessageDialog' was here
- public class MessageDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2757.2-2757.63: error: `Gtk' already contains a definition for `Misc'
- public class Misc : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2791.2-2791.63: note: previous definition of `Misc' was here
- public class Misc : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2774.2-2774.50: error: `Gtk' already contains a definition for `MountOperation'
- public class MountOperation : GLib.MountOperation {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2808.2-2808.50: note: previous definition of `MountOperation' was here
- public class MountOperation : GLib.MountOperation {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2787.2-2787.70: error: `Gtk' already contains a definition for `Notebook'
- public class Notebook : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2821.2-2821.70: note: previous definition of `Notebook' was here
- public class Notebook : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2901.2-2901.74: error: `Gtk' already contains a definition for `OffscreenWindow'
- public class OffscreenWindow : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2912.2-2912.74: note: previous definition of `OffscreenWindow' was here
- public class OffscreenWindow : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2909.2-2909.23: error: `Gtk' already contains a definition for `PageRange'
- public class PageRange {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2927.2-2927.23: note: previous definition of `PageRange' was here
- public class PageRange {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2914.2-2914.37: error: `Gtk' already contains a definition for `PageSetup'
- public class PageSetup : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2932.2-2932.37: note: previous definition of `PageSetup' was here
- public class PageSetup : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2945.2-2945.83: error: `Gtk' already contains a definition for `Paned'
- public class Paned : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2963.2-2963.83: note: previous definition of `Paned' was here
- public class Paned : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:2993.2-2993.23: error: `Gtk' already contains a definition for `PaperSize'
- public class PaperSize {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:2991.2-2991.23: note: previous definition of `PaperSize' was here
- public class PaperSize {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3020.2-3020.63: error: `Gtk' already contains a definition for `Plug'
- public class Plug : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3018.2-3018.63: note: previous definition of `Plug' was here
- public class Plug : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3038.2-3038.40: error: `Gtk' already contains a definition for `PrintContext'
- public class PrintContext : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3032.2-3032.40: note: previous definition of `PrintContext' was here
- public class PrintContext : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3054.2-3054.69: error: `Gtk' already contains a definition for `PrintOperation'
- public class PrintOperation : GLib.Object, Gtk.PrintOperationPreview {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3048.2-3048.69: note: previous definition of `PrintOperation' was here
- public class PrintOperation : GLib.Object, Gtk.PrintOperationPreview {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3127.2-3127.41: error: `Gtk' already contains a definition for `PrintSettings'
- public class PrintSettings : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3121.2-3121.41: note: previous definition of `PrintSettings' was here
- public class PrintSettings : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3207.2-3207.70: error: `Gtk' already contains a definition for `ProgressBar'
- public class ProgressBar : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3201.2-3201.86: note: previous definition of `ProgressBar' was here
- public class ProgressBar : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3244.2-3244.59: error: `Gtk' already contains a definition for `RadioAction'
- public class RadioAction : Gtk.ToggleAction, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3225.2-3225.59: note: previous definition of `RadioAction' was here
- public class RadioAction : Gtk.ToggleAction, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3259.2-3259.92: error: `Gtk' already contains a definition for `RadioButton'
- public class RadioButton : Gtk.CheckButton, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3241.2-3241.108: note: previous definition of `RadioButton' was here
- public class RadioButton : Gtk.CheckButton, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3279.2-3279.96: error: `Gtk' already contains a definition for `RadioMenuItem'
- public class RadioMenuItem : Gtk.CheckMenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3262.2-3262.96: note: previous definition of `RadioMenuItem' was here
- public class RadioMenuItem : Gtk.CheckMenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3298.2-3298.101: error: `Gtk' already contains a definition for `RadioToolButton'
- public class RadioToolButton : Gtk.ToggleToolButton, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3281.2-3281.117: note: previous definition of `RadioToolButton' was here
- public class RadioToolButton : Gtk.ToggleToolButton, Atk.Implementor, Gtk.Buildable, Gtk.Activatable, Gtk.Actionable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3312.2-3312.80: error: `Gtk' already contains a definition for `Range'
- public class Range : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3295.2-3295.80: note: previous definition of `Range' was here
- public class Range : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3389.2-3389.23: error: `Gtk' already contains a definition for `RcContext'
- public class RcContext {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3343.2-3343.23: note: previous definition of `RcContext' was here
- public class RcContext {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3393.2-3393.24: error: `Gtk' already contains a definition for `RcProperty'
- public class RcProperty {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3347.2-3347.24: note: previous definition of `RcProperty' was here
- public class RcProperty {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3405.2-3405.35: error: `Gtk' already contains a definition for `RcStyle'
- public class RcStyle : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3359.2-3359.35: note: previous definition of `RcStyle' was here
- public class RcStyle : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3439.2-3439.73: error: `Gtk' already contains a definition for `RecentAction'
- public class RecentAction : Gtk.Action, Gtk.Buildable, Gtk.RecentChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3393.2-3393.73: note: previous definition of `RecentAction' was here
- public class RecentAction : Gtk.Action, Gtk.Buildable, Gtk.RecentChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3449.2-3449.97: error: `Gtk' already contains a definition for `RecentChooserDialog'
- public class RecentChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.RecentChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3403.2-3403.97: note: previous definition of `RecentChooserDialog' was here
- public class RecentChooserDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildable, Gtk.RecentChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3456.2-3456.110: error: `Gtk' already contains a definition for `RecentChooserMenu'
- public class RecentChooserMenu : Gtk.Menu, Atk.Implementor, Gtk.Buildable, Gtk.Activatable, Gtk.RecentChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3410.2-3410.110: note: previous definition of `RecentChooserMenu' was here
- public class RecentChooserMenu : Gtk.Menu, Atk.Implementor, Gtk.Buildable, Gtk.RecentChooser, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3474.2-3474.111: error: `Gtk' already contains a definition for `RecentChooserWidget'
- public class RecentChooserWidget : Gtk.VBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.RecentChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3428.2-3428.110: note: previous definition of `RecentChooserWidget' was here
- public class RecentChooserWidget : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.RecentChooser {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3481.2-3481.39: error: `Gtk' already contains a definition for `RecentFilter'
- public class RecentFilter : Gtk.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3435.2-3435.65: note: previous definition of `RecentFilter' was here
- public class RecentFilter : GLib.InitiallyUnowned, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3498.2-3498.30: error: `Gtk' already contains a definition for `RecentFilterInfo'
- public class RecentFilterInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3450.2-3450.30: note: previous definition of `RecentFilterInfo' was here
- public class RecentFilterInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3509.2-3509.24: error: `Gtk' already contains a definition for `RecentInfo'
- public class RecentInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3461.2-3461.24: note: previous definition of `RecentInfo' was here
- public class RecentInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3535.2-3535.41: error: `Gtk' already contains a definition for `RecentManager'
- public class RecentManager : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3489.2-3489.41: note: previous definition of `RecentManager' was here
- public class RecentManager : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3594.2-3594.79: error: `Gtk' already contains a definition for `Scale'
- public class Scale : Gtk.Range, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3516.2-3516.79: note: previous definition of `Scale' was here
- public class Scale : Gtk.Range, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3613.2-3613.103: error: `Gtk' already contains a definition for `ScaleButton'
- public class ScaleButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3540.2-3540.119: note: previous definition of `ScaleButton' was here
- public class ScaleButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3638.2-3638.83: error: `Gtk' already contains a definition for `Scrollbar'
- public class Scrollbar : Gtk.Range, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3563.2-3563.83: note: previous definition of `Scrollbar' was here
- public class Scrollbar : Gtk.Range, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3643.2-3643.70: error: `Gtk' already contains a definition for `ScrolledWindow'
- public class ScrolledWindow : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3568.2-3568.70: note: previous definition of `ScrolledWindow' was here
- public class ScrolledWindow : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3681.2-3681.27: error: `Gtk' already contains a definition for `SelectionData'
- public class SelectionData {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3607.2-3607.27: note: previous definition of `SelectionData' was here
- public class SelectionData {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3714.2-3714.84: error: `Gtk' already contains a definition for `Separator'
- public class Separator : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3633.2-3633.84: note: previous definition of `Separator' was here
- public class Separator : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3719.2-3719.95: error: `Gtk' already contains a definition for `SeparatorMenuItem'
- public class SeparatorMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3638.2-3638.95: note: previous definition of `SeparatorMenuItem' was here
- public class SeparatorMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3724.2-3724.95: error: `Gtk' already contains a definition for `SeparatorToolItem'
- public class SeparatorToolItem : Gtk.ToolItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3643.2-3643.95: note: previous definition of `SeparatorToolItem' was here
- public class SeparatorToolItem : Gtk.ToolItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3732.2-3732.36: error: `Gtk' already contains a definition for `Settings'
- public class Settings : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3651.2-3651.55: note: previous definition of `Settings' was here
- public class Settings : GLib.Object, Gtk.StyleProvider {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3863.2-3863.27: error: `Gtk' already contains a definition for `SettingsValue'
- public class SettingsValue {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3809.2-3809.27: note: previous definition of `SettingsValue' was here
- public class SettingsValue {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3868.2-3868.52: error: `Gtk' already contains a definition for `SizeGroup'
- public class SizeGroup : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3814.2-3814.52: note: previous definition of `SizeGroup' was here
- public class SizeGroup : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3886.2-3886.68: error: `Gtk' already contains a definition for `Socket'
- public class Socket : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3828.2-3828.68: note: previous definition of `Socket' was here
- public class Socket : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3911.2-3911.100: error: `Gtk' already contains a definition for `SpinButton'
- public class SpinButton : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.CellEditable, Gtk.Editable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3838.2-3838.100: note: previous definition of `SpinButton' was here
- public class SpinButton : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.Editable, Gtk.CellEditable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3962.2-3962.71: error: `Gtk' already contains a definition for `Spinner'
- public class Spinner : Gtk.DrawingArea, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3881.2-3881.66: note: previous definition of `Spinner' was here
- public class Spinner : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:3971.2-3971.38: error: `Gtk' already contains a definition for `StatusIcon'
- public class StatusIcon : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3890.2-3890.38: note: previous definition of `StatusIcon' was here
- public class StatusIcon : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4047.2-4047.82: error: `Gtk' already contains a definition for `Statusbar'
- public class Statusbar : Gtk.HBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3963.2-3963.81: note: previous definition of `Statusbar' was here
- public class Statusbar : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4069.2-4069.33: error: `Gtk' already contains a definition for `Style'
- public class Style : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:3976.2-3976.33: note: previous definition of `Style' was here
- public class Style : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4186.2-4186.67: error: `Gtk' already contains a definition for `Table'
- public class Table : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4210.2-4210.67: note: previous definition of `Table' was here
- public class Table : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4219.2-4219.24: error: `Gtk' already contains a definition for `TableChild'
- public class TableChild {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4239.2-4239.24: note: previous definition of `TableChild' was here
- public class TableChild {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4236.2-4236.25: error: `Gtk' already contains a definition for `TableRowCol'
- public class TableRowCol {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4256.2-4256.25: note: previous definition of `TableRowCol' was here
- public class TableRowCol {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4248.2-4248.24: error: `Gtk' already contains a definition for `TargetList'
- public class TargetList {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4268.2-4268.24: note: previous definition of `TargetList' was here
- public class TargetList {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4270.2-4270.93: error: `Gtk' already contains a definition for `TearoffMenuItem'
- public class TearoffMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4281.2-4281.93: note: previous definition of `TearoffMenuItem' was here
- public class TearoffMenuItem : Gtk.MenuItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4277.2-4277.28: error: `Gtk' already contains a definition for `TextAppearance'
- public class TextAppearance {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4287.2-4287.28: note: previous definition of `TextAppearance' was here
- public class TextAppearance {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4296.2-4296.28: error: `Gtk' already contains a definition for `TextAttributes'
- public class TextAttributes {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4301.2-4301.28: note: previous definition of `TextAttributes' was here
- public class TextAttributes {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4328.2-4328.23: error: `Gtk' already contains a definition for `TextBTree'
- public class TextBTree {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4331.2-4331.23: note: previous definition of `TextBTree' was here
- public class TextBTree {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4331.2-4331.38: error: `Gtk' already contains a definition for `TextBuffer'
- public class TextBuffer : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4334.2-4334.38: note: previous definition of `TextBuffer' was here
- public class TextBuffer : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4436.2-4436.43: error: `Gtk' already contains a definition for `TextChildAnchor'
- public class TextChildAnchor : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4433.2-4433.43: note: previous definition of `TextChildAnchor' was here
- public class TextChildAnchor : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4448.2-4448.36: error: `Gtk' already contains a definition for `TextMark'
- public class TextMark : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4441.2-4441.36: note: previous definition of `TextMark' was here
- public class TextMark : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4466.2-4466.35: error: `Gtk' already contains a definition for `TextTag'
- public class TextTag : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4455.2-4455.35: note: previous definition of `TextTag' was here
- public class TextTag : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4615.2-4615.40: error: `Gtk' already contains a definition for `TextTagTable'
- public class TextTagTable : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4592.2-4592.55: note: previous definition of `TextTagTable' was here
- public class TextTagTable : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4632.2-4632.70: error: `Gtk' already contains a definition for `TextView'
- public class TextView : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4605.2-4605.86: note: previous definition of `TextView' was here
- public class TextView : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4767.2-4767.25: error: `Gtk' already contains a definition for `ThemeEngine'
- public class ThemeEngine {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4703.2-4703.25: note: previous definition of `ThemeEngine' was here
- public class ThemeEngine {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4770.2-4770.54: error: `Gtk' already contains a definition for `ToggleAction'
- public class ToggleAction : Gtk.Action, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4769.2-4769.54: note: previous definition of `ToggleAction' was here
- public class ToggleAction : Gtk.Action, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4783.2-4783.88: error: `Gtk' already contains a definition for `ToggleButton'
- public class ToggleButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4782.2-4782.104: note: previous definition of `ToggleButton' was here
- public class ToggleButton : Gtk.Button, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4804.2-4804.96: error: `Gtk' already contains a definition for `ToggleToolButton'
- public class ToggleToolButton : Gtk.ToolButton, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4803.2-4803.112: note: previous definition of `ToggleToolButton' was here
- public class ToggleToolButton : Gtk.ToolButton, Atk.Implementor, Gtk.Buildable, Gtk.Activatable, Gtk.Actionable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4815.2-4815.88: error: `Gtk' already contains a definition for `ToolButton'
- public class ToolButton : Gtk.ToolItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4814.2-4814.104: note: previous definition of `ToolButton' was here
- public class ToolButton : Gtk.ToolItem, Atk.Implementor, Gtk.Buildable, Gtk.Activatable, Gtk.Actionable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4841.2-4841.81: error: `Gtk' already contains a definition for `ToolItem'
- public class ToolItem : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4840.2-4840.81: note: previous definition of `ToolItem' was here
- public class ToolItem : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4877.2-4877.90: error: `Gtk' already contains a definition for `ToolItemGroup'
- public class ToolItemGroup : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.ToolShell {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4876.2-4876.90: note: previous definition of `ToolItemGroup' was here
- public class ToolItemGroup : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.ToolShell {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4903.2-4903.89: error: `Gtk' already contains a definition for `ToolPalette'
- public class ToolPalette : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4902.2-4902.105: note: previous definition of `ToolPalette' was here
- public class ToolPalette : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.Scrollable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4928.2-4928.100: error: `Gtk' already contains a definition for `Toolbar'
- public class Toolbar : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.ToolShell, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4933.2-4933.100: note: previous definition of `Toolbar' was here
- public class Toolbar : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.ToolShell, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4964.2-4964.35: error: `Gtk' already contains a definition for `Tooltip'
- public class Tooltip : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4960.2-4960.35: note: previous definition of `Tooltip' was here
- public class Tooltip : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4978.2-4978.78: error: `Gtk' already contains a definition for `TreeModelFilter'
- public class TreeModelFilter : GLib.Object, Gtk.TreeModel, Gtk.TreeDragSource {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4974.2-4974.78: note: previous definition of `TreeModelFilter' was here
- public class TreeModelFilter : GLib.Object, Gtk.TreeModel, Gtk.TreeDragSource {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:4997.2-4997.94: error: `Gtk' already contains a definition for `TreeModelSort'
- public class TreeModelSort : GLib.Object, Gtk.TreeModel, Gtk.TreeSortable, Gtk.TreeDragSource {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:4997.2-4997.94: note: previous definition of `TreeModelSort' was here
- public class TreeModelSort : GLib.Object, Gtk.TreeModel, Gtk.TreeSortable, Gtk.TreeDragSource {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5031.2-5031.22: error: `Gtk' already contains a definition for `TreePath'
- public class TreePath {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5015.2-5015.22: note: previous definition of `TreePath' was here
- public class TreePath {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5058.2-5058.30: error: `Gtk' already contains a definition for `TreeRowReference'
- public class TreeRowReference {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5042.2-5042.30: note: previous definition of `TreeRowReference' was here
- public class TreeRowReference {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5072.2-5072.41: error: `Gtk' already contains a definition for `TreeSelection'
- public class TreeSelection : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5056.2-5056.41: note: previous definition of `TreeSelection' was here
- public class TreeSelection : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5103.2-5103.123: error: `Gtk' already contains a definition for `TreeStore'
- public class TreeStore : GLib.Object, Gtk.Buildable, Gtk.TreeModel, Gtk.TreeSortable, Gtk.TreeDragSource, Gtk.TreeDragDest {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5083.2-5083.123: note: previous definition of `TreeStore' was here
- public class TreeStore : GLib.Object, Gtk.TreeModel, Gtk.TreeDragSource, Gtk.TreeDragDest, Gtk.TreeSortable, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5146.2-5146.70: error: `Gtk' already contains a definition for `TreeView'
- public class TreeView : Gtk.Container, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5113.2-5113.86: note: previous definition of `TreeView' was here
- public class TreeView : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5285.2-5285.72: error: `Gtk' already contains a definition for `TreeViewColumn'
- public class TreeViewColumn : Gtk.Object, Gtk.Buildable, Gtk.CellLayout {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5251.2-5251.83: note: previous definition of `TreeViewColumn' was here
- public class TreeViewColumn : GLib.InitiallyUnowned, Gtk.CellLayout, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5373.2-5373.52: error: `Gtk' already contains a definition for `UIManager'
- public class UIManager : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5325.2-5325.52: note: previous definition of `UIManager' was here
- public class UIManager : GLib.Object, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5402.2-5402.76: error: `Gtk' already contains a definition for `VBox'
- public class VBox : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5355.2-5355.76: note: previous definition of `VBox' was here
- public class VBox : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5407.2-5407.88: error: `Gtk' already contains a definition for `VButtonBox'
- public class VButtonBox : Gtk.ButtonBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5360.2-5360.88: note: previous definition of `VButtonBox' was here
- public class VButtonBox : Gtk.ButtonBox, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5412.2-5412.80: error: `Gtk' already contains a definition for `VPaned'
- public class VPaned : Gtk.Paned, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5365.2-5365.80: note: previous definition of `VPaned' was here
- public class VPaned : Gtk.Paned, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5422.2-5422.80: error: `Gtk' already contains a definition for `VScale'
- public class VScale : Gtk.Scale, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5370.2-5370.80: note: previous definition of `VScale' was here
- public class VScale : Gtk.Scale, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5429.2-5429.88: error: `Gtk' already contains a definition for `VScrollbar'
- public class VScrollbar : Gtk.Scrollbar, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5377.2-5377.88: note: previous definition of `VScrollbar' was here
- public class VScrollbar : Gtk.Scrollbar, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5434.2-5434.88: error: `Gtk' already contains a definition for `VSeparator'
- public class VSeparator : Gtk.Separator, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5382.2-5382.88: note: previous definition of `VSeparator' was here
- public class VSeparator : Gtk.Separator, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5439.2-5439.64: error: `Gtk' already contains a definition for `Viewport'
- public class Viewport : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5387.2-5387.80: note: previous definition of `Viewport' was here
- public class Viewport : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5457.2-5457.109: error: `Gtk' already contains a definition for `VolumeButton'
- public class VolumeButton : Gtk.ScaleButton, Atk.Implementor, Gtk.Buildable, Gtk.Orientable, Gtk.Activatable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5401.2-5401.125: note: previous definition of `VolumeButton' was here
- public class VolumeButton : Gtk.ScaleButton, Atk.Implementor, Gtk.Buildable, Gtk.Actionable, Gtk.Activatable, Gtk.Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5462.2-5462.65: error: `Gtk' already contains a definition for `Widget'
- public class Widget : Gtk.Object, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5408.2-5408.76: note: previous definition of `Widget' was here
- public class Widget : GLib.InitiallyUnowned, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5757.2-5757.27: error: `Gtk' already contains a definition for `WidgetAuxInfo'
- public class WidgetAuxInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5750.2-5750.27: note: previous definition of `WidgetAuxInfo' was here
- public class WidgetAuxInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5773.2-5773.62: error: `Gtk' already contains a definition for `Window'
- public class Window : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5794.2-5794.62: note: previous definition of `Window' was here
- public class Window : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5953.2-5953.32: error: `Gtk' already contains a definition for `WindowGeometryInfo'
- public class WindowGeometryInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5958.2-5958.32: note: previous definition of `WindowGeometryInfo' was here
- public class WindowGeometryInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5956.2-5956.39: error: `Gtk' already contains a definition for `WindowGroup'
- public class WindowGroup : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5961.2-5961.39: note: previous definition of `WindowGroup' was here
- public class WindowGroup : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6248.2-6248.23: error: `Gtk' already contains a definition for `AccelKey'
- public struct AccelKey {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6316.2-6316.23: note: previous definition of `AccelKey' was here
- public struct AccelKey {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6254.2-6254.26: error: `Gtk' already contains a definition for `ActionEntry'
- public struct ActionEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6322.2-6322.26: note: previous definition of `ActionEntry' was here
- public struct ActionEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6264.2-6264.25: error: `Gtk' already contains a definition for `Allocation'
- public struct Allocation {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6332.2-6332.25: note: previous definition of `Allocation' was here
- public struct Allocation {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6271.2-6271.28: error: `Gtk' already contains a definition for `IMContextInfo'
- public struct IMContextInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6356.2-6356.28: note: previous definition of `IMContextInfo' was here
- public struct IMContextInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6279.2-6279.31: error: `Gtk' already contains a definition for `RadioActionEntry'
- public struct RadioActionEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6364.2-6364.31: note: previous definition of `RadioActionEntry' was here
- public struct RadioActionEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6288.2-6288.25: error: `Gtk' already contains a definition for `RecentData'
- public struct RecentData {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6373.2-6373.25: note: previous definition of `RecentData' was here
- public struct RecentData {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6299.2-6299.26: error: `Gtk' already contains a definition for `Requisition'
- public struct Requisition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6384.2-6384.26: note: previous definition of `Requisition' was here
- public struct Requisition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6306.2-6306.24: error: `Gtk' already contains a definition for `StockItem'
- public struct StockItem {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6391.2-6391.24: note: previous definition of `StockItem' was here
- public struct StockItem {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6316.2-6316.26: error: `Gtk' already contains a definition for `TargetEntry'
- public struct TargetEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6401.2-6401.26: note: previous definition of `TargetEntry' was here
- public struct TargetEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6322.2-6322.23: error: `Gtk' already contains a definition for `TextIter'
- public struct TextIter {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6411.2-6411.23: note: previous definition of `TextIter' was here
- public struct TextIter {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6429.2-6429.32: error: `Gtk' already contains a definition for `ToggleActionEntry'
- public struct ToggleActionEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6519.2-6519.32: note: previous definition of `ToggleActionEntry' was here
- public struct ToggleActionEntry {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6440.2-6440.23: error: `Gtk' already contains a definition for `TreeIter'
- public struct TreeIter {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6530.2-6530.23: note: previous definition of `TreeIter' was here
- public struct TreeIter {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5965.2-5965.43: error: `Gtk' already contains a definition for `Activatable'
- public interface Activatable : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:5983.2-5983.43: note: previous definition of `Activatable' was here
- public interface Activatable : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5978.2-5978.27: error: `Gtk' already contains a definition for `Buildable'
- public interface Buildable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6003.2-6003.41: note: previous definition of `Buildable' was here
- public interface Buildable : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:5991.2-5991.43: error: `Gtk' already contains a definition for `CellEditable'
- public interface CellEditable : Gtk.Widget {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6016.2-6016.43: note: previous definition of `CellEditable' was here
- public interface CellEditable : Gtk.Widget {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6001.2-6001.42: error: `Gtk' already contains a definition for `CellLayout'
- public interface CellLayout : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6026.2-6026.42: note: previous definition of `CellLayout' was here
- public interface CellLayout : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6013.2-6013.26: error: `Gtk' already contains a definition for `Editable'
- public interface Editable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6039.2-6039.26: note: previous definition of `Editable' was here
- public interface Editable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6037.2-6037.42: error: `Gtk' already contains a definition for `FileChooser'
- public interface FileChooser : Gtk.Widget {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6063.2-6063.42: note: previous definition of `FileChooser' was here
- public interface FileChooser : Gtk.Widget {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6116.2-6116.34: error: `Gtk' already contains a definition for `FileChooserEmbed'
- public interface FileChooserEmbed {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6141.2-6141.34: note: previous definition of `FileChooserEmbed' was here
- public interface FileChooserEmbed {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6119.2-6119.28: error: `Gtk' already contains a definition for `Orientable'
- public interface Orientable {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6164.2-6164.42: note: previous definition of `Orientable' was here
- public interface Orientable : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6124.2-6124.53: error: `Gtk' already contains a definition for `PrintOperationPreview'
- public interface PrintOperationPreview : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6170.2-6170.53: note: previous definition of `PrintOperationPreview' was here
- public interface PrintOperationPreview : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6132.2-6132.45: error: `Gtk' already contains a definition for `RecentChooser'
- public interface RecentChooser : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6178.2-6178.45: note: previous definition of `RecentChooser' was here
- public interface RecentChooser : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6181.2-6181.40: error: `Gtk' already contains a definition for `ToolShell'
- public interface ToolShell : Gtk.Widget {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6248.2-6248.40: note: previous definition of `ToolShell' was here
- public interface ToolShell : Gtk.Widget {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6193.2-6193.30: error: `Gtk' already contains a definition for `TreeDragDest'
- public interface TreeDragDest {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6260.2-6260.30: note: previous definition of `TreeDragDest' was here
- public interface TreeDragDest {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6198.2-6198.32: error: `Gtk' already contains a definition for `TreeDragSource'
- public interface TreeDragSource {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6265.2-6265.32: note: previous definition of `TreeDragSource' was here
- public interface TreeDragSource {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6204.2-6204.41: error: `Gtk' already contains a definition for `TreeModel'
- public interface TreeModel : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6271.2-6271.41: note: previous definition of `TreeModel' was here
- public interface TreeModel : GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6238.2-6238.59: error: `Gtk' already contains a definition for `TreeSortable'
- public interface TreeSortable : Gtk.TreeModel, GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6306.2-6306.59: note: previous definition of `TreeSortable' was here
- public interface TreeSortable : Gtk.TreeModel, GLib.Object {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7418.2-7418.40: error: `Gtk' already contains a definition for `AccelGroupActivate'
- public delegate bool AccelGroupActivate (Gtk.AccelGroup accel_group, GLib.Object acceleratable, uint keyval, Gdk.ModifierType modifier);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7400.2-7400.40: note: previous definition of `AccelGroupActivate' was here
- public delegate bool AccelGroupActivate (Gtk.AccelGroup accel_group, GLib.Object acceleratable, uint keyval, Gdk.ModifierType modifier);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7420.2-7420.40: error: `Gtk' already contains a definition for `AccelGroupFindFunc'
- public delegate bool AccelGroupFindFunc (Gtk.AccelKey key, GLib.Closure closure);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7402.2-7402.40: note: previous definition of `AccelGroupFindFunc' was here
- public delegate bool AccelGroupFindFunc (Gtk.AccelKey key, GLib.Closure closure);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7422.2-7422.37: error: `Gtk' already contains a definition for `AccelMapForeach'
- public delegate void AccelMapForeach (void* data, string accel_path, uint accel_key, Gdk.ModifierType accel_mods, bool changed);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7404.2-7404.37: note: previous definition of `AccelMapForeach' was here
- public delegate void AccelMapForeach (void* data, string accel_path, uint accel_key, Gdk.ModifierType accel_mods, bool changed);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7424.2-7424.36: error: `Gtk' already contains a definition for `ActionCallback'
- public delegate void ActionCallback (Gtk.Action action);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7406.2-7406.36: note: previous definition of `ActionCallback' was here
- public delegate void ActionCallback (Gtk.Action action);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7426.2-7426.38: error: `Gtk' already contains a definition for `AssistantPageFunc'
- public delegate int AssistantPageFunc (int current_page);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7408.2-7408.38: note: previous definition of `AssistantPageFunc' was here
- public delegate int AssistantPageFunc (int current_page);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7428.2-7428.40: error: `Gtk' already contains a definition for `BuilderConnectFunc'
- public delegate void BuilderConnectFunc (Gtk.Builder builder, GLib.Object object, string signal_name, string handler_name, GLib.Object? connect_object, GLib.ConnectFlags flags);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7410.2-7410.40: note: previous definition of `BuilderConnectFunc' was here
- public delegate void BuilderConnectFunc (Gtk.Builder builder, GLib.Object object, string signal_name, string handler_name, GLib.Object? connect_object, GLib.ConnectFlags flags);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7430.2-7430.42: error: `Gtk' already contains a definition for `CalendarDetailFunc'
- public delegate string CalendarDetailFunc (Gtk.Calendar calendar, uint year, uint month, uint day);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7412.2-7412.42: note: previous definition of `CalendarDetailFunc' was here
- public delegate string CalendarDetailFunc (Gtk.Calendar calendar, uint year, uint month, uint day);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7432.2-7432.30: error: `Gtk' already contains a definition for `Callback'
- public delegate void Callback (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7414.2-7414.30: note: previous definition of `Callback' was here
- public delegate void Callback (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7436.2-7436.40: error: `Gtk' already contains a definition for `CellLayoutDataFunc'
- public delegate void CellLayoutDataFunc (Gtk.CellLayout cell_layout, Gtk.CellRenderer cell, Gtk.TreeModel tree_model, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7420.2-7420.40: note: previous definition of `CellLayoutDataFunc' was here
- public delegate void CellLayoutDataFunc (Gtk.CellLayout cell_layout, Gtk.CellRenderer cell, Gtk.TreeModel tree_model, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7438.2-7438.40: error: `Gtk' already contains a definition for `ClipboardClearFunc'
- public delegate void ClipboardClearFunc (Gtk.Clipboard clipboard, void* user_data_or_owner);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7422.2-7422.40: note: previous definition of `ClipboardClearFunc' was here
- public delegate void ClipboardClearFunc (Gtk.Clipboard clipboard, void* user_data_or_owner);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7440.2-7440.38: error: `Gtk' already contains a definition for `ClipboardGetFunc'
- public delegate void ClipboardGetFunc (Gtk.Clipboard clipboard, Gtk.SelectionData selection_data, uint info, void* user_data_or_owner);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7424.2-7424.38: note: previous definition of `ClipboardGetFunc' was here
- public delegate void ClipboardGetFunc (Gtk.Clipboard clipboard, Gtk.SelectionData selection_data, uint info, void* user_data_or_owner);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7442.2-7442.48: error: `Gtk' already contains a definition for `ClipboardImageReceivedFunc'
- public delegate void ClipboardImageReceivedFunc (Gtk.Clipboard clipboard, Gdk.Pixbuf pixbuf);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7426.2-7426.48: note: previous definition of `ClipboardImageReceivedFunc' was here
- public delegate void ClipboardImageReceivedFunc (Gtk.Clipboard clipboard, Gdk.Pixbuf pixbuf);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7444.2-7444.43: error: `Gtk' already contains a definition for `ClipboardReceivedFunc'
- public delegate void ClipboardReceivedFunc (Gtk.Clipboard clipboard, Gtk.SelectionData selection_data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7428.2-7428.43: note: previous definition of `ClipboardReceivedFunc' was here
- public delegate void ClipboardReceivedFunc (Gtk.Clipboard clipboard, Gtk.SelectionData selection_data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7446.2-7446.51: error: `Gtk' already contains a definition for `ClipboardRichTextReceivedFunc'
- public delegate void ClipboardRichTextReceivedFunc (Gtk.Clipboard clipboard, Gdk.Atom format, [CCode (array_length_type = "gsize")] uint8[] text);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7430.2-7430.51: note: previous definition of `ClipboardRichTextReceivedFunc' was here
- public delegate void ClipboardRichTextReceivedFunc (Gtk.Clipboard clipboard, Gdk.Atom format, [CCode (array_length_type = "gsize")] uint8[] text);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7448.2-7448.50: error: `Gtk' already contains a definition for `ClipboardTargetsReceivedFunc'
- public delegate void ClipboardTargetsReceivedFunc (Gtk.Clipboard clipboard, Gdk.Atom[] atoms);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7432.2-7432.50: note: previous definition of `ClipboardTargetsReceivedFunc' was here
- public delegate void ClipboardTargetsReceivedFunc (Gtk.Clipboard clipboard, Gdk.Atom[] atoms);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7450.2-7450.47: error: `Gtk' already contains a definition for `ClipboardTextReceivedFunc'
- public delegate void ClipboardTextReceivedFunc (Gtk.Clipboard clipboard, string? text);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7434.2-7434.47: note: previous definition of `ClipboardTextReceivedFunc' was here
- public delegate void ClipboardTextReceivedFunc (Gtk.Clipboard clipboard, string? text);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7452.2-7452.46: error: `Gtk' already contains a definition for `ClipboardURIReceivedFunc'
- public delegate void ClipboardURIReceivedFunc (Gtk.Clipboard clipboard, [CCode (array_length = false, array_null_terminated = true)] string[] uris);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7436.2-7436.46: note: previous definition of `ClipboardURIReceivedFunc' was here
- public delegate void ClipboardURIReceivedFunc (Gtk.Clipboard clipboard, [CCode (array_length = false, array_null_terminated = true)] string[] uris);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7454.2-7454.53: error: `Gtk' already contains a definition for `ColorSelectionChangePaletteFunc'
- public delegate void ColorSelectionChangePaletteFunc (Gdk.Color colors, int n_colors);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7438.2-7438.53: note: previous definition of `ColorSelectionChangePaletteFunc' was here
- public delegate void ColorSelectionChangePaletteFunc (Gdk.Color colors, int n_colors);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7456.2-7456.63: error: `Gtk' already contains a definition for `ColorSelectionChangePaletteWithScreenFunc'
- public delegate void ColorSelectionChangePaletteWithScreenFunc (Gdk.Screen screen, Gdk.Color colors, int n_colors);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7440.2-7440.63: note: previous definition of `ColorSelectionChangePaletteWithScreenFunc' was here
- public delegate void ColorSelectionChangePaletteWithScreenFunc (Gdk.Screen screen, Gdk.Color colors, int n_colors);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7458.2-7458.46: error: `Gtk' already contains a definition for `EntryCompletionMatchFunc'
- public delegate bool EntryCompletionMatchFunc (Gtk.EntryCompletion completion, string key, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7442.2-7442.46: note: previous definition of `EntryCompletionMatchFunc' was here
- public delegate bool EntryCompletionMatchFunc (Gtk.EntryCompletion completion, string key, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7460.2-7460.36: error: `Gtk' already contains a definition for `FileFilterFunc'
- public delegate bool FileFilterFunc (Gtk.FileFilterInfo filter_info);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7444.2-7444.36: note: previous definition of `FileFilterFunc' was here
- public delegate bool FileFilterFunc (Gtk.FileFilterInfo filter_info);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7464.2-7464.41: error: `Gtk' already contains a definition for `IconViewForeachFunc'
- public delegate void IconViewForeachFunc (Gtk.IconView icon_view, Gtk.TreePath path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7448.2-7448.41: note: previous definition of `IconViewForeachFunc' was here
- public delegate void IconViewForeachFunc (Gtk.IconView icon_view, Gtk.TreePath path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7466.2-7466.33: error: `Gtk' already contains a definition for `KeySnoopFunc'
- public delegate int KeySnoopFunc (Gtk.Widget grab_widget, Gdk.EventKey event, void* func_data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7450.2-7450.33: note: previous definition of `KeySnoopFunc' was here
- public delegate int KeySnoopFunc (Gtk.Widget grab_widget, Gdk.EventKey event, void* func_data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7470.2-7470.36: error: `Gtk' already contains a definition for `MenuDetachFunc'
- public delegate void MenuDetachFunc (Gtk.Widget attach_widget, Gtk.Menu menu);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7452.2-7452.36: note: previous definition of `MenuDetachFunc' was here
- public delegate void MenuDetachFunc (Gtk.Widget attach_widget, Gtk.Menu menu);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7472.2-7472.38: error: `Gtk' already contains a definition for `MenuPositionFunc'
- public delegate void MenuPositionFunc (Gtk.Menu menu, out int x, out int y, out bool push_in);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7454.2-7454.38: note: previous definition of `MenuPositionFunc' was here
- public delegate void MenuPositionFunc (Gtk.Menu menu, out int x, out int y, out bool push_in);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7474.2-7474.43: error: `Gtk' already contains a definition for `ModuleDisplayInitFunc'
- public delegate void ModuleDisplayInitFunc (Gdk.Display display);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7456.2-7456.43: note: previous definition of `ModuleDisplayInitFunc' was here
- public delegate void ModuleDisplayInitFunc (Gdk.Display display);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7476.2-7476.36: error: `Gtk' already contains a definition for `ModuleInitFunc'
- public delegate void ModuleInitFunc (int argc, string argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7458.2-7458.36: note: previous definition of `ModuleInitFunc' was here
- public delegate void ModuleInitFunc (int argc, string argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7480.2-7480.39: error: `Gtk' already contains a definition for `PageSetupDoneFunc'
- public delegate void PageSetupDoneFunc (Gtk.PageSetup page_setup);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7460.2-7460.39: note: previous definition of `PageSetupDoneFunc' was here
- public delegate void PageSetupDoneFunc (Gtk.PageSetup page_setup);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7482.2-7482.39: error: `Gtk' already contains a definition for `PrintSettingsFunc'
- public delegate void PrintSettingsFunc (string key, string value);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7462.2-7462.39: note: previous definition of `PrintSettingsFunc' was here
- public delegate void PrintSettingsFunc (string key, string value);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7484.2-7484.41: error: `Gtk' already contains a definition for `RadioActionCallback'
- public delegate void RadioActionCallback (Gtk.Action action, Gtk.Action current);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7464.2-7464.41: note: previous definition of `RadioActionCallback' was here
- public delegate void RadioActionCallback (Gtk.Action action, Gtk.Action current);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7486.2-7486.38: error: `Gtk' already contains a definition for `RcPropertyParser'
- public delegate bool RcPropertyParser (GLib.ParamSpec pspec, GLib.StringBuilder rc_string, GLib.Value property_value);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7466.2-7466.38: note: previous definition of `RcPropertyParser' was here
- public delegate bool RcPropertyParser (GLib.ParamSpec pspec, GLib.StringBuilder rc_string, GLib.Value property_value);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7488.2-7488.38: error: `Gtk' already contains a definition for `RecentFilterFunc'
- public delegate bool RecentFilterFunc (Gtk.RecentFilterInfo filter_info);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7468.2-7468.38: note: previous definition of `RecentFilterFunc' was here
- public delegate bool RecentFilterFunc (Gtk.RecentFilterInfo filter_info);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7490.2-7490.35: error: `Gtk' already contains a definition for `RecentSortFunc'
- public delegate int RecentSortFunc (Gtk.RecentInfo a, Gtk.RecentInfo b);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7470.2-7470.35: note: previous definition of `RecentSortFunc' was here
- public delegate int RecentSortFunc (Gtk.RecentInfo a, Gtk.RecentInfo b);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7492.2-7492.47: error: `Gtk' already contains a definition for `TextBufferDeserializeFunc'
- public delegate bool TextBufferDeserializeFunc (Gtk.TextBuffer register_buffer, Gtk.TextBuffer content_buffer, Gtk.TextIter iter, [CCode (array_length_type = "gsize")] uint8[] data, bool create_tags) throws GLib.Error;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7474.2-7474.47: note: previous definition of `TextBufferDeserializeFunc' was here
- public delegate bool TextBufferDeserializeFunc (Gtk.TextBuffer register_buffer, Gtk.TextBuffer content_buffer, Gtk.TextIter iter, [CCode (array_length_type = "gsize")] uint8[] data, bool create_tags) throws GLib.Error;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7494.2-7494.46: error: `Gtk' already contains a definition for `TextBufferSerializeFunc'
- public delegate uchar TextBufferSerializeFunc (Gtk.TextBuffer register_buffer, Gtk.TextBuffer content_buffer, Gtk.TextIter start, Gtk.TextIter end, size_t length);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7476.2-7476.46: note: previous definition of `TextBufferSerializeFunc' was here
- public delegate uchar TextBufferSerializeFunc (Gtk.TextBuffer register_buffer, Gtk.TextBuffer content_buffer, Gtk.TextIter start, Gtk.TextIter end, size_t length);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7496.2-7496.39: error: `Gtk' already contains a definition for `TextCharPredicate'
- public delegate bool TextCharPredicate (unichar ch);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7478.2-7478.39: note: previous definition of `TextCharPredicate' was here
- public delegate bool TextCharPredicate (unichar ch);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7498.2-7498.41: error: `Gtk' already contains a definition for `TextTagTableForeach'
- public delegate void TextTagTableForeach (Gtk.TextTag tag);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7480.2-7480.41: note: previous definition of `TextTagTableForeach' was here
- public delegate void TextTagTableForeach (Gtk.TextTag tag);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7500.2-7500.45: error: `Gtk' already contains a definition for `TranslateFunc'
- public delegate unowned string TranslateFunc (string path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7482.2-7482.45: note: previous definition of `TranslateFunc' was here
- public delegate unowned string TranslateFunc (string path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7502.2-7502.38: error: `Gtk' already contains a definition for `TreeCellDataFunc'
- public delegate void TreeCellDataFunc (Gtk.TreeViewColumn tree_column, Gtk.CellRenderer cell, Gtk.TreeModel tree_model, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7484.2-7484.38: note: previous definition of `TreeCellDataFunc' was here
- public delegate void TreeCellDataFunc (Gtk.TreeViewColumn tree_column, Gtk.CellRenderer cell, Gtk.TreeModel tree_model, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7504.2-7504.42: error: `Gtk' already contains a definition for `TreeDestroyCountFunc'
- public delegate void TreeDestroyCountFunc (Gtk.TreeView tree_view, Gtk.TreePath path, int children);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7486.2-7486.42: note: previous definition of `TreeDestroyCountFunc' was here
- public delegate void TreeDestroyCountFunc (Gtk.TreeView tree_view, Gtk.TreePath path, int children);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7506.2-7506.40: error: `Gtk' already contains a definition for `TreeIterCompareFunc'
- public delegate int TreeIterCompareFunc (Gtk.TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7488.2-7488.40: note: previous definition of `TreeIterCompareFunc' was here
- public delegate int TreeIterCompareFunc (Gtk.TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7508.2-7508.47: error: `Gtk' already contains a definition for `TreeModelFilterModifyFunc'
- public delegate void TreeModelFilterModifyFunc (Gtk.TreeModel model, Gtk.TreeIter iter, GLib.Value value, int column);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7490.2-7490.47: note: previous definition of `TreeModelFilterModifyFunc' was here
- public delegate void TreeModelFilterModifyFunc (Gtk.TreeModel model, Gtk.TreeIter iter, GLib.Value value, int column);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7510.2-7510.48: error: `Gtk' already contains a definition for `TreeModelFilterVisibleFunc'
- public delegate bool TreeModelFilterVisibleFunc (Gtk.TreeModel model, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7492.2-7492.48: note: previous definition of `TreeModelFilterVisibleFunc' was here
- public delegate bool TreeModelFilterVisibleFunc (Gtk.TreeModel model, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7512.2-7512.42: error: `Gtk' already contains a definition for `TreeModelForeachFunc'
- public delegate bool TreeModelForeachFunc (Gtk.TreeModel model, Gtk.TreePath path, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7494.2-7494.42: note: previous definition of `TreeModelForeachFunc' was here
- public delegate bool TreeModelForeachFunc (Gtk.TreeModel model, Gtk.TreePath path, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7514.2-7514.46: error: `Gtk' already contains a definition for `TreeSelectionForeachFunc'
- public delegate void TreeSelectionForeachFunc (Gtk.TreeModel model, Gtk.TreePath path, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7496.2-7496.46: note: previous definition of `TreeSelectionForeachFunc' was here
- public delegate void TreeSelectionForeachFunc (Gtk.TreeModel model, Gtk.TreePath path, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7516.2-7516.39: error: `Gtk' already contains a definition for `TreeSelectionFunc'
- public delegate bool TreeSelectionFunc (Gtk.TreeSelection selection, Gtk.TreeModel model, Gtk.TreePath path, bool path_currently_selected);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7498.2-7498.39: note: previous definition of `TreeSelectionFunc' was here
- public delegate bool TreeSelectionFunc (Gtk.TreeSelection selection, Gtk.TreeModel model, Gtk.TreePath path, bool path_currently_selected);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7518.2-7518.44: error: `Gtk' already contains a definition for `TreeViewColumnDropFunc'
- public delegate bool TreeViewColumnDropFunc (Gtk.TreeView tree_view, Gtk.TreeViewColumn column, Gtk.TreeViewColumn prev_column, Gtk.TreeViewColumn next_column);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7500.2-7500.44: note: previous definition of `TreeViewColumnDropFunc' was here
- public delegate bool TreeViewColumnDropFunc (Gtk.TreeView tree_view, Gtk.TreeViewColumn column, Gtk.TreeViewColumn prev_column, Gtk.TreeViewColumn next_column);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7520.2-7520.41: error: `Gtk' already contains a definition for `TreeViewMappingFunc'
- public delegate void TreeViewMappingFunc (Gtk.TreeView tree_view, Gtk.TreePath path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7502.2-7502.41: note: previous definition of `TreeViewMappingFunc' was here
- public delegate void TreeViewMappingFunc (Gtk.TreeView tree_view, Gtk.TreePath path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7522.2-7522.46: error: `Gtk' already contains a definition for `TreeViewRowSeparatorFunc'
- public delegate bool TreeViewRowSeparatorFunc (Gtk.TreeModel model, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7504.2-7504.46: note: previous definition of `TreeViewRowSeparatorFunc' was here
- public delegate bool TreeViewRowSeparatorFunc (Gtk.TreeModel model, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7524.2-7524.45: error: `Gtk' already contains a definition for `TreeViewSearchEqualFunc'
- public delegate bool TreeViewSearchEqualFunc (Gtk.TreeModel model, int column, string key, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7506.2-7506.45: note: previous definition of `TreeViewSearchEqualFunc' was here
- public delegate bool TreeViewSearchEqualFunc (Gtk.TreeModel model, int column, string key, Gtk.TreeIter iter);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7526.2-7526.48: error: `Gtk' already contains a definition for `TreeViewSearchPositionFunc'
- public delegate void TreeViewSearchPositionFunc (Gtk.TreeView tree_view, Gtk.Widget search_dialog);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7508.2-7508.48: note: previous definition of `TreeViewSearchPositionFunc' was here
- public delegate void TreeViewSearchPositionFunc (Gtk.TreeView tree_view, Gtk.Widget search_dialog);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6448.2-6448.23: error: `Gtk' already contains a definition for `AccelFlags'
- public enum AccelFlags {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6538.2-6538.23: note: previous definition of `AccelFlags' was here
- public enum AccelFlags {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6483.2-6483.27: error: `Gtk' already contains a definition for `ArrowPlacement'
- public enum ArrowPlacement {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6565.2-6565.27: note: previous definition of `ArrowPlacement' was here
- public enum ArrowPlacement {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6489.2-6489.22: error: `Gtk' already contains a definition for `ArrowType'
- public enum ArrowType {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6571.2-6571.22: note: previous definition of `ArrowType' was here
- public enum ArrowType {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6497.2-6497.30: error: `Gtk' already contains a definition for `AssistantPageType'
- public enum AssistantPageType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6579.2-6579.30: note: previous definition of `AssistantPageType' was here
- public enum AssistantPageType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6506.2-6506.26: error: `Gtk' already contains a definition for `AttachOptions'
- public enum AttachOptions {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6589.2-6589.26: note: previous definition of `AttachOptions' was here
- public enum AttachOptions {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6520.2-6520.27: error: `Gtk' already contains a definition for `ButtonBoxStyle'
- public enum ButtonBoxStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6608.2-6608.27: note: previous definition of `ButtonBoxStyle' was here
- public enum ButtonBoxStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6529.2-6529.24: error: `Gtk' already contains a definition for `ButtonsType'
- public enum ButtonsType {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6616.2-6616.24: note: previous definition of `ButtonsType' was here
- public enum ButtonsType {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6575.2-6575.35: error: `Gtk' already contains a definition for `CalendarDisplayOptions'
- public enum CalendarDisplayOptions {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6626.2-6626.35: note: previous definition of `CalendarDisplayOptions' was here
- public enum CalendarDisplayOptions {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6584.2-6584.34: error: `Gtk' already contains a definition for `CellRendererAccelMode'
- public enum CellRendererAccelMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6634.2-6634.34: note: previous definition of `CellRendererAccelMode' was here
- public enum CellRendererAccelMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6589.2-6589.29: error: `Gtk' already contains a definition for `CellRendererMode'
- public enum CellRendererMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6639.2-6639.29: note: previous definition of `CellRendererMode' was here
- public enum CellRendererMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6596.2-6596.30: error: `Gtk' already contains a definition for `CellRendererState'
- public enum CellRendererState {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6646.2-6646.30: note: previous definition of `CellRendererState' was here
- public enum CellRendererState {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6612.2-6612.23: error: `Gtk' already contains a definition for `CornerType'
- public enum CornerType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6656.2-6656.23: note: previous definition of `CornerType' was here
- public enum CornerType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6626.2-6626.22: error: `Gtk' already contains a definition for `DebugFlag'
- public enum DebugFlag {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6684.2-6684.22: note: previous definition of `DebugFlag' was here
- public enum DebugFlag {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6641.2-6641.23: error: `Gtk' already contains a definition for `DeleteType'
- public enum DeleteType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6700.2-6700.23: note: previous definition of `DeleteType' was here
- public enum DeleteType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6653.2-6653.25: error: `Gtk' already contains a definition for `DestDefaults'
- public enum DestDefaults {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6712.2-6712.25: note: previous definition of `DestDefaults' was here
- public enum DestDefaults {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6661.2-6661.24: error: `Gtk' already contains a definition for `DialogFlags'
- public enum DialogFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6720.2-6720.24: note: previous definition of `DialogFlags' was here
- public enum DialogFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6667.2-6667.26: error: `Gtk' already contains a definition for `DirectionType'
- public enum DirectionType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6725.2-6725.26: note: previous definition of `DirectionType' was here
- public enum DirectionType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6676.2-6676.23: error: `Gtk' already contains a definition for `DragResult'
- public enum DragResult {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6734.2-6734.23: note: previous definition of `DragResult' was here
- public enum DragResult {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6685.2-6685.30: error: `Gtk' already contains a definition for `EntryIconPosition'
- public enum EntryIconPosition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6743.2-6743.30: note: previous definition of `EntryIconPosition' was here
- public enum EntryIconPosition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6690.2-6690.26: error: `Gtk' already contains a definition for `ExpanderStyle'
- public enum ExpanderStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6748.2-6748.26: note: previous definition of `ExpanderStyle' was here
- public enum ExpanderStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6697.2-6697.30: error: `Gtk' already contains a definition for `FileChooserAction'
- public enum FileChooserAction {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6755.2-6755.30: note: previous definition of `FileChooserAction' was here
- public enum FileChooserAction {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6704.2-6704.36: error: `Gtk' already contains a definition for `FileChooserConfirmation'
- public enum FileChooserConfirmation {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6762.2-6762.36: note: previous definition of `FileChooserConfirmation' was here
- public enum FileChooserConfirmation {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6710.2-6710.29: error: `Gtk' already contains a definition for `FileChooserError'
- public enum FileChooserError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6768.2-6768.29: note: previous definition of `FileChooserError' was here
- public enum FileChooserError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6718.2-6718.28: error: `Gtk' already contains a definition for `FileFilterFlags'
- public enum FileFilterFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6776.2-6776.28: note: previous definition of `FileFilterFlags' was here
- public enum FileFilterFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6725.2-6725.27: error: `Gtk' already contains a definition for `IMPreeditStyle'
- public enum IMPreeditStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6783.2-6783.27: note: previous definition of `IMPreeditStyle' was here
- public enum IMPreeditStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6731.2-6731.26: error: `Gtk' already contains a definition for `IMStatusStyle'
- public enum IMStatusStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6789.2-6789.26: note: previous definition of `IMStatusStyle' was here
- public enum IMStatusStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6738.2-6738.28: error: `Gtk' already contains a definition for `IconLookupFlags'
- public enum IconLookupFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6796.2-6796.28: note: previous definition of `IconLookupFlags' was here
- public enum IconLookupFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6746.2-6746.21: error: `Gtk' already contains a definition for `IconSize'
- public enum IconSize {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6804.2-6804.21: note: previous definition of `IconSize' was here
- public enum IconSize {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6756.2-6756.27: error: `Gtk' already contains a definition for `IconThemeError'
- public enum IconThemeError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6814.2-6814.27: note: previous definition of `IconThemeError' was here
- public enum IconThemeError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6761.2-6761.33: error: `Gtk' already contains a definition for `IconViewDropPosition'
- public enum IconViewDropPosition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6819.2-6819.33: note: previous definition of `IconViewDropPosition' was here
- public enum IconViewDropPosition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6770.2-6770.22: error: `Gtk' already contains a definition for `ImageType'
- public enum ImageType {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6828.2-6828.22: note: previous definition of `ImageType' was here
- public enum ImageType {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6782.2-6782.26: error: `Gtk' already contains a definition for `Justification'
- public enum Justification {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6851.2-6851.26: note: previous definition of `Justification' was here
- public enum Justification {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6798.2-6798.30: error: `Gtk' already contains a definition for `MenuDirectionType'
- public enum MenuDirectionType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6870.2-6870.30: note: previous definition of `MenuDirectionType' was here
- public enum MenuDirectionType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6805.2-6805.24: error: `Gtk' already contains a definition for `MessageType'
- public enum MessageType {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6877.2-6877.24: note: previous definition of `MessageType' was here
- public enum MessageType {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6819.2-6819.25: error: `Gtk' already contains a definition for `MovementStep'
- public enum MovementStep {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6885.2-6885.25: note: previous definition of `MovementStep' was here
- public enum MovementStep {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6832.2-6832.24: error: `Gtk' already contains a definition for `NotebookTab'
- public enum NotebookTab {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6898.2-6898.24: note: previous definition of `NotebookTab' was here
- public enum NotebookTab {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6837.2-6837.27: error: `Gtk' already contains a definition for `NumberUpLayout'
- public enum NumberUpLayout {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6903.2-6903.27: note: previous definition of `NumberUpLayout' was here
- public enum NumberUpLayout {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6856.2-6856.24: error: `Gtk' already contains a definition for `Orientation'
- public enum Orientation {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6914.2-6914.24: note: previous definition of `Orientation' was here
- public enum Orientation {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6861.2-6861.26: error: `Gtk' already contains a definition for `PackDirection'
- public enum PackDirection {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6919.2-6919.26: note: previous definition of `PackDirection' was here
- public enum PackDirection {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6868.2-6868.21: error: `Gtk' already contains a definition for `PackType'
- public enum PackType {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6926.2-6926.21: note: previous definition of `PackType' was here
- public enum PackType {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6873.2-6873.28: error: `Gtk' already contains a definition for `PageOrientation'
- public enum PageOrientation {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6931.2-6931.28: note: previous definition of `PageOrientation' was here
- public enum PageOrientation {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6880.2-6880.20: error: `Gtk' already contains a definition for `PageSet'
- public enum PageSet {
- ^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6938.2-6938.20: note: previous definition of `PageSet' was here
- public enum PageSet {
- ^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6886.2-6886.29: error: `Gtk' already contains a definition for `PathPriorityType'
- public enum PathPriorityType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6944.2-6944.29: note: previous definition of `PathPriorityType' was here
- public enum PathPriorityType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6895.2-6895.21: error: `Gtk' already contains a definition for `PathType'
- public enum PathType {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6953.2-6953.21: note: previous definition of `PathType' was here
- public enum PathType {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6901.2-6901.23: error: `Gtk' already contains a definition for `PolicyType'
- public enum PolicyType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6959.2-6959.23: note: previous definition of `PolicyType' was here
- public enum PolicyType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6907.2-6907.25: error: `Gtk' already contains a definition for `PositionType'
- public enum PositionType {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6965.2-6965.25: note: previous definition of `PositionType' was here
- public enum PositionType {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6919.2-6919.24: error: `Gtk' already contains a definition for `PrintDuplex'
- public enum PrintDuplex {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6972.2-6972.24: note: previous definition of `PrintDuplex' was here
- public enum PrintDuplex {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6925.2-6925.23: error: `Gtk' already contains a definition for `PrintError'
- public enum PrintError {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6978.2-6978.23: note: previous definition of `PrintError' was here
- public enum PrintError {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6932.2-6932.33: error: `Gtk' already contains a definition for `PrintOperationAction'
- public enum PrintOperationAction {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6985.2-6985.33: note: previous definition of `PrintOperationAction' was here
- public enum PrintOperationAction {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6939.2-6939.33: error: `Gtk' already contains a definition for `PrintOperationResult'
- public enum PrintOperationResult {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6992.2-6992.33: note: previous definition of `PrintOperationResult' was here
- public enum PrintOperationResult {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6946.2-6946.23: error: `Gtk' already contains a definition for `PrintPages'
- public enum PrintPages {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:6999.2-6999.23: note: previous definition of `PrintPages' was here
- public enum PrintPages {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6953.2-6953.25: error: `Gtk' already contains a definition for `PrintQuality'
- public enum PrintQuality {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7006.2-7006.25: note: previous definition of `PrintQuality' was here
- public enum PrintQuality {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:6960.2-6960.24: error: `Gtk' already contains a definition for `PrintStatus'
- public enum PrintStatus {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7013.2-7013.24: note: previous definition of `PrintStatus' was here
- public enum PrintStatus {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7002.2-7002.20: error: `Gtk' already contains a definition for `RcFlags'
- public enum RcFlags {
- ^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7026.2-7026.20: note: previous definition of `RcFlags' was here
- public enum RcFlags {
- ^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7009.2-7009.24: error: `Gtk' already contains a definition for `RcTokenType'
- public enum RcTokenType {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7033.2-7033.24: note: previous definition of `RcTokenType' was here
- public enum RcTokenType {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7052.2-7052.31: error: `Gtk' already contains a definition for `RecentChooserError'
- public enum RecentChooserError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7076.2-7076.31: note: previous definition of `RecentChooserError' was here
- public enum RecentChooserError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7058.2-7058.30: error: `Gtk' already contains a definition for `RecentFilterFlags'
- public enum RecentFilterFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7082.2-7082.30: note: previous definition of `RecentFilterFlags' was here
- public enum RecentFilterFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7067.2-7067.31: error: `Gtk' already contains a definition for `RecentManagerError'
- public enum RecentManagerError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7091.2-7091.31: note: previous definition of `RecentManagerError' was here
- public enum RecentManagerError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7077.2-7077.27: error: `Gtk' already contains a definition for `RecentSortType'
- public enum RecentSortType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7101.2-7101.27: note: previous definition of `RecentSortType' was here
- public enum RecentSortType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7084.2-7084.24: error: `Gtk' already contains a definition for `ReliefStyle'
- public enum ReliefStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7118.2-7118.24: note: previous definition of `ReliefStyle' was here
- public enum ReliefStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7090.2-7090.23: error: `Gtk' already contains a definition for `ResizeMode'
- public enum ResizeMode {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7124.2-7124.23: note: previous definition of `ResizeMode' was here
- public enum ResizeMode {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7096.2-7096.25: error: `Gtk' already contains a definition for `ResponseType'
- public enum ResponseType {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7130.2-7130.25: note: previous definition of `ResponseType' was here
- public enum ResponseType {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7110.2-7110.23: error: `Gtk' already contains a definition for `ScrollStep'
- public enum ScrollStep {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7144.2-7144.23: note: previous definition of `ScrollStep' was here
- public enum ScrollStep {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7119.2-7119.23: error: `Gtk' already contains a definition for `ScrollType'
- public enum ScrollType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7153.2-7153.23: note: previous definition of `ScrollType' was here
- public enum ScrollType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7138.2-7138.26: error: `Gtk' already contains a definition for `SelectionMode'
- public enum SelectionMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7177.2-7177.26: note: previous definition of `SelectionMode' was here
- public enum SelectionMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7146.2-7146.28: error: `Gtk' already contains a definition for `SensitivityType'
- public enum SensitivityType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7184.2-7184.28: note: previous definition of `SensitivityType' was here
- public enum SensitivityType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7152.2-7152.23: error: `Gtk' already contains a definition for `ShadowType'
- public enum ShadowType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7190.2-7190.23: note: previous definition of `ShadowType' was here
- public enum ShadowType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7177.2-7177.26: error: `Gtk' already contains a definition for `SizeGroupMode'
- public enum SizeGroupMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7198.2-7198.26: note: previous definition of `SizeGroupMode' was here
- public enum SizeGroupMode {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7184.2-7184.23: error: `Gtk' already contains a definition for `SortColumn'
- public enum SortColumn {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7211.2-7211.23: note: previous definition of `SortColumn' was here
- public enum SortColumn {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7191.2-7191.21: error: `Gtk' already contains a definition for `SortType'
- public enum SortType {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7218.2-7218.21: note: previous definition of `SortType' was here
- public enum SortType {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7196.2-7196.35: error: `Gtk' already contains a definition for `SpinButtonUpdatePolicy'
- public enum SpinButtonUpdatePolicy {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7223.2-7223.35: note: previous definition of `SpinButtonUpdatePolicy' was here
- public enum SpinButtonUpdatePolicy {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7201.2-7201.21: error: `Gtk' already contains a definition for `SpinType'
- public enum SpinType {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7228.2-7228.21: note: previous definition of `SpinType' was here
- public enum SpinType {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7211.2-7211.22: error: `Gtk' already contains a definition for `StateType'
- public enum StateType {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7250.2-7250.22: note: previous definition of `StateType' was here
- public enum StateType {
- ^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7230.2-7230.24: error: `Gtk' already contains a definition for `TargetFlags'
- public enum TargetFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7261.2-7261.24: note: previous definition of `TargetFlags' was here
- public enum TargetFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7237.2-7237.33: error: `Gtk' already contains a definition for `TextBufferTargetInfo'
- public enum TextBufferTargetInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7268.2-7268.33: note: previous definition of `TextBufferTargetInfo' was here
- public enum TextBufferTargetInfo {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7243.2-7243.26: error: `Gtk' already contains a definition for `TextDirection'
- public enum TextDirection {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7274.2-7274.26: note: previous definition of `TextDirection' was here
- public enum TextDirection {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7250.2-7250.28: error: `Gtk' already contains a definition for `TextSearchFlags'
- public enum TextSearchFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7281.2-7281.28: note: previous definition of `TextSearchFlags' was here
- public enum TextSearchFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7255.2-7255.27: error: `Gtk' already contains a definition for `TextWindowType'
- public enum TextWindowType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7287.2-7287.27: note: previous definition of `TextWindowType' was here
- public enum TextWindowType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7266.2-7266.35: error: `Gtk' already contains a definition for `ToolPaletteDragTargets'
- public enum ToolPaletteDragTargets {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7298.2-7298.35: note: previous definition of `ToolPaletteDragTargets' was here
- public enum ToolPaletteDragTargets {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7279.2-7279.30: error: `Gtk' already contains a definition for `ToolbarSpaceStyle'
- public enum ToolbarSpaceStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7303.2-7303.30: note: previous definition of `ToolbarSpaceStyle' was here
- public enum ToolbarSpaceStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7284.2-7284.25: error: `Gtk' already contains a definition for `ToolbarStyle'
- public enum ToolbarStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7308.2-7308.25: note: previous definition of `ToolbarStyle' was here
- public enum ToolbarStyle {
- ^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7292.2-7292.27: error: `Gtk' already contains a definition for `TreeModelFlags'
- public enum TreeModelFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7316.2-7316.27: note: previous definition of `TreeModelFlags' was here
- public enum TreeModelFlags {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7297.2-7297.33: error: `Gtk' already contains a definition for `TreeViewColumnSizing'
- public enum TreeViewColumnSizing {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7321.2-7321.33: note: previous definition of `TreeViewColumnSizing' was here
- public enum TreeViewColumnSizing {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7303.2-7303.33: error: `Gtk' already contains a definition for `TreeViewDropPosition'
- public enum TreeViewDropPosition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7327.2-7327.33: note: previous definition of `TreeViewDropPosition' was here
- public enum TreeViewDropPosition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7310.2-7310.30: error: `Gtk' already contains a definition for `TreeViewGridLines'
- public enum TreeViewGridLines {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7334.2-7334.30: note: previous definition of `TreeViewGridLines' was here
- public enum TreeViewGridLines {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7323.2-7323.30: error: `Gtk' already contains a definition for `UIManagerItemType'
- public enum UIManagerItemType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7342.2-7342.30: note: previous definition of `UIManagerItemType' was here
- public enum UIManagerItemType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7337.2-7337.17: error: `Gtk' already contains a definition for `Unit'
- public enum Unit {
- ^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7356.2-7356.17: note: previous definition of `Unit' was here
- public enum Unit {
- ^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7379.2-7379.27: error: `Gtk' already contains a definition for `WidgetHelpType'
- public enum WidgetHelpType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7363.2-7363.27: note: previous definition of `WidgetHelpType' was here
- public enum WidgetHelpType {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7384.2-7384.27: error: `Gtk' already contains a definition for `WindowPosition'
- public enum WindowPosition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7368.2-7368.27: note: previous definition of `WindowPosition' was here
- public enum WindowPosition {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7392.2-7392.23: error: `Gtk' already contains a definition for `WindowType'
- public enum WindowType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7376.2-7376.23: note: previous definition of `WindowType' was here
- public enum WindowType {
- ^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7397.2-7397.21: error: `Gtk' already contains a definition for `WrapMode'
- public enum WrapMode {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7381.2-7381.21: note: previous definition of `WrapMode' was here
- public enum WrapMode {
- ^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7404.2-7404.32: error: `Gtk' already contains a definition for `BuilderError'
- public errordomain BuilderError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7388.2-7388.32: note: previous definition of `BuilderError' was here
- public errordomain BuilderError {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7532.2-7532.29: error: `Gtk' already contains a definition for `BINARY_AGE'
- public const int BINARY_AGE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7510.2-7510.29: note: previous definition of `BINARY_AGE' was here
- public const int BINARY_AGE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7536.2-7536.30: error: `Gtk' already contains a definition for `INPUT_ERROR'
- public const int INPUT_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7512.2-7512.30: note: previous definition of `INPUT_ERROR' was here
- public const int INPUT_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7538.2-7538.32: error: `Gtk' already contains a definition for `INTERFACE_AGE'
- public const int INTERFACE_AGE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7514.2-7514.32: note: previous definition of `INTERFACE_AGE' was here
- public const int INTERFACE_AGE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7540.2-7540.32: error: `Gtk' already contains a definition for `MAJOR_VERSION'
- public const int MAJOR_VERSION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7516.2-7516.32: note: previous definition of `MAJOR_VERSION' was here
- public const int MAJOR_VERSION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7542.2-7542.34: error: `Gtk' already contains a definition for `MAX_COMPOSE_LEN'
- public const int MAX_COMPOSE_LEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7518.2-7518.34: note: previous definition of `MAX_COMPOSE_LEN' was here
- public const int MAX_COMPOSE_LEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7544.2-7544.32: error: `Gtk' already contains a definition for `MICRO_VERSION'
- public const int MICRO_VERSION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7520.2-7520.32: note: previous definition of `MICRO_VERSION' was here
- public const int MICRO_VERSION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7546.2-7546.32: error: `Gtk' already contains a definition for `MINOR_VERSION'
- public const int MINOR_VERSION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7522.2-7522.32: note: previous definition of `MINOR_VERSION' was here
- public const int MINOR_VERSION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7548.2-7548.35: error: `Gtk' already contains a definition for `PAPER_NAME_A3'
- public const string PAPER_NAME_A3;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7524.2-7524.35: note: previous definition of `PAPER_NAME_A3' was here
- public const string PAPER_NAME_A3;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7550.2-7550.35: error: `Gtk' already contains a definition for `PAPER_NAME_A4'
- public const string PAPER_NAME_A4;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7526.2-7526.35: note: previous definition of `PAPER_NAME_A4' was here
- public const string PAPER_NAME_A4;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7552.2-7552.35: error: `Gtk' already contains a definition for `PAPER_NAME_A5'
- public const string PAPER_NAME_A5;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7528.2-7528.35: note: previous definition of `PAPER_NAME_A5' was here
- public const string PAPER_NAME_A5;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7554.2-7554.35: error: `Gtk' already contains a definition for `PAPER_NAME_B5'
- public const string PAPER_NAME_B5;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7530.2-7530.35: note: previous definition of `PAPER_NAME_B5' was here
- public const string PAPER_NAME_B5;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7556.2-7556.42: error: `Gtk' already contains a definition for `PAPER_NAME_EXECUTIVE'
- public const string PAPER_NAME_EXECUTIVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7532.2-7532.42: note: previous definition of `PAPER_NAME_EXECUTIVE' was here
- public const string PAPER_NAME_EXECUTIVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7558.2-7558.38: error: `Gtk' already contains a definition for `PAPER_NAME_LEGAL'
- public const string PAPER_NAME_LEGAL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7534.2-7534.38: note: previous definition of `PAPER_NAME_LEGAL' was here
- public const string PAPER_NAME_LEGAL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7560.2-7560.39: error: `Gtk' already contains a definition for `PAPER_NAME_LETTER'
- public const string PAPER_NAME_LETTER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7536.2-7536.39: note: previous definition of `PAPER_NAME_LETTER' was here
- public const string PAPER_NAME_LETTER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7568.2-7568.33: error: `Gtk' already contains a definition for `PATH_PRIO_MASK'
- public const int PATH_PRIO_MASK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7538.2-7538.33: note: previous definition of `PATH_PRIO_MASK' was here
- public const int PATH_PRIO_MASK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7570.2-7570.44: error: `Gtk' already contains a definition for `PRINT_SETTINGS_COLLATE'
- public const string PRINT_SETTINGS_COLLATE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7540.2-7540.44: note: previous definition of `PRINT_SETTINGS_COLLATE' was here
- public const string PRINT_SETTINGS_COLLATE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7572.2-7572.51: error: `Gtk' already contains a definition for `PRINT_SETTINGS_DEFAULT_SOURCE'
- public const string PRINT_SETTINGS_DEFAULT_SOURCE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7542.2-7542.51: note: previous definition of `PRINT_SETTINGS_DEFAULT_SOURCE' was here
- public const string PRINT_SETTINGS_DEFAULT_SOURCE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7574.2-7574.43: error: `Gtk' already contains a definition for `PRINT_SETTINGS_DITHER'
- public const string PRINT_SETTINGS_DITHER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7544.2-7544.43: note: previous definition of `PRINT_SETTINGS_DITHER' was here
- public const string PRINT_SETTINGS_DITHER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7576.2-7576.43: error: `Gtk' already contains a definition for `PRINT_SETTINGS_DUPLEX'
- public const string PRINT_SETTINGS_DUPLEX;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7546.2-7546.43: note: previous definition of `PRINT_SETTINGS_DUPLEX' was here
- public const string PRINT_SETTINGS_DUPLEX;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7578.2-7578.47: error: `Gtk' already contains a definition for `PRINT_SETTINGS_FINISHINGS'
- public const string PRINT_SETTINGS_FINISHINGS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7548.2-7548.47: note: previous definition of `PRINT_SETTINGS_FINISHINGS' was here
- public const string PRINT_SETTINGS_FINISHINGS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7580.2-7580.47: error: `Gtk' already contains a definition for `PRINT_SETTINGS_MEDIA_TYPE'
- public const string PRINT_SETTINGS_MEDIA_TYPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7550.2-7550.47: note: previous definition of `PRINT_SETTINGS_MEDIA_TYPE' was here
- public const string PRINT_SETTINGS_MEDIA_TYPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7582.2-7582.46: error: `Gtk' already contains a definition for `PRINT_SETTINGS_NUMBER_UP'
- public const string PRINT_SETTINGS_NUMBER_UP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7552.2-7552.46: note: previous definition of `PRINT_SETTINGS_NUMBER_UP' was here
- public const string PRINT_SETTINGS_NUMBER_UP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7584.2-7584.53: error: `Gtk' already contains a definition for `PRINT_SETTINGS_NUMBER_UP_LAYOUT'
- public const string PRINT_SETTINGS_NUMBER_UP_LAYOUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7554.2-7554.53: note: previous definition of `PRINT_SETTINGS_NUMBER_UP_LAYOUT' was here
- public const string PRINT_SETTINGS_NUMBER_UP_LAYOUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7586.2-7586.45: error: `Gtk' already contains a definition for `PRINT_SETTINGS_N_COPIES'
- public const string PRINT_SETTINGS_N_COPIES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7556.2-7556.45: note: previous definition of `PRINT_SETTINGS_N_COPIES' was here
- public const string PRINT_SETTINGS_N_COPIES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7588.2-7588.48: error: `Gtk' already contains a definition for `PRINT_SETTINGS_ORIENTATION'
- public const string PRINT_SETTINGS_ORIENTATION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7558.2-7558.48: note: previous definition of `PRINT_SETTINGS_ORIENTATION' was here
- public const string PRINT_SETTINGS_ORIENTATION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7590.2-7590.47: error: `Gtk' already contains a definition for `PRINT_SETTINGS_OUTPUT_BIN'
- public const string PRINT_SETTINGS_OUTPUT_BIN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7560.2-7560.47: note: previous definition of `PRINT_SETTINGS_OUTPUT_BIN' was here
- public const string PRINT_SETTINGS_OUTPUT_BIN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7592.2-7592.55: error: `Gtk' already contains a definition for `PRINT_SETTINGS_OUTPUT_FILE_FORMAT'
- public const string PRINT_SETTINGS_OUTPUT_FILE_FORMAT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7562.2-7562.55: note: previous definition of `PRINT_SETTINGS_OUTPUT_FILE_FORMAT' was here
- public const string PRINT_SETTINGS_OUTPUT_FILE_FORMAT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7594.2-7594.47: error: `Gtk' already contains a definition for `PRINT_SETTINGS_OUTPUT_URI'
- public const string PRINT_SETTINGS_OUTPUT_URI;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7564.2-7564.47: note: previous definition of `PRINT_SETTINGS_OUTPUT_URI' was here
- public const string PRINT_SETTINGS_OUTPUT_URI;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7596.2-7596.48: error: `Gtk' already contains a definition for `PRINT_SETTINGS_PAGE_RANGES'
- public const string PRINT_SETTINGS_PAGE_RANGES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7566.2-7566.48: note: previous definition of `PRINT_SETTINGS_PAGE_RANGES' was here
- public const string PRINT_SETTINGS_PAGE_RANGES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7598.2-7598.45: error: `Gtk' already contains a definition for `PRINT_SETTINGS_PAGE_SET'
- public const string PRINT_SETTINGS_PAGE_SET;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7568.2-7568.45: note: previous definition of `PRINT_SETTINGS_PAGE_SET' was here
- public const string PRINT_SETTINGS_PAGE_SET;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7600.2-7600.49: error: `Gtk' already contains a definition for `PRINT_SETTINGS_PAPER_FORMAT'
- public const string PRINT_SETTINGS_PAPER_FORMAT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7570.2-7570.49: note: previous definition of `PRINT_SETTINGS_PAPER_FORMAT' was here
- public const string PRINT_SETTINGS_PAPER_FORMAT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7602.2-7602.49: error: `Gtk' already contains a definition for `PRINT_SETTINGS_PAPER_HEIGHT'
- public const string PRINT_SETTINGS_PAPER_HEIGHT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7572.2-7572.49: note: previous definition of `PRINT_SETTINGS_PAPER_HEIGHT' was here
- public const string PRINT_SETTINGS_PAPER_HEIGHT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7604.2-7604.48: error: `Gtk' already contains a definition for `PRINT_SETTINGS_PAPER_WIDTH'
- public const string PRINT_SETTINGS_PAPER_WIDTH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7574.2-7574.48: note: previous definition of `PRINT_SETTINGS_PAPER_WIDTH' was here
- public const string PRINT_SETTINGS_PAPER_WIDTH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7606.2-7606.44: error: `Gtk' already contains a definition for `PRINT_SETTINGS_PRINTER'
- public const string PRINT_SETTINGS_PRINTER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7576.2-7576.44: note: previous definition of `PRINT_SETTINGS_PRINTER' was here
- public const string PRINT_SETTINGS_PRINTER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7608.2-7608.48: error: `Gtk' already contains a definition for `PRINT_SETTINGS_PRINTER_LPI'
- public const string PRINT_SETTINGS_PRINTER_LPI;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7578.2-7578.48: note: previous definition of `PRINT_SETTINGS_PRINTER_LPI' was here
- public const string PRINT_SETTINGS_PRINTER_LPI;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7610.2-7610.48: error: `Gtk' already contains a definition for `PRINT_SETTINGS_PRINT_PAGES'
- public const string PRINT_SETTINGS_PRINT_PAGES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7580.2-7580.48: note: previous definition of `PRINT_SETTINGS_PRINT_PAGES' was here
- public const string PRINT_SETTINGS_PRINT_PAGES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7612.2-7612.44: error: `Gtk' already contains a definition for `PRINT_SETTINGS_QUALITY'
- public const string PRINT_SETTINGS_QUALITY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7582.2-7582.44: note: previous definition of `PRINT_SETTINGS_QUALITY' was here
- public const string PRINT_SETTINGS_QUALITY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7614.2-7614.47: error: `Gtk' already contains a definition for `PRINT_SETTINGS_RESOLUTION'
- public const string PRINT_SETTINGS_RESOLUTION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7584.2-7584.47: note: previous definition of `PRINT_SETTINGS_RESOLUTION' was here
- public const string PRINT_SETTINGS_RESOLUTION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7616.2-7616.49: error: `Gtk' already contains a definition for `PRINT_SETTINGS_RESOLUTION_X'
- public const string PRINT_SETTINGS_RESOLUTION_X;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7586.2-7586.49: note: previous definition of `PRINT_SETTINGS_RESOLUTION_X' was here
- public const string PRINT_SETTINGS_RESOLUTION_X;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7618.2-7618.49: error: `Gtk' already contains a definition for `PRINT_SETTINGS_RESOLUTION_Y'
- public const string PRINT_SETTINGS_RESOLUTION_Y;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7588.2-7588.49: note: previous definition of `PRINT_SETTINGS_RESOLUTION_Y' was here
- public const string PRINT_SETTINGS_RESOLUTION_Y;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7620.2-7620.44: error: `Gtk' already contains a definition for `PRINT_SETTINGS_REVERSE'
- public const string PRINT_SETTINGS_REVERSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7590.2-7590.44: note: previous definition of `PRINT_SETTINGS_REVERSE' was here
- public const string PRINT_SETTINGS_REVERSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7622.2-7622.42: error: `Gtk' already contains a definition for `PRINT_SETTINGS_SCALE'
- public const string PRINT_SETTINGS_SCALE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7592.2-7592.42: note: previous definition of `PRINT_SETTINGS_SCALE' was here
- public const string PRINT_SETTINGS_SCALE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7624.2-7624.46: error: `Gtk' already contains a definition for `PRINT_SETTINGS_USE_COLOR'
- public const string PRINT_SETTINGS_USE_COLOR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7594.2-7594.46: note: previous definition of `PRINT_SETTINGS_USE_COLOR' was here
- public const string PRINT_SETTINGS_USE_COLOR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7626.2-7626.55: error: `Gtk' already contains a definition for `PRINT_SETTINGS_WIN32_DRIVER_EXTRA'
- public const string PRINT_SETTINGS_WIN32_DRIVER_EXTRA;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7596.2-7596.55: note: previous definition of `PRINT_SETTINGS_WIN32_DRIVER_EXTRA' was here
- public const string PRINT_SETTINGS_WIN32_DRIVER_EXTRA;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7628.2-7628.57: error: `Gtk' already contains a definition for `PRINT_SETTINGS_WIN32_DRIVER_VERSION'
- public const string PRINT_SETTINGS_WIN32_DRIVER_VERSION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7598.2-7598.57: note: previous definition of `PRINT_SETTINGS_WIN32_DRIVER_VERSION' was here
- public const string PRINT_SETTINGS_WIN32_DRIVER_VERSION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7632.2-7632.34: error: `Gtk' already contains a definition for `PRIORITY_RESIZE'
- public const int PRIORITY_RESIZE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7600.2-7600.34: note: previous definition of `PRIORITY_RESIZE' was here
- public const int PRIORITY_RESIZE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7635.2-7635.33: error: `Gtk' already contains a definition for `STOCK_ABOUT'
- public const string STOCK_ABOUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7603.2-7603.33: note: previous definition of `STOCK_ABOUT' was here
- public const string STOCK_ABOUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7638.2-7638.31: error: `Gtk' already contains a definition for `STOCK_ADD'
- public const string STOCK_ADD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7606.2-7606.31: note: previous definition of `STOCK_ADD' was here
- public const string STOCK_ADD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7641.2-7641.33: error: `Gtk' already contains a definition for `STOCK_APPLY'
- public const string STOCK_APPLY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7609.2-7609.33: note: previous definition of `STOCK_APPLY' was here
- public const string STOCK_APPLY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7644.2-7644.32: error: `Gtk' already contains a definition for `STOCK_BOLD'
- public const string STOCK_BOLD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7612.2-7612.32: note: previous definition of `STOCK_BOLD' was here
- public const string STOCK_BOLD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7647.2-7647.34: error: `Gtk' already contains a definition for `STOCK_CANCEL'
- public const string STOCK_CANCEL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7615.2-7615.34: note: previous definition of `STOCK_CANCEL' was here
- public const string STOCK_CANCEL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7650.2-7650.45: error: `Gtk' already contains a definition for `STOCK_CAPS_LOCK_WARNING'
- public const string STOCK_CAPS_LOCK_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7618.2-7618.45: note: previous definition of `STOCK_CAPS_LOCK_WARNING' was here
- public const string STOCK_CAPS_LOCK_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7653.2-7653.33: error: `Gtk' already contains a definition for `STOCK_CDROM'
- public const string STOCK_CDROM;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7621.2-7621.33: note: previous definition of `STOCK_CDROM' was here
- public const string STOCK_CDROM;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7656.2-7656.33: error: `Gtk' already contains a definition for `STOCK_CLEAR'
- public const string STOCK_CLEAR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7624.2-7624.33: note: previous definition of `STOCK_CLEAR' was here
- public const string STOCK_CLEAR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7659.2-7659.33: error: `Gtk' already contains a definition for `STOCK_CLOSE'
- public const string STOCK_CLOSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7627.2-7627.33: note: previous definition of `STOCK_CLOSE' was here
- public const string STOCK_CLOSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7662.2-7662.40: error: `Gtk' already contains a definition for `STOCK_COLOR_PICKER'
- public const string STOCK_COLOR_PICKER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7630.2-7630.40: note: previous definition of `STOCK_COLOR_PICKER' was here
- public const string STOCK_COLOR_PICKER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7665.2-7665.35: error: `Gtk' already contains a definition for `STOCK_CONNECT'
- public const string STOCK_CONNECT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7633.2-7633.35: note: previous definition of `STOCK_CONNECT' was here
- public const string STOCK_CONNECT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7668.2-7668.35: error: `Gtk' already contains a definition for `STOCK_CONVERT'
- public const string STOCK_CONVERT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7636.2-7636.35: note: previous definition of `STOCK_CONVERT' was here
- public const string STOCK_CONVERT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7671.2-7671.32: error: `Gtk' already contains a definition for `STOCK_COPY'
- public const string STOCK_COPY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7639.2-7639.32: note: previous definition of `STOCK_COPY' was here
- public const string STOCK_COPY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7674.2-7674.31: error: `Gtk' already contains a definition for `STOCK_CUT'
- public const string STOCK_CUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7642.2-7642.31: note: previous definition of `STOCK_CUT' was here
- public const string STOCK_CUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7677.2-7677.34: error: `Gtk' already contains a definition for `STOCK_DELETE'
- public const string STOCK_DELETE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7645.2-7645.34: note: previous definition of `STOCK_DELETE' was here
- public const string STOCK_DELETE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7680.2-7680.49: error: `Gtk' already contains a definition for `STOCK_DIALOG_AUTHENTICATION'
- public const string STOCK_DIALOG_AUTHENTICATION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7648.2-7648.49: note: previous definition of `STOCK_DIALOG_AUTHENTICATION' was here
- public const string STOCK_DIALOG_AUTHENTICATION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7683.2-7683.40: error: `Gtk' already contains a definition for `STOCK_DIALOG_ERROR'
- public const string STOCK_DIALOG_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7651.2-7651.40: note: previous definition of `STOCK_DIALOG_ERROR' was here
- public const string STOCK_DIALOG_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7686.2-7686.39: error: `Gtk' already contains a definition for `STOCK_DIALOG_INFO'
- public const string STOCK_DIALOG_INFO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7654.2-7654.39: note: previous definition of `STOCK_DIALOG_INFO' was here
- public const string STOCK_DIALOG_INFO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7689.2-7689.43: error: `Gtk' already contains a definition for `STOCK_DIALOG_QUESTION'
- public const string STOCK_DIALOG_QUESTION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7657.2-7657.43: note: previous definition of `STOCK_DIALOG_QUESTION' was here
- public const string STOCK_DIALOG_QUESTION;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7692.2-7692.42: error: `Gtk' already contains a definition for `STOCK_DIALOG_WARNING'
- public const string STOCK_DIALOG_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7660.2-7660.42: note: previous definition of `STOCK_DIALOG_WARNING' was here
- public const string STOCK_DIALOG_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7695.2-7695.37: error: `Gtk' already contains a definition for `STOCK_DIRECTORY'
- public const string STOCK_DIRECTORY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7663.2-7663.37: note: previous definition of `STOCK_DIRECTORY' was here
- public const string STOCK_DIRECTORY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7698.2-7698.35: error: `Gtk' already contains a definition for `STOCK_DISCARD'
- public const string STOCK_DISCARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7666.2-7666.35: note: previous definition of `STOCK_DISCARD' was here
- public const string STOCK_DISCARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7701.2-7701.38: error: `Gtk' already contains a definition for `STOCK_DISCONNECT'
- public const string STOCK_DISCONNECT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7669.2-7669.38: note: previous definition of `STOCK_DISCONNECT' was here
- public const string STOCK_DISCONNECT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7704.2-7704.31: error: `Gtk' already contains a definition for `STOCK_DND'
- public const string STOCK_DND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7672.2-7672.31: note: previous definition of `STOCK_DND' was here
- public const string STOCK_DND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7707.2-7707.40: error: `Gtk' already contains a definition for `STOCK_DND_MULTIPLE'
- public const string STOCK_DND_MULTIPLE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7675.2-7675.40: note: previous definition of `STOCK_DND_MULTIPLE' was here
- public const string STOCK_DND_MULTIPLE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7710.2-7710.32: error: `Gtk' already contains a definition for `STOCK_EDIT'
- public const string STOCK_EDIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7678.2-7678.32: note: previous definition of `STOCK_EDIT' was here
- public const string STOCK_EDIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7713.2-7713.35: error: `Gtk' already contains a definition for `STOCK_EXECUTE'
- public const string STOCK_EXECUTE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7681.2-7681.35: note: previous definition of `STOCK_EXECUTE' was here
- public const string STOCK_EXECUTE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7716.2-7716.32: error: `Gtk' already contains a definition for `STOCK_FILE'
- public const string STOCK_FILE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7684.2-7684.32: note: previous definition of `STOCK_FILE' was here
- public const string STOCK_FILE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7719.2-7719.32: error: `Gtk' already contains a definition for `STOCK_FIND'
- public const string STOCK_FIND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7687.2-7687.32: note: previous definition of `STOCK_FIND' was here
- public const string STOCK_FIND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7722.2-7722.44: error: `Gtk' already contains a definition for `STOCK_FIND_AND_REPLACE'
- public const string STOCK_FIND_AND_REPLACE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7690.2-7690.44: note: previous definition of `STOCK_FIND_AND_REPLACE' was here
- public const string STOCK_FIND_AND_REPLACE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7725.2-7725.34: error: `Gtk' already contains a definition for `STOCK_FLOPPY'
- public const string STOCK_FLOPPY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7693.2-7693.34: note: previous definition of `STOCK_FLOPPY' was here
- public const string STOCK_FLOPPY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7728.2-7728.38: error: `Gtk' already contains a definition for `STOCK_FULLSCREEN'
- public const string STOCK_FULLSCREEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7696.2-7696.38: note: previous definition of `STOCK_FULLSCREEN' was here
- public const string STOCK_FULLSCREEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7731.2-7731.39: error: `Gtk' already contains a definition for `STOCK_GOTO_BOTTOM'
- public const string STOCK_GOTO_BOTTOM;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7699.2-7699.39: note: previous definition of `STOCK_GOTO_BOTTOM' was here
- public const string STOCK_GOTO_BOTTOM;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7734.2-7734.38: error: `Gtk' already contains a definition for `STOCK_GOTO_FIRST'
- public const string STOCK_GOTO_FIRST;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7702.2-7702.38: note: previous definition of `STOCK_GOTO_FIRST' was here
- public const string STOCK_GOTO_FIRST;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7737.2-7737.37: error: `Gtk' already contains a definition for `STOCK_GOTO_LAST'
- public const string STOCK_GOTO_LAST;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7705.2-7705.37: note: previous definition of `STOCK_GOTO_LAST' was here
- public const string STOCK_GOTO_LAST;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7740.2-7740.36: error: `Gtk' already contains a definition for `STOCK_GOTO_TOP'
- public const string STOCK_GOTO_TOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7708.2-7708.36: note: previous definition of `STOCK_GOTO_TOP' was here
- public const string STOCK_GOTO_TOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7743.2-7743.35: error: `Gtk' already contains a definition for `STOCK_GO_BACK'
- public const string STOCK_GO_BACK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7711.2-7711.35: note: previous definition of `STOCK_GO_BACK' was here
- public const string STOCK_GO_BACK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7746.2-7746.35: error: `Gtk' already contains a definition for `STOCK_GO_DOWN'
- public const string STOCK_GO_DOWN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7714.2-7714.35: note: previous definition of `STOCK_GO_DOWN' was here
- public const string STOCK_GO_DOWN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7749.2-7749.38: error: `Gtk' already contains a definition for `STOCK_GO_FORWARD'
- public const string STOCK_GO_FORWARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7717.2-7717.38: note: previous definition of `STOCK_GO_FORWARD' was here
- public const string STOCK_GO_FORWARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7752.2-7752.33: error: `Gtk' already contains a definition for `STOCK_GO_UP'
- public const string STOCK_GO_UP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7720.2-7720.33: note: previous definition of `STOCK_GO_UP' was here
- public const string STOCK_GO_UP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7755.2-7755.36: error: `Gtk' already contains a definition for `STOCK_HARDDISK'
- public const string STOCK_HARDDISK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7723.2-7723.36: note: previous definition of `STOCK_HARDDISK' was here
- public const string STOCK_HARDDISK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7758.2-7758.32: error: `Gtk' already contains a definition for `STOCK_HELP'
- public const string STOCK_HELP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7726.2-7726.32: note: previous definition of `STOCK_HELP' was here
- public const string STOCK_HELP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7761.2-7761.32: error: `Gtk' already contains a definition for `STOCK_HOME'
- public const string STOCK_HOME;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7729.2-7729.32: note: previous definition of `STOCK_HOME' was here
- public const string STOCK_HOME;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7764.2-7764.34: error: `Gtk' already contains a definition for `STOCK_INDENT'
- public const string STOCK_INDENT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7732.2-7732.34: note: previous definition of `STOCK_INDENT' was here
- public const string STOCK_INDENT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7767.2-7767.33: error: `Gtk' already contains a definition for `STOCK_INDEX'
- public const string STOCK_INDEX;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7735.2-7735.33: note: previous definition of `STOCK_INDEX' was here
- public const string STOCK_INDEX;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7770.2-7770.32: error: `Gtk' already contains a definition for `STOCK_INFO'
- public const string STOCK_INFO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7738.2-7738.32: note: previous definition of `STOCK_INFO' was here
- public const string STOCK_INFO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7773.2-7773.34: error: `Gtk' already contains a definition for `STOCK_ITALIC'
- public const string STOCK_ITALIC;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7741.2-7741.34: note: previous definition of `STOCK_ITALIC' was here
- public const string STOCK_ITALIC;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7776.2-7776.35: error: `Gtk' already contains a definition for `STOCK_JUMP_TO'
- public const string STOCK_JUMP_TO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7744.2-7744.35: note: previous definition of `STOCK_JUMP_TO' was here
- public const string STOCK_JUMP_TO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7779.2-7779.42: error: `Gtk' already contains a definition for `STOCK_JUSTIFY_CENTER'
- public const string STOCK_JUSTIFY_CENTER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7747.2-7747.42: note: previous definition of `STOCK_JUSTIFY_CENTER' was here
- public const string STOCK_JUSTIFY_CENTER;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7782.2-7782.40: error: `Gtk' already contains a definition for `STOCK_JUSTIFY_FILL'
- public const string STOCK_JUSTIFY_FILL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7750.2-7750.40: note: previous definition of `STOCK_JUSTIFY_FILL' was here
- public const string STOCK_JUSTIFY_FILL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7785.2-7785.40: error: `Gtk' already contains a definition for `STOCK_JUSTIFY_LEFT'
- public const string STOCK_JUSTIFY_LEFT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7753.2-7753.40: note: previous definition of `STOCK_JUSTIFY_LEFT' was here
- public const string STOCK_JUSTIFY_LEFT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7788.2-7788.41: error: `Gtk' already contains a definition for `STOCK_JUSTIFY_RIGHT'
- public const string STOCK_JUSTIFY_RIGHT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7756.2-7756.41: note: previous definition of `STOCK_JUSTIFY_RIGHT' was here
- public const string STOCK_JUSTIFY_RIGHT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7791.2-7791.44: error: `Gtk' already contains a definition for `STOCK_LEAVE_FULLSCREEN'
- public const string STOCK_LEAVE_FULLSCREEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7759.2-7759.44: note: previous definition of `STOCK_LEAVE_FULLSCREEN' was here
- public const string STOCK_LEAVE_FULLSCREEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7794.2-7794.41: error: `Gtk' already contains a definition for `STOCK_MEDIA_FORWARD'
- public const string STOCK_MEDIA_FORWARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7762.2-7762.41: note: previous definition of `STOCK_MEDIA_FORWARD' was here
- public const string STOCK_MEDIA_FORWARD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7797.2-7797.38: error: `Gtk' already contains a definition for `STOCK_MEDIA_NEXT'
- public const string STOCK_MEDIA_NEXT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7765.2-7765.38: note: previous definition of `STOCK_MEDIA_NEXT' was here
- public const string STOCK_MEDIA_NEXT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7800.2-7800.39: error: `Gtk' already contains a definition for `STOCK_MEDIA_PAUSE'
- public const string STOCK_MEDIA_PAUSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7768.2-7768.39: note: previous definition of `STOCK_MEDIA_PAUSE' was here
- public const string STOCK_MEDIA_PAUSE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7803.2-7803.38: error: `Gtk' already contains a definition for `STOCK_MEDIA_PLAY'
- public const string STOCK_MEDIA_PLAY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7771.2-7771.38: note: previous definition of `STOCK_MEDIA_PLAY' was here
- public const string STOCK_MEDIA_PLAY;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7806.2-7806.42: error: `Gtk' already contains a definition for `STOCK_MEDIA_PREVIOUS'
- public const string STOCK_MEDIA_PREVIOUS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7774.2-7774.42: note: previous definition of `STOCK_MEDIA_PREVIOUS' was here
- public const string STOCK_MEDIA_PREVIOUS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7809.2-7809.40: error: `Gtk' already contains a definition for `STOCK_MEDIA_RECORD'
- public const string STOCK_MEDIA_RECORD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7777.2-7777.40: note: previous definition of `STOCK_MEDIA_RECORD' was here
- public const string STOCK_MEDIA_RECORD;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7812.2-7812.40: error: `Gtk' already contains a definition for `STOCK_MEDIA_REWIND'
- public const string STOCK_MEDIA_REWIND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7780.2-7780.40: note: previous definition of `STOCK_MEDIA_REWIND' was here
- public const string STOCK_MEDIA_REWIND;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7815.2-7815.38: error: `Gtk' already contains a definition for `STOCK_MEDIA_STOP'
- public const string STOCK_MEDIA_STOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7783.2-7783.38: note: previous definition of `STOCK_MEDIA_STOP' was here
- public const string STOCK_MEDIA_STOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7818.2-7818.41: error: `Gtk' already contains a definition for `STOCK_MISSING_IMAGE'
- public const string STOCK_MISSING_IMAGE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7786.2-7786.41: note: previous definition of `STOCK_MISSING_IMAGE' was here
- public const string STOCK_MISSING_IMAGE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7821.2-7821.35: error: `Gtk' already contains a definition for `STOCK_NETWORK'
- public const string STOCK_NETWORK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7789.2-7789.35: note: previous definition of `STOCK_NETWORK' was here
- public const string STOCK_NETWORK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7824.2-7824.31: error: `Gtk' already contains a definition for `STOCK_NEW'
- public const string STOCK_NEW;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7792.2-7792.31: note: previous definition of `STOCK_NEW' was here
- public const string STOCK_NEW;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7827.2-7827.30: error: `Gtk' already contains a definition for `STOCK_NO'
- public const string STOCK_NO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7795.2-7795.30: note: previous definition of `STOCK_NO' was here
- public const string STOCK_NO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7830.2-7830.30: error: `Gtk' already contains a definition for `STOCK_OK'
- public const string STOCK_OK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7798.2-7798.30: note: previous definition of `STOCK_OK' was here
- public const string STOCK_OK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7833.2-7833.32: error: `Gtk' already contains a definition for `STOCK_OPEN'
- public const string STOCK_OPEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7801.2-7801.32: note: previous definition of `STOCK_OPEN' was here
- public const string STOCK_OPEN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7836.2-7836.49: error: `Gtk' already contains a definition for `STOCK_ORIENTATION_LANDSCAPE'
- public const string STOCK_ORIENTATION_LANDSCAPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7804.2-7804.49: note: previous definition of `STOCK_ORIENTATION_LANDSCAPE' was here
- public const string STOCK_ORIENTATION_LANDSCAPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7839.2-7839.48: error: `Gtk' already contains a definition for `STOCK_ORIENTATION_PORTRAIT'
- public const string STOCK_ORIENTATION_PORTRAIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7807.2-7807.48: note: previous definition of `STOCK_ORIENTATION_PORTRAIT' was here
- public const string STOCK_ORIENTATION_PORTRAIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7842.2-7842.57: error: `Gtk' already contains a definition for `STOCK_ORIENTATION_REVERSE_LANDSCAPE'
- public const string STOCK_ORIENTATION_REVERSE_LANDSCAPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7810.2-7810.57: note: previous definition of `STOCK_ORIENTATION_REVERSE_LANDSCAPE' was here
- public const string STOCK_ORIENTATION_REVERSE_LANDSCAPE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7845.2-7845.56: error: `Gtk' already contains a definition for `STOCK_ORIENTATION_REVERSE_PORTRAIT'
- public const string STOCK_ORIENTATION_REVERSE_PORTRAIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7813.2-7813.56: note: previous definition of `STOCK_ORIENTATION_REVERSE_PORTRAIT' was here
- public const string STOCK_ORIENTATION_REVERSE_PORTRAIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7848.2-7848.38: error: `Gtk' already contains a definition for `STOCK_PAGE_SETUP'
- public const string STOCK_PAGE_SETUP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7816.2-7816.38: note: previous definition of `STOCK_PAGE_SETUP' was here
- public const string STOCK_PAGE_SETUP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7851.2-7851.33: error: `Gtk' already contains a definition for `STOCK_PASTE'
- public const string STOCK_PASTE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7819.2-7819.33: note: previous definition of `STOCK_PASTE' was here
- public const string STOCK_PASTE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7854.2-7854.39: error: `Gtk' already contains a definition for `STOCK_PREFERENCES'
- public const string STOCK_PREFERENCES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7822.2-7822.39: note: previous definition of `STOCK_PREFERENCES' was here
- public const string STOCK_PREFERENCES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7857.2-7857.33: error: `Gtk' already contains a definition for `STOCK_PRINT'
- public const string STOCK_PRINT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7825.2-7825.33: note: previous definition of `STOCK_PRINT' was here
- public const string STOCK_PRINT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7860.2-7860.39: error: `Gtk' already contains a definition for `STOCK_PRINT_ERROR'
- public const string STOCK_PRINT_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7828.2-7828.39: note: previous definition of `STOCK_PRINT_ERROR' was here
- public const string STOCK_PRINT_ERROR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7863.2-7863.40: error: `Gtk' already contains a definition for `STOCK_PRINT_PAUSED'
- public const string STOCK_PRINT_PAUSED;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7831.2-7831.40: note: previous definition of `STOCK_PRINT_PAUSED' was here
- public const string STOCK_PRINT_PAUSED;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7866.2-7866.41: error: `Gtk' already contains a definition for `STOCK_PRINT_PREVIEW'
- public const string STOCK_PRINT_PREVIEW;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7834.2-7834.41: note: previous definition of `STOCK_PRINT_PREVIEW' was here
- public const string STOCK_PRINT_PREVIEW;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7869.2-7869.40: error: `Gtk' already contains a definition for `STOCK_PRINT_REPORT'
- public const string STOCK_PRINT_REPORT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7837.2-7837.40: note: previous definition of `STOCK_PRINT_REPORT' was here
- public const string STOCK_PRINT_REPORT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7872.2-7872.41: error: `Gtk' already contains a definition for `STOCK_PRINT_WARNING'
- public const string STOCK_PRINT_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7840.2-7840.41: note: previous definition of `STOCK_PRINT_WARNING' was here
- public const string STOCK_PRINT_WARNING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7875.2-7875.38: error: `Gtk' already contains a definition for `STOCK_PROPERTIES'
- public const string STOCK_PROPERTIES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7843.2-7843.38: note: previous definition of `STOCK_PROPERTIES' was here
- public const string STOCK_PROPERTIES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7878.2-7878.32: error: `Gtk' already contains a definition for `STOCK_QUIT'
- public const string STOCK_QUIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7846.2-7846.32: note: previous definition of `STOCK_QUIT' was here
- public const string STOCK_QUIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7881.2-7881.32: error: `Gtk' already contains a definition for `STOCK_REDO'
- public const string STOCK_REDO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7849.2-7849.32: note: previous definition of `STOCK_REDO' was here
- public const string STOCK_REDO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7884.2-7884.35: error: `Gtk' already contains a definition for `STOCK_REFRESH'
- public const string STOCK_REFRESH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7852.2-7852.35: note: previous definition of `STOCK_REFRESH' was here
- public const string STOCK_REFRESH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7887.2-7887.34: error: `Gtk' already contains a definition for `STOCK_REMOVE'
- public const string STOCK_REMOVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7855.2-7855.34: note: previous definition of `STOCK_REMOVE' was here
- public const string STOCK_REMOVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7890.2-7890.43: error: `Gtk' already contains a definition for `STOCK_REVERT_TO_SAVED'
- public const string STOCK_REVERT_TO_SAVED;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7858.2-7858.43: note: previous definition of `STOCK_REVERT_TO_SAVED' was here
- public const string STOCK_REVERT_TO_SAVED;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7893.2-7893.32: error: `Gtk' already contains a definition for `STOCK_SAVE'
- public const string STOCK_SAVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7861.2-7861.32: note: previous definition of `STOCK_SAVE' was here
- public const string STOCK_SAVE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7896.2-7896.35: error: `Gtk' already contains a definition for `STOCK_SAVE_AS'
- public const string STOCK_SAVE_AS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7864.2-7864.35: note: previous definition of `STOCK_SAVE_AS' was here
- public const string STOCK_SAVE_AS;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7899.2-7899.38: error: `Gtk' already contains a definition for `STOCK_SELECT_ALL'
- public const string STOCK_SELECT_ALL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7867.2-7867.38: note: previous definition of `STOCK_SELECT_ALL' was here
- public const string STOCK_SELECT_ALL;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7902.2-7902.40: error: `Gtk' already contains a definition for `STOCK_SELECT_COLOR'
- public const string STOCK_SELECT_COLOR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7870.2-7870.40: note: previous definition of `STOCK_SELECT_COLOR' was here
- public const string STOCK_SELECT_COLOR;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7905.2-7905.39: error: `Gtk' already contains a definition for `STOCK_SELECT_FONT'
- public const string STOCK_SELECT_FONT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7873.2-7873.39: note: previous definition of `STOCK_SELECT_FONT' was here
- public const string STOCK_SELECT_FONT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7908.2-7908.42: error: `Gtk' already contains a definition for `STOCK_SORT_ASCENDING'
- public const string STOCK_SORT_ASCENDING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7876.2-7876.42: note: previous definition of `STOCK_SORT_ASCENDING' was here
- public const string STOCK_SORT_ASCENDING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7911.2-7911.43: error: `Gtk' already contains a definition for `STOCK_SORT_DESCENDING'
- public const string STOCK_SORT_DESCENDING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7879.2-7879.43: note: previous definition of `STOCK_SORT_DESCENDING' was here
- public const string STOCK_SORT_DESCENDING;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7914.2-7914.39: error: `Gtk' already contains a definition for `STOCK_SPELL_CHECK'
- public const string STOCK_SPELL_CHECK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7882.2-7882.39: note: previous definition of `STOCK_SPELL_CHECK' was here
- public const string STOCK_SPELL_CHECK;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7917.2-7917.32: error: `Gtk' already contains a definition for `STOCK_STOP'
- public const string STOCK_STOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7885.2-7885.32: note: previous definition of `STOCK_STOP' was here
- public const string STOCK_STOP;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7920.2-7920.41: error: `Gtk' already contains a definition for `STOCK_STRIKETHROUGH'
- public const string STOCK_STRIKETHROUGH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7888.2-7888.41: note: previous definition of `STOCK_STRIKETHROUGH' was here
- public const string STOCK_STRIKETHROUGH;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7923.2-7923.36: error: `Gtk' already contains a definition for `STOCK_UNDELETE'
- public const string STOCK_UNDELETE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7891.2-7891.36: note: previous definition of `STOCK_UNDELETE' was here
- public const string STOCK_UNDELETE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7926.2-7926.37: error: `Gtk' already contains a definition for `STOCK_UNDERLINE'
- public const string STOCK_UNDERLINE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7894.2-7894.37: note: previous definition of `STOCK_UNDERLINE' was here
- public const string STOCK_UNDERLINE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7929.2-7929.32: error: `Gtk' already contains a definition for `STOCK_UNDO'
- public const string STOCK_UNDO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7897.2-7897.32: note: previous definition of `STOCK_UNDO' was here
- public const string STOCK_UNDO;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7932.2-7932.36: error: `Gtk' already contains a definition for `STOCK_UNINDENT'
- public const string STOCK_UNINDENT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7900.2-7900.36: note: previous definition of `STOCK_UNINDENT' was here
- public const string STOCK_UNINDENT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7935.2-7935.31: error: `Gtk' already contains a definition for `STOCK_YES'
- public const string STOCK_YES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7903.2-7903.31: note: previous definition of `STOCK_YES' was here
- public const string STOCK_YES;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7938.2-7938.36: error: `Gtk' already contains a definition for `STOCK_ZOOM_100'
- public const string STOCK_ZOOM_100;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7906.2-7906.36: note: previous definition of `STOCK_ZOOM_100' was here
- public const string STOCK_ZOOM_100;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7941.2-7941.36: error: `Gtk' already contains a definition for `STOCK_ZOOM_FIT'
- public const string STOCK_ZOOM_FIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7909.2-7909.36: note: previous definition of `STOCK_ZOOM_FIT' was here
- public const string STOCK_ZOOM_FIT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7944.2-7944.35: error: `Gtk' already contains a definition for `STOCK_ZOOM_IN'
- public const string STOCK_ZOOM_IN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7912.2-7912.35: note: previous definition of `STOCK_ZOOM_IN' was here
- public const string STOCK_ZOOM_IN;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7947.2-7947.36: error: `Gtk' already contains a definition for `STOCK_ZOOM_OUT'
- public const string STOCK_ZOOM_OUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:7915.2-7915.36: note: previous definition of `STOCK_ZOOM_OUT' was here
- public const string STOCK_ZOOM_OUT;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7949.2-7949.46: error: `Gtk' already contains a definition for `TEXT_VIEW_PRIORITY_VALIDATE'
- public const int TEXT_VIEW_PRIORITY_VALIDATE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8065.2-8065.46: note: previous definition of `TEXT_VIEW_PRIORITY_VALIDATE' was here
- public const int TEXT_VIEW_PRIORITY_VALIDATE;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7953.2-7953.41: error: `Gtk' already contains a definition for `accel_groups_activate'
- public static bool accel_groups_activate (GLib.Object object, uint accel_key, Gdk.ModifierType accel_mods);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8067.2-8067.41: note: previous definition of `accel_groups_activate' was here
- public static bool accel_groups_activate (GLib.Object object, uint accel_key, Gdk.ModifierType accel_mods);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7955.2-7955.74: error: `Gtk' already contains a definition for `accel_groups_from_object'
- public static unowned GLib.SList<Gtk.AccelGroup> accel_groups_from_object (GLib.Object object);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8069.2-8069.74: note: previous definition of `accel_groups_from_object' was here
- public static unowned GLib.SList<Gtk.AccelGroup> accel_groups_from_object (GLib.Object object);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7957.2-7957.52: error: `Gtk' already contains a definition for `accelerator_get_default_mod_mask'
- public static uint accelerator_get_default_mod_mask ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8071.2-8071.64: note: previous definition of `accelerator_get_default_mod_mask' was here
- public static Gdk.ModifierType accelerator_get_default_mod_mask ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7959.2-7959.51: error: `Gtk' already contains a definition for `accelerator_get_label'
- public static unowned string accelerator_get_label (uint accelerator_key, Gdk.ModifierType accelerator_mods);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8073.2-8073.51: note: previous definition of `accelerator_get_label' was here
- public static unowned string accelerator_get_label (uint accelerator_key, Gdk.ModifierType accelerator_mods);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7961.2-7961.46: error: `Gtk' already contains a definition for `accelerator_name'
- public static unowned string accelerator_name (uint accelerator_key, Gdk.ModifierType accelerator_mods);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8077.2-8077.46: note: previous definition of `accelerator_name' was here
- public static unowned string accelerator_name (uint accelerator_key, Gdk.ModifierType accelerator_mods);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7963.2-7963.37: error: `Gtk' already contains a definition for `accelerator_parse'
- public static void accelerator_parse (string accelerator, out uint accelerator_key, out Gdk.ModifierType accelerator_mods);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8081.2-8081.37: note: previous definition of `accelerator_parse' was here
- public static void accelerator_parse (string accelerator, out uint accelerator_key, out Gdk.ModifierType accelerator_mods);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7965.2-7965.52: error: `Gtk' already contains a definition for `accelerator_set_default_mod_mask'
- public static void accelerator_set_default_mod_mask (Gdk.ModifierType default_mod_mask);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8085.2-8085.52: note: previous definition of `accelerator_set_default_mod_mask' was here
- public static void accelerator_set_default_mod_mask (Gdk.ModifierType default_mod_mask);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7967.2-7967.37: error: `Gtk' already contains a definition for `accelerator_valid'
- public static bool accelerator_valid (uint keyval, Gdk.ModifierType modifiers);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8087.2-8087.37: note: previous definition of `accelerator_valid' was here
- public static bool accelerator_valid (uint keyval, Gdk.ModifierType modifiers);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7969.2-7969.51: error: `Gtk' already contains a definition for `alternative_dialog_button_order'
- public static bool alternative_dialog_button_order (Gdk.Screen screen);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8089.2-8089.51: note: previous definition of `alternative_dialog_button_order' was here
- public static bool alternative_dialog_button_order (Gdk.Screen screen);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7971.2-7971.37: error: `Gtk' already contains a definition for `bindings_activate'
- public static bool bindings_activate (Gtk.Object object, uint keyval, Gdk.ModifierType modifiers);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8091.2-8091.37: note: previous definition of `bindings_activate' was here
- public static bool bindings_activate (GLib.Object object, uint keyval, Gdk.ModifierType modifiers);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7973.2-7973.43: error: `Gtk' already contains a definition for `bindings_activate_event'
- public static bool bindings_activate_event (Gtk.Object object, Gdk.EventKey event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8093.2-8093.43: note: previous definition of `bindings_activate_event' was here
- public static bool bindings_activate_event (GLib.Object object, Gdk.EventKey event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7975.2-7975.43: error: `Gtk' already contains a definition for `check_version'
- public static unowned string check_version (uint required_major, uint required_minor, uint required_micro);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8099.2-8099.43: note: previous definition of `check_version' was here
- public static unowned string check_version (uint required_major, uint required_minor, uint required_micro);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7977.2-7977.37: error: `Gtk' already contains a definition for `disable_setlocale'
- public static void disable_setlocale ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8105.2-8105.37: note: previous definition of `disable_setlocale' was here
- public static void disable_setlocale ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7979.2-7979.49: error: `Gtk' already contains a definition for `drag_begin'
- public static unowned Gdk.DragContext drag_begin (Gtk.Widget widget, Gtk.TargetList targets, Gdk.DragAction actions, int button, Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8109.2-8109.49: note: previous definition of `drag_begin' was here
- public static unowned Gdk.DragContext drag_begin (Gtk.Widget widget, Gtk.TargetList targets, Gdk.DragAction actions, int button, Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7981.2-7981.40: error: `Gtk' already contains a definition for `drag_check_threshold'
- public static bool drag_check_threshold (Gtk.Widget widget, int start_x, int start_y, int current_x, int current_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8111.2-8111.40: note: previous definition of `drag_check_threshold' was here
- public static bool drag_check_threshold (Gtk.Widget widget, int start_x, int start_y, int current_x, int current_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7983.2-7983.47: error: `Gtk' already contains a definition for `drag_dest_add_image_targets'
- public static void drag_dest_add_image_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8113.2-8113.47: note: previous definition of `drag_dest_add_image_targets' was here
- public static void drag_dest_add_image_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7985.2-7985.46: error: `Gtk' already contains a definition for `drag_dest_add_text_targets'
- public static void drag_dest_add_text_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8115.2-8115.46: note: previous definition of `drag_dest_add_text_targets' was here
- public static void drag_dest_add_text_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7987.2-7987.45: error: `Gtk' already contains a definition for `drag_dest_add_uri_targets'
- public static void drag_dest_add_uri_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8117.2-8117.45: note: previous definition of `drag_dest_add_uri_targets' was here
- public static void drag_dest_add_uri_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7989.2-7989.45: error: `Gtk' already contains a definition for `drag_dest_find_target'
- public static Gdk.Atom drag_dest_find_target (Gtk.Widget widget, Gdk.DragContext context, Gtk.TargetList target_list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8119.2-8119.45: note: previous definition of `drag_dest_find_target' was here
- public static Gdk.Atom drag_dest_find_target (Gtk.Widget widget, Gdk.DragContext context, Gtk.TargetList target_list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7991.2-7991.63: error: `Gtk' already contains a definition for `drag_dest_get_target_list'
- public static unowned Gtk.TargetList drag_dest_get_target_list (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8121.2-8121.63: note: previous definition of `drag_dest_get_target_list' was here
- public static unowned Gtk.TargetList drag_dest_get_target_list (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7993.2-7993.46: error: `Gtk' already contains a definition for `drag_dest_get_track_motion'
- public static bool drag_dest_get_track_motion (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8123.2-8123.46: note: previous definition of `drag_dest_get_track_motion' was here
- public static bool drag_dest_get_track_motion (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7995.2-7995.33: error: `Gtk' already contains a definition for `drag_dest_set'
- public static void drag_dest_set (Gtk.Widget widget, Gtk.DestDefaults flags, Gtk.TargetEntry[] targets, Gdk.DragAction actions);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8125.2-8125.33: note: previous definition of `drag_dest_set' was here
- public static void drag_dest_set (Gtk.Widget widget, Gtk.DestDefaults flags, Gtk.TargetEntry[] targets, Gdk.DragAction actions);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7997.2-7997.39: error: `Gtk' already contains a definition for `drag_dest_set_proxy'
- public static void drag_dest_set_proxy (Gtk.Widget widget, Gdk.Window proxy_window, Gdk.DragProtocol protocol, bool use_coordinates);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8127.2-8127.39: note: previous definition of `drag_dest_set_proxy' was here
- public static void drag_dest_set_proxy (Gtk.Widget widget, Gdk.Window proxy_window, Gdk.DragProtocol protocol, bool use_coordinates);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:7999.2-7999.45: error: `Gtk' already contains a definition for `drag_dest_set_target_list'
- public static void drag_dest_set_target_list (Gtk.Widget widget, Gtk.TargetList target_list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8129.2-8129.45: note: previous definition of `drag_dest_set_target_list' was here
- public static void drag_dest_set_target_list (Gtk.Widget widget, Gtk.TargetList target_list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8001.2-8001.46: error: `Gtk' already contains a definition for `drag_dest_set_track_motion'
- public static void drag_dest_set_track_motion (Gtk.Widget widget, bool track_motion);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8131.2-8131.46: note: previous definition of `drag_dest_set_track_motion' was here
- public static void drag_dest_set_track_motion (Gtk.Widget widget, bool track_motion);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8003.2-8003.35: error: `Gtk' already contains a definition for `drag_dest_unset'
- public static void drag_dest_unset (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8133.2-8133.35: note: previous definition of `drag_dest_unset' was here
- public static void drag_dest_unset (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8005.2-8005.31: error: `Gtk' already contains a definition for `drag_finish'
- public static void drag_finish (Gdk.DragContext context, bool success, bool del, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8135.2-8135.31: note: previous definition of `drag_finish' was here
- public static void drag_finish (Gdk.DragContext context, bool success, bool del, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8007.2-8007.33: error: `Gtk' already contains a definition for `drag_get_data'
- public static void drag_get_data (Gtk.Widget widget, Gdk.DragContext context, Gdk.Atom target, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8137.2-8137.33: note: previous definition of `drag_get_data' was here
- public static void drag_get_data (Gtk.Widget widget, Gdk.DragContext context, Gdk.Atom target, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8009.2-8009.56: error: `Gtk' already contains a definition for `drag_get_source_widget'
- public static unowned Gtk.Widget drag_get_source_widget (Gdk.DragContext context);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8139.2-8139.56: note: previous definition of `drag_get_source_widget' was here
- public static unowned Gtk.Widget drag_get_source_widget (Gdk.DragContext context);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8011.2-8011.34: error: `Gtk' already contains a definition for `drag_highlight'
- public static void drag_highlight (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8141.2-8141.34: note: previous definition of `drag_highlight' was here
- public static void drag_highlight (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8013.2-8013.41: error: `Gtk' already contains a definition for `drag_set_icon_default'
- public static void drag_set_icon_default (Gdk.DragContext context);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8143.2-8143.41: note: previous definition of `drag_set_icon_default' was here
- public static void drag_set_icon_default (Gdk.DragContext context);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8015.2-8015.38: error: `Gtk' already contains a definition for `drag_set_icon_name'
- public static void drag_set_icon_name (Gdk.DragContext context, string icon_name, int hot_x, int hot_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8147.2-8147.38: note: previous definition of `drag_set_icon_name' was here
- public static void drag_set_icon_name (Gdk.DragContext context, string icon_name, int hot_x, int hot_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8017.2-8017.40: error: `Gtk' already contains a definition for `drag_set_icon_pixbuf'
- public static void drag_set_icon_pixbuf (Gdk.DragContext context, Gdk.Pixbuf pixbuf, int hot_x, int hot_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8149.2-8149.40: note: previous definition of `drag_set_icon_pixbuf' was here
- public static void drag_set_icon_pixbuf (Gdk.DragContext context, Gdk.Pixbuf pixbuf, int hot_x, int hot_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8021.2-8021.39: error: `Gtk' already contains a definition for `drag_set_icon_stock'
- public static void drag_set_icon_stock (Gdk.DragContext context, string stock_id, int hot_x, int hot_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8151.2-8151.39: note: previous definition of `drag_set_icon_stock' was here
- public static void drag_set_icon_stock (Gdk.DragContext context, string stock_id, int hot_x, int hot_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8023.2-8023.40: error: `Gtk' already contains a definition for `drag_set_icon_widget'
- public static void drag_set_icon_widget (Gdk.DragContext context, Gtk.Widget widget, int hot_x, int hot_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8155.2-8155.40: note: previous definition of `drag_set_icon_widget' was here
- public static void drag_set_icon_widget (Gdk.DragContext context, Gtk.Widget widget, int hot_x, int hot_y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8025.2-8025.49: error: `Gtk' already contains a definition for `drag_source_add_image_targets'
- public static void drag_source_add_image_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8157.2-8157.49: note: previous definition of `drag_source_add_image_targets' was here
- public static void drag_source_add_image_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8027.2-8027.48: error: `Gtk' already contains a definition for `drag_source_add_text_targets'
- public static void drag_source_add_text_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8159.2-8159.48: note: previous definition of `drag_source_add_text_targets' was here
- public static void drag_source_add_text_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8029.2-8029.47: error: `Gtk' already contains a definition for `drag_source_add_uri_targets'
- public static void drag_source_add_uri_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8161.2-8161.47: note: previous definition of `drag_source_add_uri_targets' was here
- public static void drag_source_add_uri_targets (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8031.2-8031.65: error: `Gtk' already contains a definition for `drag_source_get_target_list'
- public static unowned Gtk.TargetList drag_source_get_target_list (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8163.2-8163.65: note: previous definition of `drag_source_get_target_list' was here
- public static unowned Gtk.TargetList drag_source_get_target_list (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8033.2-8033.35: error: `Gtk' already contains a definition for `drag_source_set'
- public static void drag_source_set (Gtk.Widget widget, Gdk.ModifierType start_button_mask, Gtk.TargetEntry[] targets, Gdk.DragAction actions);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8165.2-8165.35: note: previous definition of `drag_source_set' was here
- public static void drag_source_set (Gtk.Widget widget, Gdk.ModifierType start_button_mask, Gtk.TargetEntry[] targets, Gdk.DragAction actions);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8037.2-8037.45: error: `Gtk' already contains a definition for `drag_source_set_icon_name'
- public static void drag_source_set_icon_name (Gtk.Widget widget, string icon_name);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8169.2-8169.45: note: previous definition of `drag_source_set_icon_name' was here
- public static void drag_source_set_icon_name (Gtk.Widget widget, string icon_name);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8039.2-8039.47: error: `Gtk' already contains a definition for `drag_source_set_icon_pixbuf'
- public static void drag_source_set_icon_pixbuf (Gtk.Widget widget, Gdk.Pixbuf pixbuf);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8171.2-8171.47: note: previous definition of `drag_source_set_icon_pixbuf' was here
- public static void drag_source_set_icon_pixbuf (Gtk.Widget widget, Gdk.Pixbuf pixbuf);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8041.2-8041.46: error: `Gtk' already contains a definition for `drag_source_set_icon_stock'
- public static void drag_source_set_icon_stock (Gtk.Widget widget, string stock_id);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8173.2-8173.46: note: previous definition of `drag_source_set_icon_stock' was here
- public static void drag_source_set_icon_stock (Gtk.Widget widget, string stock_id);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8043.2-8043.47: error: `Gtk' already contains a definition for `drag_source_set_target_list'
- public static void drag_source_set_target_list (Gtk.Widget widget, Gtk.TargetList target_list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8175.2-8175.47: note: previous definition of `drag_source_set_target_list' was here
- public static void drag_source_set_target_list (Gtk.Widget widget, Gtk.TargetList target_list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8045.2-8045.37: error: `Gtk' already contains a definition for `drag_source_unset'
- public static void drag_source_unset (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8177.2-8177.37: note: previous definition of `drag_source_unset' was here
- public static void drag_source_unset (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8047.2-8047.36: error: `Gtk' already contains a definition for `drag_unhighlight'
- public static void drag_unhighlight (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8179.2-8179.36: note: previous definition of `drag_unhighlight' was here
- public static void drag_unhighlight (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8049.2-8049.41: error: `Gtk' already contains a definition for `draw_insertion_cursor'
- public static void draw_insertion_cursor (Gtk.Widget widget, Gdk.Drawable drawable, Gdk.Rectangle area, Gdk.Rectangle location, bool is_primary, Gtk.TextDirection direction, bool draw_arrow);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8181.2-8181.41: note: previous definition of `draw_insertion_cursor' was here
- public static void draw_insertion_cursor (Gtk.Widget widget, Cairo.Context cr, Gdk.Rectangle location, bool is_primary, Gtk.TextDirection direction, bool draw_arrow);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8051.2-8051.34: error: `Gtk' already contains a definition for `events_pending'
- public static bool events_pending ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8183.2-8183.34: note: previous definition of `events_pending' was here
- public static bool events_pending ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8057.2-8057.42: error: `Gtk' already contains a definition for `get_current_event'
- public static Gdk.Event get_current_event ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8187.2-8187.42: note: previous definition of `get_current_event' was here
- public static Gdk.Event get_current_event ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8059.2-8059.43: error: `Gtk' already contains a definition for `get_current_event_state'
- public static bool get_current_event_state (out Gdk.ModifierType state);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8191.2-8191.43: note: previous definition of `get_current_event_state' was here
- public static bool get_current_event_state (out Gdk.ModifierType state);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8061.2-8061.44: error: `Gtk' already contains a definition for `get_current_event_time'
- public static uint32 get_current_event_time ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8193.2-8193.44: note: previous definition of `get_current_event_time' was here
- public static uint32 get_current_event_time ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8063.2-8063.58: error: `Gtk' already contains a definition for `get_default_language'
- public static unowned Pango.Language get_default_language ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8197.2-8197.58: note: previous definition of `get_default_language' was here
- public static unowned Pango.Language get_default_language ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8065.2-8065.50: error: `Gtk' already contains a definition for `get_event_widget'
- public static unowned Gtk.Widget get_event_widget (Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8199.2-8199.50: note: previous definition of `get_event_widget' was here
- public static unowned Gtk.Widget get_event_widget (Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8067.2-8067.48: error: `Gtk' already contains a definition for `get_option_group'
- public static GLib.OptionGroup get_option_group (bool open_default_display);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8209.2-8209.48: note: previous definition of `get_option_group' was here
- public static GLib.OptionGroup get_option_group (bool open_default_display);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8069.2-8069.28: error: `Gtk' already contains a definition for `grab_add'
- public static void grab_add (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8211.2-8211.28: note: previous definition of `grab_add' was here
- public static void grab_add (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8071.2-8071.50: error: `Gtk' already contains a definition for `grab_get_current'
- public static unowned Gtk.Widget grab_get_current ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8213.2-8213.50: note: previous definition of `grab_get_current' was here
- public static unowned Gtk.Widget grab_get_current ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8073.2-8073.31: error: `Gtk' already contains a definition for `grab_remove'
- public static void grab_remove (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8215.2-8215.31: note: previous definition of `grab_remove' was here
- public static void grab_remove (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8075.2-8075.47: error: `Gtk' already contains a definition for `icon_size_from_name'
- public static Gtk.IconSize icon_size_from_name (string name);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8217.2-8217.47: note: previous definition of `icon_size_from_name' was here
- public static Gtk.IconSize icon_size_from_name (string name);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8077.2-8077.48: error: `Gtk' already contains a definition for `icon_size_get_name'
- public static unowned string icon_size_get_name (Gtk.IconSize size);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8219.2-8219.48: note: previous definition of `icon_size_get_name' was here
- public static unowned string icon_size_get_name (Gtk.IconSize size);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8079.2-8079.36: error: `Gtk' already contains a definition for `icon_size_lookup'
- public static bool icon_size_lookup (Gtk.IconSize size, out int width, out int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8221.2-8221.36: note: previous definition of `icon_size_lookup' was here
- public static bool icon_size_lookup (Gtk.IconSize size, out int width, out int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8081.2-8081.49: error: `Gtk' already contains a definition for `icon_size_lookup_for_settings'
- public static bool icon_size_lookup_for_settings (Gtk.Settings settings, Gtk.IconSize size, out int width, out int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8223.2-8223.49: note: previous definition of `icon_size_lookup_for_settings' was here
- public static bool icon_size_lookup_for_settings (Gtk.Settings settings, Gtk.IconSize size, out int width, out int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8083.2-8083.46: error: `Gtk' already contains a definition for `icon_size_register'
- public static Gtk.IconSize icon_size_register (string name, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8225.2-8225.46: note: previous definition of `icon_size_register' was here
- public static Gtk.IconSize icon_size_register (string name, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8085.2-8085.44: error: `Gtk' already contains a definition for `icon_size_register_alias'
- public static void icon_size_register_alias (string alias, Gtk.IconSize target);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8227.2-8227.44: note: previous definition of `icon_size_register_alias' was here
- public static void icon_size_register_alias (string alias, Gtk.IconSize target);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8089.2-8089.24: error: `Gtk' already contains a definition for `init'
- public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8229.2-8229.24: note: previous definition of `init' was here
- public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8093.2-8093.30: error: `Gtk' already contains a definition for `init_check'
- public static bool init_check ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8231.2-8231.30: note: previous definition of `init_check' was here
- public static bool init_check ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8095.2-8095.34: error: `Gtk' already contains a definition for `init_with_args'
- public static bool init_with_args ([CCode (array_length_pos = 0.9)] ref unowned string[] argv, string parameter_string, [CCode (array_length = false)] GLib.OptionEntry[] entries, string? translation_domain) throws GLib.Error;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8233.2-8233.34: note: previous definition of `init_with_args' was here
- public static bool init_with_args ([CCode (array_length_pos = 0.9)] ref unowned string[] argv, string parameter_string, [CCode (array_length = false)] GLib.OptionEntry[] entries, string? translation_domain) throws GLib.Error;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8097.2-8097.39: error: `Gtk' already contains a definition for `key_snooper_install'
- public static uint key_snooper_install (Gtk.KeySnoopFunc snooper, void* func_data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8235.2-8235.39: note: previous definition of `key_snooper_install' was here
- public static uint key_snooper_install (Gtk.KeySnoopFunc snooper, void* func_data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8099.2-8099.38: error: `Gtk' already contains a definition for `key_snooper_remove'
- public static void key_snooper_remove (uint snooper_handler_id);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8237.2-8237.38: note: previous definition of `key_snooper_remove' was here
- public static void key_snooper_remove (uint snooper_handler_id);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8101.2-8101.24: error: `Gtk' already contains a definition for `main'
- public static void main ();
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8239.2-8239.24: note: previous definition of `main' was here
- public static void main ();
- ^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8103.2-8103.33: error: `Gtk' already contains a definition for `main_do_event'
- public static void main_do_event (Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8241.2-8241.33: note: previous definition of `main_do_event' was here
- public static void main_do_event (Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8105.2-8105.34: error: `Gtk' already contains a definition for `main_iteration'
- public static bool main_iteration ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8243.2-8243.34: note: previous definition of `main_iteration' was here
- public static bool main_iteration ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8107.2-8107.37: error: `Gtk' already contains a definition for `main_iteration_do'
- public static bool main_iteration_do (bool blocking);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8245.2-8245.37: note: previous definition of `main_iteration_do' was here
- public static bool main_iteration_do (bool blocking);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8109.2-8109.30: error: `Gtk' already contains a definition for `main_level'
- public static uint main_level ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8247.2-8247.30: note: previous definition of `main_level' was here
- public static uint main_level ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8111.2-8111.29: error: `Gtk' already contains a definition for `main_quit'
- public static void main_quit ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8249.2-8249.29: note: previous definition of `main_quit' was here
- public static void main_quit ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8113.2-8113.31: error: `Gtk' already contains a definition for `paint_arrow'
- public static void paint_arrow (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, Gtk.ArrowType arrow_type, bool fill, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8251.2-8251.31: note: previous definition of `paint_arrow' was here
- public static void paint_arrow (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, Gtk.ArrowType arrow_type, bool fill, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8115.2-8115.29: error: `Gtk' already contains a definition for `paint_box'
- public static void paint_box (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8253.2-8253.29: note: previous definition of `paint_box' was here
- public static void paint_box (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8117.2-8117.33: error: `Gtk' already contains a definition for `paint_box_gap'
- public static void paint_box_gap (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.PositionType gap_side, int gap_x, int gap_width);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8255.2-8255.33: note: previous definition of `paint_box_gap' was here
- public static void paint_box_gap (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.PositionType gap_side, int gap_x, int gap_width);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8119.2-8119.31: error: `Gtk' already contains a definition for `paint_check'
- public static void paint_check (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8257.2-8257.31: note: previous definition of `paint_check' was here
- public static void paint_check (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8121.2-8121.33: error: `Gtk' already contains a definition for `paint_diamond'
- public static void paint_diamond (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8259.2-8259.33: note: previous definition of `paint_diamond' was here
- public static void paint_diamond (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8123.2-8123.34: error: `Gtk' already contains a definition for `paint_expander'
- public static void paint_expander (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, Gtk.ExpanderStyle expander_style);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8261.2-8261.34: note: previous definition of `paint_expander' was here
- public static void paint_expander (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.Widget? widget, string? detail, int x, int y, Gtk.ExpanderStyle expander_style);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8125.2-8125.35: error: `Gtk' already contains a definition for `paint_extension'
- public static void paint_extension (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.PositionType gap_side);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8263.2-8263.35: note: previous definition of `paint_extension' was here
- public static void paint_extension (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.PositionType gap_side);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8127.2-8127.34: error: `Gtk' already contains a definition for `paint_flat_box'
- public static void paint_flat_box (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8265.2-8265.34: note: previous definition of `paint_flat_box' was here
- public static void paint_flat_box (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8129.2-8129.31: error: `Gtk' already contains a definition for `paint_focus'
- public static void paint_focus (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8267.2-8267.31: note: previous definition of `paint_focus' was here
- public static void paint_focus (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8131.2-8131.32: error: `Gtk' already contains a definition for `paint_handle'
- public static void paint_handle (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.Orientation orientation);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8269.2-8269.32: note: previous definition of `paint_handle' was here
- public static void paint_handle (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.Orientation orientation);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8133.2-8133.31: error: `Gtk' already contains a definition for `paint_hline'
- public static void paint_hline (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x1, int x2, int y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8271.2-8271.31: note: previous definition of `paint_hline' was here
- public static void paint_hline (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.Widget? widget, string? detail, int x1, int x2, int y);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8135.2-8135.32: error: `Gtk' already contains a definition for `paint_layout'
- public static void paint_layout (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, bool use_text, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, Pango.Layout layout);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8273.2-8273.32: note: previous definition of `paint_layout' was here
- public static void paint_layout (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, bool use_text, Gtk.Widget? widget, string? detail, int x, int y, Pango.Layout layout);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8137.2-8137.32: error: `Gtk' already contains a definition for `paint_option'
- public static void paint_option (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8275.2-8275.32: note: previous definition of `paint_option' was here
- public static void paint_option (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8141.2-8141.37: error: `Gtk' already contains a definition for `paint_resize_grip'
- public static void paint_resize_grip (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, Gdk.WindowEdge edge, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8277.2-8277.37: note: previous definition of `paint_resize_grip' was here
- public static void paint_resize_grip (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.Widget? widget, string? detail, Gdk.WindowEdge edge, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8143.2-8143.32: error: `Gtk' already contains a definition for `paint_shadow'
- public static void paint_shadow (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8279.2-8279.32: note: previous definition of `paint_shadow' was here
- public static void paint_shadow (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8145.2-8145.36: error: `Gtk' already contains a definition for `paint_shadow_gap'
- public static void paint_shadow_gap (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.PositionType gap_side, int gap_x, int gap_width);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8281.2-8281.36: note: previous definition of `paint_shadow_gap' was here
- public static void paint_shadow_gap (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.PositionType gap_side, int gap_x, int gap_width);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8147.2-8147.32: error: `Gtk' already contains a definition for `paint_slider'
- public static void paint_slider (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.Orientation orientation);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8283.2-8283.32: note: previous definition of `paint_slider' was here
- public static void paint_slider (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height, Gtk.Orientation orientation);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8149.2-8149.33: error: `Gtk' already contains a definition for `paint_spinner'
- public static void paint_spinner (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gdk.Rectangle area, Gtk.Widget widget, string detail, uint step, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8285.2-8285.33: note: previous definition of `paint_spinner' was here
- public static void paint_spinner (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.Widget widget, string detail, uint step, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8151.2-8151.29: error: `Gtk' already contains a definition for `paint_tab'
- public static void paint_tab (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8287.2-8287.29: note: previous definition of `paint_tab' was here
- public static void paint_tab (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget? widget, string? detail, int x, int y, int width, int height);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8153.2-8153.31: error: `Gtk' already contains a definition for `paint_vline'
- public static void paint_vline (Gtk.Style style, Gdk.Window window, Gtk.StateType state_type, Gdk.Rectangle? area, Gtk.Widget? widget, string? detail, int y1_, int y2_, int x);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8289.2-8289.31: note: previous definition of `paint_vline' was here
- public static void paint_vline (Gtk.Style style, Cairo.Context cr, Gtk.StateType state_type, Gtk.Widget? widget, string? detail, int y1_, int y2_, int x);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8155.2-8155.30: error: `Gtk' already contains a definition for `parse_args'
- public static bool parse_args (int argc, string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8291.2-8291.30: note: previous definition of `parse_args' was here
- public static bool parse_args (int argc, string[] argv);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8157.2-8157.43: error: `Gtk' already contains a definition for `print_error_quark'
- public static GLib.Quark print_error_quark ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8293.2-8293.43: note: previous definition of `print_error_quark' was here
- public static GLib.Quark print_error_quark ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8159.2-8159.64: error: `Gtk' already contains a definition for `print_run_page_setup_dialog'
- public static unowned Gtk.PageSetup print_run_page_setup_dialog (Gtk.Window parent, Gtk.PageSetup page_setup, Gtk.PrintSettings settings);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8295.2-8295.64: note: previous definition of `print_run_page_setup_dialog' was here
- public static unowned Gtk.PageSetup print_run_page_setup_dialog (Gtk.Window parent, Gtk.PageSetup page_setup, Gtk.PrintSettings settings);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8161.2-8161.53: error: `Gtk' already contains a definition for `print_run_page_setup_dialog_async'
- public static void print_run_page_setup_dialog_async (Gtk.Window parent, Gtk.PageSetup page_setup, Gtk.PrintSettings settings, Gtk.PageSetupDoneFunc done_cb, void* data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8297.2-8297.53: note: previous definition of `print_run_page_setup_dialog_async' was here
- public static void print_run_page_setup_dialog_async (Gtk.Window parent, Gtk.PageSetup page_setup, Gtk.PrintSettings settings, Gtk.PageSetupDoneFunc done_cb, void* data);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8163.2-8163.35: error: `Gtk' already contains a definition for `propagate_event'
- public static void propagate_event (Gtk.Widget widget, Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8299.2-8299.35: note: previous definition of `propagate_event' was here
- public static void propagate_event (Gtk.Widget widget, Gdk.Event event);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8173.2-8173.39: error: `Gtk' already contains a definition for `rc_add_default_file'
- public static void rc_add_default_file (string filename);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8301.2-8301.39: note: previous definition of `rc_add_default_file' was here
- public static void rc_add_default_file (string filename);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8175.2-8175.52: error: `Gtk' already contains a definition for `rc_find_module_in_path'
- public static unowned string rc_find_module_in_path (string module_file);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8303.2-8303.52: note: previous definition of `rc_find_module_in_path' was here
- public static unowned string rc_find_module_in_path (string module_file);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8177.2-8177.52: error: `Gtk' already contains a definition for `rc_find_pixmap_in_path'
- public static unowned string rc_find_pixmap_in_path (Gtk.Settings settings, GLib.Scanner scanner, string pixmap_file);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8305.2-8305.52: note: previous definition of `rc_find_pixmap_in_path' was here
- public static unowned string rc_find_pixmap_in_path (Gtk.Settings settings, GLib.Scanner scanner, string pixmap_file);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8179.2-8179.50: error: `Gtk' already contains a definition for `rc_get_default_files'
- public static unowned string rc_get_default_files ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8307.2-8307.50: note: previous definition of `rc_get_default_files' was here
- public static unowned string rc_get_default_files ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8181.2-8181.51: error: `Gtk' already contains a definition for `rc_get_im_module_file'
- public static unowned string rc_get_im_module_file ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8309.2-8309.51: note: previous definition of `rc_get_im_module_file' was here
- public static unowned string rc_get_im_module_file ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8183.2-8183.51: error: `Gtk' already contains a definition for `rc_get_im_module_path'
- public static unowned string rc_get_im_module_path ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8311.2-8311.51: note: previous definition of `rc_get_im_module_path' was here
- public static unowned string rc_get_im_module_path ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8185.2-8185.47: error: `Gtk' already contains a definition for `rc_get_module_dir'
- public static unowned string rc_get_module_dir ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8313.2-8313.47: note: previous definition of `rc_get_module_dir' was here
- public static unowned string rc_get_module_dir ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8187.2-8187.45: error: `Gtk' already contains a definition for `rc_get_style'
- public static unowned Gtk.Style rc_get_style (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8315.2-8315.45: note: previous definition of `rc_get_style' was here
- public static unowned Gtk.Style rc_get_style (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8189.2-8189.55: error: `Gtk' already contains a definition for `rc_get_style_by_paths'
- public static unowned Gtk.Style? rc_get_style_by_paths (Gtk.Settings settings, string? widget_path, string? class_path, GLib.Type type);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8317.2-8317.55: note: previous definition of `rc_get_style_by_paths' was here
- public static unowned Gtk.Style? rc_get_style_by_paths (Gtk.Settings settings, string? widget_path, string? class_path, GLib.Type type);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8191.2-8191.46: error: `Gtk' already contains a definition for `rc_get_theme_dir'
- public static unowned string rc_get_theme_dir ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8319.2-8319.46: note: previous definition of `rc_get_theme_dir' was here
- public static unowned string rc_get_theme_dir ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8193.2-8193.28: error: `Gtk' already contains a definition for `rc_parse'
- public static void rc_parse (string filename);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8321.2-8321.28: note: previous definition of `rc_parse' was here
- public static void rc_parse (string filename);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8195.2-8195.34: error: `Gtk' already contains a definition for `rc_parse_color'
- public static uint rc_parse_color (GLib.Scanner scanner, Gdk.Color color);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8323.2-8323.34: note: previous definition of `rc_parse_color' was here
- public static uint rc_parse_color (GLib.Scanner scanner, Gdk.Color color);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8197.2-8197.39: error: `Gtk' already contains a definition for `rc_parse_color_full'
- public static uint rc_parse_color_full (GLib.Scanner scanner, Gtk.RcStyle style, Gdk.Color color);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8325.2-8325.39: note: previous definition of `rc_parse_color_full' was here
- public static uint rc_parse_color_full (GLib.Scanner scanner, Gtk.RcStyle style, Gdk.Color color);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8199.2-8199.37: error: `Gtk' already contains a definition for `rc_parse_priority'
- public static uint rc_parse_priority (GLib.Scanner scanner, Gtk.PathPriorityType priority);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8327.2-8327.37: note: previous definition of `rc_parse_priority' was here
- public static uint rc_parse_priority (GLib.Scanner scanner, Gtk.PathPriorityType priority);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8201.2-8201.34: error: `Gtk' already contains a definition for `rc_parse_state'
- public static uint rc_parse_state (GLib.Scanner scanner, Gtk.StateType state);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8329.2-8329.34: note: previous definition of `rc_parse_state' was here
- public static uint rc_parse_state (GLib.Scanner scanner, Gtk.StateType state);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8203.2-8203.35: error: `Gtk' already contains a definition for `rc_parse_string'
- public static void rc_parse_string (string rc_string);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8331.2-8331.35: note: previous definition of `rc_parse_string' was here
- public static void rc_parse_string (string rc_string);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8205.2-8205.34: error: `Gtk' already contains a definition for `rc_reparse_all'
- public static bool rc_reparse_all ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8333.2-8333.34: note: previous definition of `rc_reparse_all' was here
- public static bool rc_reparse_all ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8207.2-8207.47: error: `Gtk' already contains a definition for `rc_reparse_all_for_settings'
- public static bool rc_reparse_all_for_settings (Gtk.Settings settings, bool force_load);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8335.2-8335.47: note: previous definition of `rc_reparse_all_for_settings' was here
- public static bool rc_reparse_all_for_settings (Gtk.Settings settings, bool force_load);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8209.2-8209.35: error: `Gtk' already contains a definition for `rc_reset_styles'
- public static void rc_reset_styles (Gtk.Settings settings);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8337.2-8337.35: note: previous definition of `rc_reset_styles' was here
- public static void rc_reset_styles (Gtk.Settings settings);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8211.2-8211.50: error: `Gtk' already contains a definition for `rc_scanner_new'
- public static unowned GLib.Scanner rc_scanner_new ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8339.2-8339.50: note: previous definition of `rc_scanner_new' was here
- public static unowned GLib.Scanner rc_scanner_new ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8213.2-8213.40: error: `Gtk' already contains a definition for `rc_set_default_files'
- public static void rc_set_default_files (string filenames);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8341.2-8341.40: note: previous definition of `rc_set_default_files' was here
- public static void rc_set_default_files (string filenames);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8215.2-8215.30: error: `Gtk' already contains a definition for `rgb_to_hsv'
- public static void rgb_to_hsv (double r, double g, double b, double h, double s, double v);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8393.2-8393.30: note: previous definition of `rgb_to_hsv' was here
- public static void rgb_to_hsv (double r, double g, double b, double h, double s, double v);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8217.2-8217.40: error: `Gtk' already contains a definition for `selection_add_target'
- public static void selection_add_target (Gtk.Widget widget, Gdk.Atom selection, Gdk.Atom target, uint info);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8395.2-8395.40: note: previous definition of `selection_add_target' was here
- public static void selection_add_target (Gtk.Widget widget, Gdk.Atom selection, Gdk.Atom target, uint info);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8219.2-8219.41: error: `Gtk' already contains a definition for `selection_add_targets'
- public static void selection_add_targets (Gtk.Widget widget, Gdk.Atom selection, Gtk.TargetEntry[] targets, uint ntargets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8397.2-8397.41: note: previous definition of `selection_add_targets' was here
- public static void selection_add_targets (Gtk.Widget widget, Gdk.Atom selection, Gtk.TargetEntry[] targets, uint ntargets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8223.2-8223.43: error: `Gtk' already contains a definition for `selection_clear_targets'
- public static void selection_clear_targets (Gtk.Widget widget, Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8399.2-8399.43: note: previous definition of `selection_clear_targets' was here
- public static void selection_clear_targets (Gtk.Widget widget, Gdk.Atom selection);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8225.2-8225.37: error: `Gtk' already contains a definition for `selection_convert'
- public static bool selection_convert (Gtk.Widget widget, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8401.2-8401.37: note: previous definition of `selection_convert' was here
- public static bool selection_convert (Gtk.Widget widget, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8227.2-8227.39: error: `Gtk' already contains a definition for `selection_owner_set'
- public static bool selection_owner_set (Gtk.Widget widget, Gdk.Atom selection, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8403.2-8403.39: note: previous definition of `selection_owner_set' was here
- public static bool selection_owner_set (Gtk.Widget widget, Gdk.Atom selection, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8229.2-8229.51: error: `Gtk' already contains a definition for `selection_owner_set_for_display'
- public static bool selection_owner_set_for_display (Gdk.Display display, Gtk.Widget widget, Gdk.Atom selection, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8405.2-8405.51: note: previous definition of `selection_owner_set_for_display' was here
- public static bool selection_owner_set_for_display (Gdk.Display display, Gtk.Widget widget, Gdk.Atom selection, uint32 time_);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8231.2-8231.40: error: `Gtk' already contains a definition for `selection_remove_all'
- public static void selection_remove_all (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8407.2-8407.40: note: previous definition of `selection_remove_all' was here
- public static void selection_remove_all (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8235.2-8235.37: error: `Gtk' already contains a definition for `show_about_dialog'
- public static void show_about_dialog (Gtk.Window? parent, ...);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8411.2-8411.37: note: previous definition of `show_about_dialog' was here
- public static void show_about_dialog (Gtk.Window? parent, ...);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8237.2-8237.28: error: `Gtk' already contains a definition for `show_uri'
- public static bool show_uri (Gdk.Screen? screen, string uri, uint32 timestamp) throws GLib.Error;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8413.2-8413.28: note: previous definition of `show_uri' was here
- public static bool show_uri (Gdk.Screen? screen, string uri, uint32 timestamp) throws GLib.Error;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8240.2-8240.29: error: `Gtk' already contains a definition for `stock_add'
- public static void stock_add (Gtk.StockItem[] items);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8416.2-8416.29: note: previous definition of `stock_add' was here
- public static void stock_add (Gtk.StockItem[] items);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8243.2-8243.36: error: `Gtk' already contains a definition for `stock_add_static'
- public static void stock_add_static (Gtk.StockItem[] items);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8419.2-8419.36: note: previous definition of `stock_add_static' was here
- public static void stock_add_static (Gtk.StockItem[] items);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8246.2-8246.48: error: `Gtk' already contains a definition for `stock_list_ids'
- public static GLib.SList<string> stock_list_ids ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8422.2-8422.48: note: previous definition of `stock_list_ids' was here
- public static GLib.SList<string> stock_list_ids ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8248.2-8248.44: error: `Gtk' already contains a definition for `stock_set_translate_func'
- public static void stock_set_translate_func (string domain, owned Gtk.TranslateFunc func);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8424.2-8424.44: note: previous definition of `stock_set_translate_func' was here
- public static void stock_set_translate_func (string domain, owned Gtk.TranslateFunc func);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8250.2-8250.37: error: `Gtk' already contains a definition for `target_table_free'
- public static void target_table_free (Gtk.TargetEntry[] targets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8426.2-8426.37: note: previous definition of `target_table_free' was here
- public static void target_table_free (Gtk.TargetEntry[] targets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8252.2-8252.59: error: `Gtk' already contains a definition for `target_table_new_from_list'
- public static Gtk.TargetEntry[] target_table_new_from_list (Gtk.TargetList list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8428.2-8428.59: note: previous definition of `target_table_new_from_list' was here
- public static Gtk.TargetEntry[] target_table_new_from_list (Gtk.TargetList list);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8254.2-8254.41: error: `Gtk' already contains a definition for `targets_include_image'
- public static bool targets_include_image (Gdk.Atom[] targets, bool writable);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8430.2-8430.41: note: previous definition of `targets_include_image' was here
- public static bool targets_include_image (Gdk.Atom[] targets, bool writable);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8256.2-8256.45: error: `Gtk' already contains a definition for `targets_include_rich_text'
- public static bool targets_include_rich_text (Gdk.Atom[] targets, Gtk.TextBuffer buffer);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8432.2-8432.45: note: previous definition of `targets_include_rich_text' was here
- public static bool targets_include_rich_text (Gdk.Atom[] targets, Gtk.TextBuffer buffer);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8258.2-8258.40: error: `Gtk' already contains a definition for `targets_include_text'
- public static bool targets_include_text (Gdk.Atom[] targets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8434.2-8434.40: note: previous definition of `targets_include_text' was here
- public static bool targets_include_text (Gdk.Atom[] targets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8260.2-8260.39: error: `Gtk' already contains a definition for `targets_include_uri'
- public static bool targets_include_uri (Gdk.Atom[] targets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8436.2-8436.39: note: previous definition of `targets_include_uri' was here
- public static bool targets_include_uri (Gdk.Atom[] targets);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8262.2-8262.59: error: `Gtk' already contains a definition for `test_create_simple_window'
- public static unowned Gtk.Widget test_create_simple_window (string window_title, string dialog_text);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8438.2-8438.59: note: previous definition of `test_create_simple_window' was here
- public static unowned Gtk.Widget test_create_simple_window (string window_title, string dialog_text);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8264.2-8264.52: error: `Gtk' already contains a definition for `test_create_widget'
- public static unowned Gtk.Widget test_create_widget (GLib.Type widget_type, ...);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8440.2-8440.52: note: previous definition of `test_create_widget' was here
- public static unowned Gtk.Widget test_create_widget (GLib.Type widget_type, ...);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8266.2-8266.60: error: `Gtk' already contains a definition for `test_display_button_window'
- public static unowned Gtk.Widget test_display_button_window (string window_title, string dialog_text);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8442.2-8442.60: note: previous definition of `test_display_button_window' was here
- public static unowned Gtk.Widget test_display_button_window (string window_title, string dialog_text);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8268.2-8268.49: error: `Gtk' already contains a definition for `test_find_label'
- public static unowned Gtk.Widget test_find_label (Gtk.Widget widget, string label_pattern);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8444.2-8444.49: note: previous definition of `test_find_label' was here
- public static unowned Gtk.Widget test_find_label (Gtk.Widget widget, string label_pattern);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8270.2-8270.51: error: `Gtk' already contains a definition for `test_find_sibling'
- public static unowned Gtk.Widget test_find_sibling (Gtk.Widget base_widget, GLib.Type widget_type);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8446.2-8446.51: note: previous definition of `test_find_sibling' was here
- public static unowned Gtk.Widget test_find_sibling (Gtk.Widget base_widget, GLib.Type widget_type);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8272.2-8272.50: error: `Gtk' already contains a definition for `test_find_widget'
- public static unowned Gtk.Widget test_find_widget (Gtk.Widget widget, string label_pattern, GLib.Type widget_type);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8448.2-8448.50: note: previous definition of `test_find_widget' was here
- public static unowned Gtk.Widget test_find_widget (Gtk.Widget widget, string label_pattern, GLib.Type widget_type);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8274.2-8274.29: error: `Gtk' already contains a definition for `test_init'
- public static void test_init (int argcp, out unowned string argvp);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8450.2-8450.29: note: previous definition of `test_init' was here
- public static void test_init (int argcp, out unowned string argvp);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8276.2-8276.54: error: `Gtk' already contains a definition for `test_list_all_types'
- public static unowned GLib.Type[] test_list_all_types (uint n_types);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8452.2-8452.54: note: previous definition of `test_list_all_types' was here
- public static unowned GLib.Type[] test_list_all_types (uint n_types);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8278.2-8278.43: error: `Gtk' already contains a definition for `test_register_all_types'
- public static void test_register_all_types ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8454.2-8454.43: note: previous definition of `test_register_all_types' was here
- public static void test_register_all_types ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8280.2-8280.43: error: `Gtk' already contains a definition for `test_slider_get_value'
- public static double test_slider_get_value (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8456.2-8456.43: note: previous definition of `test_slider_get_value' was here
- public static double test_slider_get_value (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8282.2-8282.40: error: `Gtk' already contains a definition for `test_slider_set_perc'
- public static void test_slider_set_perc (Gtk.Widget widget, double percentage);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8458.2-8458.40: note: previous definition of `test_slider_set_perc' was here
- public static void test_slider_set_perc (Gtk.Widget widget, double percentage);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8284.2-8284.42: error: `Gtk' already contains a definition for `test_spin_button_click'
- public static bool test_spin_button_click (Gtk.SpinButton spinner, uint button, bool upwards);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8460.2-8460.42: note: previous definition of `test_spin_button_click' was here
- public static bool test_spin_button_click (Gtk.SpinButton spinner, uint button, bool upwards);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8286.2-8286.43: error: `Gtk' already contains a definition for `test_text_get'
- public static unowned string test_text_get (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8462.2-8462.43: note: previous definition of `test_text_get' was here
- public static unowned string test_text_get (Gtk.Widget widget);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8288.2-8288.33: error: `Gtk' already contains a definition for `test_text_set'
- public static void test_text_set (Gtk.Widget widget, string str);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8464.2-8464.33: note: previous definition of `test_text_set' was here
- public static void test_text_set (Gtk.Widget widget, string str);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8290.2-8290.37: error: `Gtk' already contains a definition for `test_widget_click'
- public static bool test_widget_click (Gtk.Widget widget, uint button, Gdk.ModifierType modifiers);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8466.2-8466.37: note: previous definition of `test_widget_click' was here
- public static bool test_widget_click (Gtk.Widget widget, uint button, Gdk.ModifierType modifiers);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8292.2-8292.40: error: `Gtk' already contains a definition for `test_widget_send_key'
- public static bool test_widget_send_key (Gtk.Widget widget, uint keyval, Gdk.ModifierType modifiers);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8468.2-8468.40: note: previous definition of `test_widget_send_key' was here
- public static bool test_widget_send_key (Gtk.Widget widget, uint keyval, Gdk.ModifierType modifiers);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8294.2-8294.42: error: `Gtk' already contains a definition for `tree_get_row_drag_data'
- public static bool tree_get_row_drag_data (Gtk.SelectionData selection_data, out unowned Gtk.TreeModel tree_model, out unowned Gtk.TreePath path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8470.2-8470.42: note: previous definition of `tree_get_row_drag_data' was here
- public static bool tree_get_row_drag_data (Gtk.SelectionData selection_data, out unowned Gtk.TreeModel tree_model, out unowned Gtk.TreePath path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-2.0.vapi:8296.2-8296.42: error: `Gtk' already contains a definition for `tree_set_row_drag_data'
- public static bool tree_set_row_drag_data (Gtk.SelectionData selection_data, Gtk.TreeModel tree_model, Gtk.TreePath path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- gtk+-3.0.vapi:8472.2-8472.42: note: previous definition of `tree_set_row_drag_data' was here
- public static bool tree_set_row_drag_data (Gtk.SelectionData selection_data, Gtk.TreeModel tree_model, Gtk.TreePath path);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Compilation failed: 945 error(s), 0 warning(s)
- make[2]: *** [src/Write.c] Error 1
- make[1]: *** [CMakeFiles/write.dir/all] Error 2
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement