Ignore:
Timestamp:
08/28/2015 09:55:25 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
03b05e7
Parents:
bbacc9a
Message:
  • More short descriptions from Denis Mugnier.
  • Fix main menu display problem for LXQT from hykwok1.
  • fontforge-20150824: --enable-debug requires libspiro.
  • Update to firefox-40.0.3.
  • Update to libreoffice-5.0.1.
  • Update to NetworkManager-1.0.6 and network-manager-applet-1.0.6.
  • Update to unrar-5.3.3.
  • Update to NSPR-4.10.9.
  • Update to libassuan-2.3.0.
  • Update to xterm-320.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16363 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/pidgin.xml

    rbbacc9a r28370fe  
    341341      <?dbhtml list-presentation="table"?>
    342342
     343      <varlistentry id="finch">
     344        <term><command>finch</command></term>
     345        <listitem>
     346          <para>
     347            is a text-based instant messaging client.
     348          </para>
     349          <indexterm zone="pidgin finch">
     350            <primary sortas="b-finch">finch</primary>
     351          </indexterm>
     352        </listitem>
     353      </varlistentry>
     354
    343355      <varlistentry id="pidgin-prog">
    344356        <term><command>pidgin</command></term>
     
    353365      </varlistentry>
    354366
    355       <varlistentry id="finch">
    356         <term><command>finch</command></term>
    357         <listitem>
    358           <para>
    359             is a text-based instant messaging client.
    360           </para>
    361           <indexterm zone="pidgin finch">
    362             <primary sortas="b-finch">finch</primary>
     367      <varlistentry id="purple-client-example">
     368        <term><command>purple-client-example</command></term>
     369        <listitem>
     370          <para>
     371            is an example that demonstrate how to use libpurple-client
     372            to communicate with purple.
     373          </para>
     374          <indexterm zone="pidgin purple-client-example">
     375            <primary sortas="b-purple-client-example">purple-client-example</primary>
     376          </indexterm>
     377        </listitem>
     378      </varlistentry>
     379
     380      <varlistentry id="purple-remote">
     381        <term><command>purple-remote</command></term>
     382        <listitem>
     383          <para>
     384            send remote commands to Pidgin/Finch.
     385          </para>
     386          <indexterm zone="pidgin purple-remote">
     387            <primary sortas="b-purple-remote">purple-remote</primary>
     388          </indexterm>
     389        </listitem>
     390      </varlistentry>
     391
     392      <varlistentry id="purple-send">
     393        <term><command>purple-send</command></term>
     394        <listitem>
     395          <para>
     396            calls purple API functions using DBus and prints the return value.
     397          </para>
     398          <indexterm zone="pidgin purple-send">
     399            <primary sortas="b-purple-send">purple-send</primary>
     400          </indexterm>
     401        </listitem>
     402      </varlistentry>
     403
     404      <varlistentry id="purple-send-async">
     405        <term><command>purple-send-async</command></term>
     406        <listitem>
     407          <para>
     408            calls purple API functions using DBus. As opposed to
     409            <command>purple-send</command>, it does not print the return value.
     410          </para>
     411          <indexterm zone="pidgin purple-send-async">
     412            <primary sortas="b-purple-send-async">purple-send-async</primary>
     413          </indexterm>
     414        </listitem>
     415      </varlistentry>
     416
     417      <varlistentry id="purple-url-handler">
     418        <term><command>purple-url-handler</command></term>
     419        <listitem>
     420          <para>
     421            is a python script to handle URL with purple.
     422          </para>
     423          <indexterm zone="pidgin purple-url-handler">
     424            <primary sortas="b-purple-url-handler">purple-url-handler</primary>
    363425          </indexterm>
    364426        </listitem>
Note: See TracChangeset for help on using the changeset viewer.