~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/posix.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1284
1284
                public uint32 s_addr;
1285
1285
        }
1286
1286
 
1287
 
        [CCode (cname = "struct sock_addr", cheader_filename = "sys/socket.h", destroy_function = "")]
 
1287
        [CCode (cname = "struct sockaddr", cheader_filename = "sys/socket.h", destroy_function = "")]
1288
1288
        public struct SockAddr {
1289
1289
        }
1290
1290