diff options
Diffstat (limited to 'docs/reference/html/gps.html')
-rw-r--r-- | docs/reference/html/gps.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/reference/html/gps.html b/docs/reference/html/gps.html index 3a6d5e5..7b67d83 100644 --- a/docs/reference/html/gps.html +++ b/docs/reference/html/gps.html @@ -1,14 +1,14 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Getting Your Location</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.72.0"> -<link rel="start" href="index.html" title="Gypsy Reference Manual"> +<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<link rel="home" href="index.html" title="Gypsy Reference Manual"> <link rel="up" href="ch01.html" title="Programming Gypsy With Python"> <link rel="prev" href="connecting.html" title="Connecting to a GPS"> <link rel="next" href="gypsy-server-interfaces.html" title="Gypsy Server Interface"> -<meta name="generator" content="GTK-Doc V1.8 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.11 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="reference" href="rn01.html" title="Gypsy Overview"> <link rel="reference" href="rn02.html" title="Tutorials"> @@ -27,7 +27,7 @@ <th width="100%" align="center">Gypsy Reference Manual</th> <td><a accesskey="n" href="gypsy-server-interfaces.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> -<div class="section" lang="en"> +<div class="section" title="Getting Your Location"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="gps"></a>Getting Your Location</h2></div></div></div> <p> @@ -78,5 +78,8 @@ position.connect_to_signal("PositionChanged", position_changed)</pre> callback being called, which prints out the current position. </p> </div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.11</div> </body> </html> |