summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui.vapi
blob: 93ef9587560c83a1ad918583c3f94ae00ee01df3 (plain)
1
2
3
4
5
6
7
[CCode (cprefix = "Gtkui", lower_case_cprefix = "gtkui_")]
namespace Gtkui {
	[CCode (cheader_filename = "drawing.h")]
        public static unowned Gdk.Color get_bar_foreground_color ();
        public static unowned Gdk.Color get_bar_background_color ();
}