Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
gtkd
Commits
df789cc1
Commit
df789cc1
authored
Aug 06, 2017
by
Mike Wey
Browse files
Make sure the changes actually compile.
parent
8bdce342
Changes
4
Hide whitespace changes
Inline
Side-by-side
generated/gtkd/gobject/ObjectG.d
View file @
df789cc1
...
...
@@ -254,7 +254,7 @@ public class ObjectG
void
remove
(
OnNotifyDelegateWrapper
source
)
{
foreach
(
index
,
wrapper
;
onNotifyListeners
;
)
foreach
(
index
,
wrapper
;
onNotifyListeners
)
{
if
(
wrapper
.
handlerId
==
source
.
handlerId
)
{
...
...
generated/gtkd/gtkc/pangotypes.d
View file @
df789cc1
...
...
@@ -1214,8 +1214,6 @@ struct PangoFcFontMap
struct
PangoCairoFont
;
struct
PangoCairoFontMap
;
/**
* The #PangoAnalysis structure stores information about
...
...
src/APILookupGObject.txt
View file @
df789cc1
...
...
@@ -332,7 +332,7 @@ code: start
void remove(OnNotifyDelegateWrapper source)
{
foreach(index, wrapper; onNotifyListeners
;
)
foreach(index, wrapper; onNotifyListeners)
{
if (wrapper.handlerId == source.handlerId)
{
...
...
src/APILookupPango.txt
View file @
df789cc1
...
...
@@ -42,8 +42,6 @@ addStructs: start
struct PangoCairoFont;
struct PangoCairoFontMap;
addStructs: end
addConstants: start
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment