Mercurial > pidgin
view doc/gtklog-signals.dox @ 17704:5acee0788697
New windows can be placed on specific workspaces. They can be specified by the window name (e.g. conversation-window), or a substring in the window title. Title takes precedence.
This changes the ~/.gntrc config for workspaces to the following format:
[Workspace-1]
name = blist
window-names = buddylist;debug-window
[Workspace-2]
name = im
window-names = conversation-window
window-titles = Preferences
[Workspace-3]
name = chats
window-titles = IRC;conference
author | Richard Nelson <wabz@pidgin.im> |
---|---|
date | Sun, 29 Apr 2007 00:37:28 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
line wrap: on
line source
/** @page gtklog-signals GtkLog Signals @signals @signal log-displaying @endsignals <hr> @signaldef log-displaying @signalproto void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log); @endsignalproto @signaldesc Emitted when a log is being displayed. @param viewer The log viewer @param log The log being displayed @endsignaldef */ // vim: syntax=c tw=75 et