| Import line: | GLib = imports.gi.GLib; | 
| GIR File: | GLib-2.0.gir | 
| C documentation: | GTimeVal | 
| Struct : | TimeVal | 
| Properties | Defined By | |
|---|---|---|
| 
				tv_sec : gint32 
                   
                     
			 | GLib.TimeVal | |
| 
				tv_usec : gint32 
                   
                     
			 | GLib.TimeVal | |
| Method / Constructor | Defined By | |
|---|---|---|
| 
			new  GLib.TimeVal
				
				 () 
			
				
			
		 Create a new GLib.TimeVal 
			
			
			
				Create a new GLib.TimeVal
			
			
			
			 
			
			
			 
		    
		     
                     | ||
| 
			add
				
				 (gint32 microseconds) 
			
				
					 : 
					none
					
				
			
		 
 
 | GLib.TimeVal | |
| 
			to_iso8601
				
				 () 
			
				
					 : 
					String
					
				
			
		 
 | GLib.TimeVal | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Champlain.Tile Method | 
			get_modified_time
				
				 () 
			
				
					 : 
					GLib.TimeVal
					
				
			
		 | 
| Champlain.Tile Method | 
			set_modified_time
				
				 (TimeVal time) 
			
				
					 : 
					none
					
				
			
		 | 
| GLib Method | 
			GLib.get_current_time
				
				 (TimeVal result) 
			
				
					 : 
					none
					
				
			
		 | 
| GLib Method |  | 
| GLib.Date Method | 
			set_time_val
				
				 (TimeVal timeval) 
			
				
					 : 
					none
					
				
			
		 | 
| GLib.DateTime Method |  | 
| GLib.Source Method | 
			get_current_time
				
				 (TimeVal timeval) 
			
				
					 : 
					none
					
				
			
		 | 
| GdkPixbuf.PixbufAnimation Method | 
			get_iter
				
				 (TimeVal start_time) 
			
				
					 : 
					GdkPixbuf.PixbufAnimationIter
					
				
			
		 Get an iterator for displaying an animation. | 
| GdkPixbuf.PixbufAnimationIter Method | Possibly advances an animation to a new frame. | 
| Gio.FileInfo Method | 
			get_modification_time
				
				 (TimeVal result) 
			
				
					 : 
					none
					
				
			
		 Gets the modification time of the current info and sets it in result. | 
| Gio.FileInfo Method | 
			set_modification_time
				
				 (TimeVal mtime) 
			
				
					 : 
					none
					
				
			
		 Sets the G_FILE_ATTRIBUTE_TIME_MODIFIED attribute in the file info to the given time value. | 
| Soup.Date Method | 
			to_timeval
				
				 () 
			
				
					 : 
					GLib.TimeVal
					
				
			
		 Converts date to a GTimeVal. |