remove redundant IN:
parent
b6be8685c3
commit
b79c848d73
|
@ -51,5 +51,4 @@ ARTICLE: "cocoa-application-utils" "Cocoa application utilities"
|
||||||
with-cocoa
|
with-cocoa
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IN: cocoa.application
|
|
||||||
ABOUT: "cocoa-application-utils"
|
ABOUT: "cocoa-application-utils"
|
||||||
|
|
|
@ -58,5 +58,4 @@ $nl
|
||||||
"cocoa-window-utils"
|
"cocoa-window-utils"
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IN: cocoa
|
|
||||||
ABOUT: "cocoa"
|
ABOUT: "cocoa"
|
||||||
|
|
|
@ -29,5 +29,4 @@ ARTICLE: "cocoa-dialogs" "Cocoa file dialogs"
|
||||||
save-panel
|
save-panel
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IN: cocoa.dialogs
|
|
||||||
ABOUT: "cocoa-dialogs"
|
ABOUT: "cocoa-dialogs"
|
||||||
|
|
|
@ -20,5 +20,4 @@ ARTICLE: "cocoa-pasteboard-utils" "Cocoa pasteboard utilities"
|
||||||
set-pasteboard-string
|
set-pasteboard-string
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IN: cocoa.pasteboard
|
|
||||||
ABOUT: "cocoa-pasteboard-utils"
|
ABOUT: "cocoa-pasteboard-utils"
|
||||||
|
|
|
@ -20,5 +20,4 @@ ARTICLE: "objc-subclassing" "Subclassing Objective C classes"
|
||||||
{ $subsections POSTPONE: CLASS: POSTPONE: METHOD: }
|
{ $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." ;
|
"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"
|
ABOUT: "objc-subclassing"
|
||||||
|
|
|
@ -20,5 +20,4 @@ ARTICLE: "cocoa-view-utils" "Cocoa view utilities"
|
||||||
mouse-location
|
mouse-location
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IN: cocoa.views
|
|
||||||
ABOUT: "cocoa-view-utils"
|
ABOUT: "cocoa-view-utils"
|
||||||
|
|
|
@ -15,5 +15,4 @@ ARTICLE: "cocoa-window-utils" "Cocoa window utilities"
|
||||||
<ViewWindow>
|
<ViewWindow>
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IN: cocoa.windows
|
|
||||||
ABOUT: "cocoa-window-utils"
|
ABOUT: "cocoa-window-utils"
|
||||||
|
|
|
@ -27,5 +27,4 @@ ARTICLE: "core-graphics.types" "Core Graphics types"
|
||||||
<CGSize>
|
<CGSize>
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IN: core-graphics.types
|
|
||||||
ABOUT: "core-graphics.types"
|
ABOUT: "core-graphics.types"
|
||||||
|
|
|
@ -21,8 +21,6 @@ IMPLEMENT-STRUCTS: GValue GParamSpecVariant ;
|
||||||
|
|
||||||
GIR: vocab:gobject/GObject-2.0.gir
|
GIR: vocab:gobject/GObject-2.0.gir
|
||||||
|
|
||||||
IN: gobject.ffi
|
|
||||||
|
|
||||||
FORGET: GIOCondition
|
FORGET: GIOCondition
|
||||||
FORGET: G_IO_IN
|
FORGET: G_IO_IN
|
||||||
FORGET: G_IO_OUT
|
FORGET: G_IO_OUT
|
||||||
|
|
Loading…
Reference in New Issue