summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-01-24 16:05:14 +0100
committerAlexander Larsson <alexl@redhat.com>2012-01-24 16:05:14 +0100
commitb95c9c928345fba18c1d25a2d576f0c3951a5bf2 (patch)
treed69cfe76881fa54819334a22ed791611f9b7e7e4 /vapi
parenta4da7d1f277bfb564297ba9f7b776ab12b807d55 (diff)
downloadgnome-contacts-b95c9c928345fba18c1d25a2d576f0c3951a5bf2.tar.gz
Read app menu from resources
Diffstat (limited to 'vapi')
-rw-r--r--vapi/custom.vapi5
1 files changed, 4 insertions, 1 deletions
diff --git a/vapi/custom.vapi b/vapi/custom.vapi
index b1f4c66..eace183 100644
--- a/vapi/custom.vapi
+++ b/vapi/custom.vapi
@@ -47,4 +47,7 @@ namespace Gtk {
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;
+}