~ubuntu-branches/ubuntu/maverick/vala/maverick

« back to all changes in this revision

Viewing changes to vapi/libdaemon.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-04-02 10:10:55 UTC
  • mfrom: (1.4.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402101055-qbx3okzv0tnp3wpp
Tags: 0.8.0-0ubuntu1
* New upstream release:
  - Infer type arguments when calling generic methods.
  - Support `in' operator for arrays.
  - Add experimental support for regular expression literals.
  - Add experimental support for chained relational expressions.
  - Add va_list support.
  - Add clutter-gtk-0.10 bindings (Gordon Allott).
  - Add gdl-1.0 bindings (Nicolas Joseph).
  - Add gstreamer-app-0.10 bindings (Sebastian Dröge).
  - Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
  - Add gudev-1.0 bindings (Jim Nelson).
  - Add libgda-report-4.0 bindings (Shawn Ferris).
  - Add libgvc (graphviz) bindings (Martin Olsson).
  - Add purple bindings (Adrien Bustany).
  - Many bug fixes and binding updates.
* debian/patches/99_ltmain_as-needed.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        public static string log_ident;
100
100
 
101
101
        public void log (int prio, string t, ...);
102
 
        public weak string ident_from_argv0 (string argv0);
 
102
        public unowned string ident_from_argv0 (string argv0);
103
103
 
104
104
        public int nonblock (int fd, int b);
105
105
 
108
108
        public static string pid_file_ident;
109
109
        public static PidFileProc pid_file_proc;
110
110
 
111
 
        public weak string pid_file_proc_default ();
 
111
        public unowned string pid_file_proc_default ();
112
112
        public int pid_file_create ();
113
113
        public int pid_file_remove ();
114
114
        public int pid_file_is_running ();