| 164 with GaimAccount*, const char *name. Also, the signal is now emitted |
164 with GaimAccount*, const char *name. Also, the signal is now emitted |
| 165 regardless of whether a conversation exists and regardless of whether |
165 regardless of whether a conversation exists and regardless of whether |
| 166 the user is on the buddy list. |
166 the user is on the buddy list. |
| 167 |
167 |
| 168 Signals - Added: |
168 Signals - Added: |
| |
169 * "account-status-changed": Account status changed; see Doxygen docs for full details. |
| |
170 * "cipher-added": Cipher was added; see Doxygen docs for full details. |
| |
171 * "cipher-removed": Cipher was removed; see Doxygen docs for full details. |
| |
172 * "dbus-method-called": See Doxygen docs for full details. |
| |
173 * "dbus-introspect": See Doxygen docs for full details. |
| |
174 * "cipher-removed": Cipher was removed; see Doxygen docs for full details. |
| 169 * "file-recv-accept": See Doxygen docs for details. |
175 * "file-recv-accept": See Doxygen docs for details. |
| 170 * "file-recv-start": See Doxygen docs for details. |
176 * "file-recv-start": See Doxygen docs for details. |
| 171 * "file-recv-cancel": See Doxygen docs for details. |
177 * "file-recv-cancel": See Doxygen docs for details. |
| 172 * "file-recv-complete": See Doxygen docs for details. |
178 * "file-recv-complete": See Doxygen docs for details. |
| 173 * "file-send-accept": See Doxygen docs for details. |
179 * "file-send-accept": See Doxygen docs for details. |
| 178 * "buddy-removed": Self explanatory; see Doxygen docs for full details. |
184 * "buddy-removed": Self explanatory; see Doxygen docs for full details. |
| 179 * "blist-node-aliased": An alias was set for a buddy, chat or contact. |
185 * "blist-node-aliased": An alias was set for a buddy, chat or contact. |
| 180 * "buddy-status-changed": A buddy changed status; see Doxygen docs for full details. |
186 * "buddy-status-changed": A buddy changed status; see Doxygen docs for full details. |
| 181 * "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details. |
187 * "buddy-idle-changed": A buddy's idle status changed; see Doxygen docs for full details. |
| 182 See Doxygen docs for details. |
188 See Doxygen docs for details. |
| |
189 * "buddy-icon-cached": A buddy icon was cached; see Doxygen docs for full details. |
| 183 * "gtkblist-hiding": See Doxygen docs for details. |
190 * "gtkblist-hiding": See Doxygen docs for details. |
| 184 * "gtkblist-unhiding": See Doxygen docs for details. |
191 * "gtkblist-unhiding": See Doxygen docs for details. |
| 185 |
192 |
| 186 Signals - Removed: |
193 Signals - Removed: |
| |
194 * "account-away": replaced by account-status-changed |
| |
195 * "account-warned": ??? |
| 187 * "buddy-away": replaced by buddy-status-changed |
196 * "buddy-away": replaced by buddy-status-changed |
| 188 * "buddy-back": replaced by buddy-status-changed |
197 * "buddy-back": replaced by buddy-status-changed |
| 189 * "buddy-idle": replaced by buddy-idle-changed |
198 * "buddy-idle": replaced by buddy-idle-changed |
| 190 * "buddy-unidle": replaced by buddy-idle-changed |
199 * "buddy-unidle": replaced by buddy-idle-changed |
| 191 |
200 |