summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/gtkui.vapi')
-rw-r--r--plugins/gtkui/gtkui.vapi12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/gtkui/gtkui.vapi b/plugins/gtkui/gtkui.vapi
deleted file mode 100644
index d18e90bb..00000000
--- a/plugins/gtkui/gtkui.vapi
+++ /dev/null
@@ -1,12 +0,0 @@
-[CCode (cheader_filename = "drawing.h,gtkui.h")]
-[CCode (cprefix = "Gtkui", lower_case_cprefix = "gtkui_")]
-namespace Gtkui {
- public static unowned Gdk.Color get_bar_foreground_color ();
- public static unowned Gdk.Color get_bar_background_color ();
- public static unowned void init_theme_colors ();
-}
-public static unowned void seekbar_draw(Gtk.Widget *widget);
-public static unowned bool on_seekbar_button_press_event(Gtk.Widget widget, Gdk.EventButton event);
-public static unowned bool on_seekbar_button_release_event(Gtk.Widget widget, Gdk.EventButton event);
-public static unowned bool on_seekbar_motion_notify_event(Gtk.Widget widget, Gdk.EventMotion event);
-