~khurshid-alam/indicator-sound/fix-build-hirsuit

« back to all changes in this revision

Viewing changes to vapi/url-dispatcher.vapi

  • Committer: Khurshid Alam
  • Date: 2021-04-08 18:45:16 UTC
  • Revision ID: khurshid.alam@linuxmail.org-20210408184516-p05nd1s020xmcfj9
Fix syntax

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[CCode (cprefix="", lower_case_cprefix="", cheader_filename="liburl-dispatcher-1/url-dispatcher.h")]
2
 
 
3
 
namespace UrlDispatch
4
 
{
5
 
  public delegate void DispatchCallback ();
6
 
 
7
 
  [CCode (cname = "url_dispatch_send")]
8
 
  public static void send (string url, DispatchCallback? func = null);
9
 
}