remove redundant IN:
parent
b6be8685c3
commit
b79c848d73
|
@ -51,5 +51,4 @@ ARTICLE: "cocoa-application-utils" "Cocoa application utilities"
|
|||
with-cocoa
|
||||
} ;
|
||||
|
||||
IN: cocoa.application
|
||||
ABOUT: "cocoa-application-utils"
|
||||
|
|
|
@ -58,5 +58,4 @@ $nl
|
|||
"cocoa-window-utils"
|
||||
} ;
|
||||
|
||||
IN: cocoa
|
||||
ABOUT: "cocoa"
|
||||
|
|
|
@ -29,5 +29,4 @@ ARTICLE: "cocoa-dialogs" "Cocoa file dialogs"
|
|||
save-panel
|
||||
} ;
|
||||
|
||||
IN: cocoa.dialogs
|
||||
ABOUT: "cocoa-dialogs"
|
||||
|
|
|
@ -20,5 +20,4 @@ ARTICLE: "cocoa-pasteboard-utils" "Cocoa pasteboard utilities"
|
|||
set-pasteboard-string
|
||||
} ;
|
||||
|
||||
IN: cocoa.pasteboard
|
||||
ABOUT: "cocoa-pasteboard-utils"
|
||||
|
|
|
@ -20,5 +20,4 @@ ARTICLE: "objc-subclassing" "Subclassing Objective C classes"
|
|||
{ $subsections POSTPONE: CLASS: POSTPONE: METHOD: }
|
||||
"Objective C class definitions are saved in the image. If the image is saved and Factor is restarted with the saved image, custom class definitions are made available to the Objective C runtime when they are first accessed from within Factor." ;
|
||||
|
||||
IN: cocoa.subclassing
|
||||
ABOUT: "objc-subclassing"
|
||||
|
|
|
@ -20,5 +20,4 @@ ARTICLE: "cocoa-view-utils" "Cocoa view utilities"
|
|||
mouse-location
|
||||
} ;
|
||||
|
||||
IN: cocoa.views
|
||||
ABOUT: "cocoa-view-utils"
|
||||
|
|
|
@ -15,5 +15,4 @@ ARTICLE: "cocoa-window-utils" "Cocoa window utilities"
|
|||
<ViewWindow>
|
||||
} ;
|
||||
|
||||
IN: cocoa.windows
|
||||
ABOUT: "cocoa-window-utils"
|
||||
|
|
|
@ -27,5 +27,4 @@ ARTICLE: "core-graphics.types" "Core Graphics types"
|
|||
<CGSize>
|
||||
} ;
|
||||
|
||||
IN: core-graphics.types
|
||||
ABOUT: "core-graphics.types"
|
||||
|
|
|
@ -21,8 +21,6 @@ IMPLEMENT-STRUCTS: GValue GParamSpecVariant ;
|
|||
|
||||
GIR: vocab:gobject/GObject-2.0.gir
|
||||
|
||||
IN: gobject.ffi
|
||||
|
||||
FORGET: GIOCondition
|
||||
FORGET: G_IO_IN
|
||||
FORGET: G_IO_OUT
|
||||
|
|
Loading…
Reference in New Issue