mattn / go-gtk

Go binding for GTK
http://mattn.github.com/go-gtk
BSD 3-Clause "New" or "Revised" License
2.12k stars 247 forks source link

add func TimeoutRemove for remove time out #406

Open liao725636367 opened 5 years ago

liao725636367 commented 5 years ago

add func TimeoutRemove for remove time out

codecov-io commented 5 years ago

Codecov Report

Merging #406 into master will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #406      +/-   ##
=========================================
- Coverage    4.97%   4.92%   -0.05%     
=========================================
  Files           1       1              
  Lines        4485    4485              
=========================================
- Hits          223     221       -2     
- Misses       4253    4254       +1     
- Partials        9      10       +1
Impacted Files Coverage Δ
gtk/gtk.go 4.92% <0%> (-0.05%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4deadb4...b59a6a2. Read the comment docs.

mattn commented 5 years ago

Should call g_source_remove?