[][src]Trait cocoa::foundation::NSBundle

pub trait NSBundle {
    unsafe fn mainBundle() -> Self;
unsafe fn loadNibNamed_owner_topLevelObjects_(
        self,
        name: *mut Object,
        owner: *mut Object,
        topLevelObjects: *mut *mut Object
    ) -> i8; }

Required methods

unsafe fn mainBundle() -> Self

unsafe fn loadNibNamed_owner_topLevelObjects_(
    self,
    name: *mut Object,
    owner: *mut Object,
    topLevelObjects: *mut *mut Object
) -> i8

Loading content...

Implementations on Foreign Types

impl NSBundle for *mut Object[src]

Loading content...

Implementors

Loading content...