Sun, 15 Apr 2007 18:13:53 +0000
The .service files for libpurple aren't necessary. Their only purpose is to
autostart an application if nothing is listening in a particular namespace. We
can't autostart something, because there's no way for us to know which client
the user wants. If we end up with Pidgin or Finch DBus stuff later, we can
use .service files for those if we want autostart functionality.
|
15998
294277e634fc
More gaim->whatever isms
Mark Doliner <markdoliner@pidgin.im>
parents:
14567
diff
changeset
|
1 | For information on writing a plugin for Purple, Pidgin or Finch, go |
|
294277e634fc
More gaim->whatever isms
Mark Doliner <markdoliner@pidgin.im>
parents:
14567
diff
changeset
|
2 | http://pidgin.im/api/ and see the HOWTOs in the "Related Pages" |
|
294277e634fc
More gaim->whatever isms
Mark Doliner <markdoliner@pidgin.im>
parents:
14567
diff
changeset
|
3 | section. |
| 93 | 4 | |
|
14566
373d653d0733
[gaim-migrate @ 17223]
Mark Doliner <markdoliner@pidgin.im>
parents:
14253
diff
changeset
|
5 | You can also generate this documentation locally by installing |
|
15998
294277e634fc
More gaim->whatever isms
Mark Doliner <markdoliner@pidgin.im>
parents:
14567
diff
changeset
|
6 | doxygen and graphviz dot, then running "make docs" in the |
|
14566
373d653d0733
[gaim-migrate @ 17223]
Mark Doliner <markdoliner@pidgin.im>
parents:
14253
diff
changeset
|
7 | source tree. The documentation will be in the docs/html directory. |