summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-10-28 17:37:29 +0100
committerMartin Pitt <martinpitt@gnome.org>2012-10-28 17:39:13 +0100
commit7b12803bce3418bb487127f497f022c973f35888 (patch)
treee634c2b9a3fdccce4f7373740b73fb464efabbfb /docs
parentb3dfb780b3a74f6933e3afcd2ba512b36dfbe514 (diff)
downloadpygobject-7b12803bce3418bb487127f497f022c973f35888.tar.gz
Remove static get_current_time() binding
Use GLib.get_real_time() through GI instead. Deprecate the function, as GLib.get_real_time() should be called directly.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/pyglib-functions.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/reference/pyglib-functions.xml b/docs/reference/pyglib-functions.xml
index fa1c210f..fcde4350 100644
--- a/docs/reference/pyglib-functions.xml
+++ b/docs/reference/pyglib-functions.xml
@@ -26,9 +26,6 @@ linkend="function-glib--spawn-async">glib.spawn_async</link></methodname>
<methodparam><parameter role="keyword">standard_error</parameter><initializer>None</initializer></methodparam>
</methodsynopsis><methodsynopsis language="python">
<methodname><link
-linkend="function-glib--get-current-time">glib.get_current_time</link></methodname>
- </methodsynopsis><methodsynopsis language="python">
- <methodname><link
linkend="function-glib--threads-init">glib.threads_init</link></methodname>
</methodsynopsis><methodsynopsis language="python">
<methodname><link
@@ -289,29 +286,6 @@ raised.</para>
</refsect2>
- <refsect2 id="function-glib--get-current-time">
- <title>glib.get_current_time</title>
-
- <programlisting><methodsynopsis language="python">
- <methodname>glib.get_current_time</methodname>
- </methodsynopsis></programlisting>
- <variablelist role="params">
- <varlistentry>
- <term><emphasis>Returns</emphasis>&nbsp;:</term>
- <listitem><simpara>the current time as the number of seconds and
-microseconds from the epoch.</simpara></listitem>
- </varlistentry>
- </variablelist>
- <note>
- <para>This function is available in PyGTK 2.8 and above.</para>
- </note>
-
- <para>The <function>glib.get_current_time</function>() function
-reurns the current time of day as the number of seconds and microseconds
-from the epoch.</para>
-
- </refsect2>
-
<refsect2 id="function-glib--threads-init">
<title>glib.threads_init</title>