File tree Expand file tree Collapse file tree 3 files changed +157
-384
lines changed Expand file tree Collapse file tree 3 files changed +157
-384
lines changed Original file line number Diff line number Diff line change @@ -449,8 +449,15 @@ status = "generate"
449
449
name = " region"
450
450
const = true
451
451
[[object .function ]]
452
+ pattern = " set_(color_state|display|fd|fourcc|height|modifier|n_planes|offset|premultiplied|stride|update_region|update_texture|width)"
453
+ # Take by value and return self
454
+ manual = true
455
+ [[object .function ]]
452
456
name = " build"
453
457
manual = true # Can't be auto-generated
458
+ [[object .property ]]
459
+ pattern = " (color-state|display|fourcc|height|modifier|n-planes|premultiplied|update-region|update-texture|width)"
460
+ generate = [] # ignore get/set/notify
454
461
455
462
[[object ]]
456
463
name = " Gdk.Drag"
@@ -531,6 +538,7 @@ generate_builder = false
531
538
const = true
532
539
[[object .function ]]
533
540
pattern = " set_(context|format|has_mipmap|height|id|update_region|update_texture|width)"
541
+ # Take by value and return self
534
542
manual = true
535
543
[[object .function ]]
536
544
pattern = " (set|get)_sync"
You can’t perform that action at this time.
0 commit comments