Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorJan Lukas Gernert <jangernert@gmail.com>2016-04-11 23:19:09 +0300
committerJan Lukas Gernert <jangernert@gmail.com>2016-04-11 23:19:09 +0300
commit1968178f7e592e06bb87208ce7a18aac9f92413e (patch)
tree963f779cd31063ff12c43e385d516be2cd54b35e /vapi
parent2fce04d4574ddfdf5ac2b864e142e7bfe27786e3 (diff)
add missing vapi
Diffstat (limited to 'vapi')
-rw-r--r--vapi/gd-1.0.vapi18
1 files changed, 18 insertions, 0 deletions
diff --git a/vapi/gd-1.0.vapi b/vapi/gd-1.0.vapi
new file mode 100644
index 00000000..8b8ae3e6
--- /dev/null
+++ b/vapi/gd-1.0.vapi
@@ -0,0 +1,18 @@
+/* gd-1.0.vapi generated by vapigen, do not modify. */
+
+[CCode (cprefix = "Gd", gir_namespace = "Gd", gir_version = "1.0", lower_case_cprefix = "gd_")]
+namespace Gd {
+ [CCode (cheader_filename = "libgd/gd.h", type_id = "gd_notification_get_type ()")]
+ public class Notification : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
+ [CCode (has_construct_function = false, type = "GtkWidget*")]
+ public Notification ();
+ public void dismiss ();
+ public void set_show_close_button (bool show_close_button);
+ public void set_timeout (int timeout_sec);
+ [NoAccessorMethod]
+ public bool show_close_button { get; set construct; }
+ [NoAccessorMethod]
+ public int timeout { get; set construct; }
+ public virtual signal void dismissed ();
+ }
+}