summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-02-07 09:24:52 -0500
committerErick PĂ©rez Castellanos <erick.red@gmail.com>2013-02-07 10:26:03 -0500
commited4589c9ee48f676a29d7d3b6f0c9549480c6966 (patch)
tree1ecae0ea521a82028e5447f92d54070e016505b3 /vapi
parent437a84ff5ca511d94e7c69a27357b7d219c46ee2 (diff)
downloadgnome-contacts-ed4589c9ee48f676a29d7d3b6f0c9549480c6966.tar.gz
Remove unused GtkNotification copy
We always use the object from libgd now. https://bugzilla.gnome.org/show_bug.cgi?id=693330
Diffstat (limited to 'vapi')
-rw-r--r--vapi/custom.vapi9
1 files changed, 1 insertions, 8 deletions
diff --git a/vapi/custom.vapi b/vapi/custom.vapi
index 9a9fefb..caf4be8 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -39,15 +39,8 @@ namespace Contacts {
public static E.SourceRegistry eds_source_registry;
}
-[CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_", cheader_filename = "gtk-notification.h")]
+[CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_", cheader_filename = "gtk/gtk.h")]
namespace Gtk {
- public class Notification : Gtk.Box {
- [CCode (has_construct_function = false, type = "GtkWidget*")]
- public Notification ();
- public void set_timeout (uint timeout_msec);
- public void dismiss ();
- public virtual signal void dismissed ();
- }
[CCode (cname = "gtk_builder_add_from_resource")]
public static unowned uint my_builder_add_from_resource (Gtk.Builder builder, string path) throws GLib.Error;
}