| 43 |
43 |
| 44 /** |
44 /** |
| 45 * PidginProtocolStoreColumn: |
45 * PidginProtocolStoreColumn: |
| 46 * @PIDGIN_PROTOCOL_STORE_COLUMN_PROTOCOL: This column holds a reference to a |
46 * @PIDGIN_PROTOCOL_STORE_COLUMN_PROTOCOL: This column holds a reference to a |
| 47 * #PurpleProtocol. |
47 * #PurpleProtocol. |
| |
48 * @PIDGIN_PROTOCOL_STORE_COLUMN_ID: This column holds the id of the protocol. |
| 48 * @PIDGIN_PROTOCOL_STORE_COLUMN_NAME: This column holds the name of the |
49 * @PIDGIN_PROTOCOL_STORE_COLUMN_NAME: This column holds the name of the |
| 49 * protocol. |
50 * protocol which is used for display. |
| 50 * @PIDGIN_PROTOCOL_STORE_COLUMN_ICON: This column holds a #GdkPixbuf of the |
51 * @PIDGIN_PROTOCOL_STORE_COLUMN_ICON: This column holds a #GdkPixbuf of the |
| 51 * logo of the protocol. |
52 * logo of the protocol. |
| 52 * |
53 * |
| 53 * Constants for accessing columns in a #PidginProtocolStore. |
54 * Constants for accessing columns in a #PidginProtocolStore. |
| 54 * |
55 * |
| 55 * Since: 3.0.0 |
56 * Since: 3.0.0 |
| 56 */ |
57 */ |
| 57 typedef enum { |
58 typedef enum { |
| 58 PIDGIN_PROTOCOL_STORE_COLUMN_PROTOCOL, |
59 PIDGIN_PROTOCOL_STORE_COLUMN_PROTOCOL, |
| |
60 PIDGIN_PROTOCOL_STORE_COLUMN_ID, |
| 59 PIDGIN_PROTOCOL_STORE_COLUMN_NAME, |
61 PIDGIN_PROTOCOL_STORE_COLUMN_NAME, |
| 60 PIDGIN_PROTOCOL_STORE_COLUMN_ICON, |
62 PIDGIN_PROTOCOL_STORE_COLUMN_ICON, |
| 61 /*< private >*/ |
63 /*< private >*/ |
| 62 PIDGIN_PROTOCOL_STORE_N_COLUMNS, |
64 PIDGIN_PROTOCOL_STORE_N_COLUMNS, |
| 63 } PidginProtocolStoreColumn; |
65 } PidginProtocolStoreColumn; |