| 269 /* stringref.h */ |
269 /* stringref.h */ |
| 270 typedef PurpleStringref * Purple__Stringref; |
270 typedef PurpleStringref * Purple__Stringref; |
| 271 |
271 |
| 272 /* util.h */ |
272 /* util.h */ |
| 273 typedef PurpleInfoFieldFormatCallback Purple__Util__InfoFieldFormatCallback; |
273 typedef PurpleInfoFieldFormatCallback Purple__Util__InfoFieldFormatCallback; |
| 274 typedef PurpleUtilFetchUrlData Purple__Util__FetchUrlData; |
|
| 275 typedef PurpleMenuAction * Purple__Menu__Action; |
274 typedef PurpleMenuAction * Purple__Menu__Action; |
| 276 |
275 |
| 277 /* value.h */ |
276 /* value.h */ |
| 278 typedef PurpleValue * Purple__Value; |
277 typedef PurpleValue * Purple__Value; |
| 279 |
278 |