~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-updates

« back to all changes in this revision

Viewing changes to calendar/providers/gdata/public/calIGoogleRequest.idl

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-11-08 10:00:06 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20121108100006-xpf89hktfitzuqc3
Tags: 1.9+build1-0ubuntu0.11.10.1
* New upstream stable release to support Thunderbird 17 (CALENDAR_1_9_BUILD1)
  - see LP: #1080212 for USN information

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    /**
27
27
     * The type of request. Must be one of the above constants.
28
28
     */
29
 
    attribute PRUint32 type;
 
29
    attribute uint32_t type;
30
30
 
31
31
    /**
32
32
     * The request uri string
112
112
     * @param aCode     The error code to use.
113
113
     * @param aMessage  The error message to use.
114
114
     */
115
 
    void fail(in PRUint32 aCode, in AUTF8String aMessage);
 
115
    void fail(in uint32_t aCode, in AUTF8String aMessage);
116
116
 
117
117
    /**
118
118
     * Tell listeners that the operation succeeded.