summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.vapi
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-05-30 21:31:31 +0200
committerGravatar waker <wakeroid@gmail.com>2012-05-30 21:31:31 +0200
commit64be2fcd81d26135f6b3e6bbbdf8c6785e6e9c0f (patch)
tree08067b103f92288623e279faa1176b5c0e4ecfd0 /plugins/gtkui/gtkui.vapi
parentcf4d96bb59878c3406ece5d9d6110b35f6c4f15c (diff)
removed vala files
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);
-