Changeset fc650a8 for protocols/purple/bpurple.h
- Timestamp:
- 2015-03-15T09:29:01Z (10 years ago)
- Children:
- c0e4c22
- Parents:
- 89db90e (diff), 2dd23da (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/bpurple.h
r89db90e rfc650a8 5 5 #include <glib.h> 6 6 7 #define PURPLE_REQUEST_HANDLE "purple_request" 8 7 9 struct purple_data 8 10 { 9 11 PurpleAccount *account; 12 13 GHashTable *input_requests; 14 guint next_request_id; 10 15 }; 11 16
Note: See TracChangeset
for help on using the changeset viewer.