summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-07-22 22:37:16 -0500
committerGary Kramlich <grim@reaperworld.com>2021-07-22 22:37:16 -0500
commit1139b8377afec3dfb72086e420c706f1b51da185 (patch)
tree2eeed4d0042171b5c05741356110d24a7bba3fcc /doc
parent75f5f6e76dc32764305cccc3f998de8cd5e9d755 (diff)
downloadpidgin-1139b8377afec3dfb72086e420c706f1b51da185.tar.gz
Remove PidginWindow as it wasn't used and clean up some old PidginWindow -> PidginConvWindow that were previous missed.
Testing Done: Compiled, built the pidgin docs, and pidgin.pot. Reviewed at https://reviews.imfreedom.org/r/826/
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/pidgin/pidgin-docs.xml1
-rw-r--r--doc/reference/pidgin/signals_gtkconv.xml4
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/reference/pidgin/pidgin-docs.xml b/doc/reference/pidgin/pidgin-docs.xml
index 308ccabc23..368bc501d0 100644
--- a/doc/reference/pidgin/pidgin-docs.xml
+++ b/doc/reference/pidgin/pidgin-docs.xml
@@ -87,7 +87,6 @@
<xi:include href="xml/pidginstock.xml" />
<xi:include href="xml/pidginstylecontext.xml" />
<xi:include href="xml/pidgintalkatu.xml" />
- <xi:include href="xml/pidginwindow.xml" />
</part>
<part id="signals">
diff --git a/doc/reference/pidgin/signals_gtkconv.xml b/doc/reference/pidgin/signals_gtkconv.xml
index 166c6fc2d9..811d1d6fb1 100644
--- a/doc/reference/pidgin/signals_gtkconv.xml
+++ b/doc/reference/pidgin/signals_gtkconv.xml
@@ -25,8 +25,8 @@
<refsect2 id="gtkconvs-conversation-dragging" role="signal">
<title>The <literal>&quot;conversation-dragging&quot;</literal> signal</title>
<programlisting>
-void user_function (PidginWindow *source,
- PidginWindow *destination,
+void user_function (PidginConvWindow *source,
+ PidginConvWindow *destination,
gpointer user_data)
</programlisting>
<para>