pidgin/gtkblist.h

changeset 32532
8cf02ebf81ba
parent 32148
73329b082d7d
child 32604
8d0a34f26244
equal deleted inserted replaced
32531:5c85c02694e1 32532:8cf02ebf81ba
84 84
85 GtkItemFactory *ift; 85 GtkItemFactory *ift;
86 GtkWidget *menutray; /**< The menu tray widget. */ 86 GtkWidget *menutray; /**< The menu tray widget. */
87 GtkWidget *menutrayicon; /**< The menu tray icon. */ 87 GtkWidget *menutrayicon; /**< The menu tray icon. */
88 88
89 /** Caches connection error messages; keys are #PurpleAccount and
90 * values are non-@c NULL <tt>const char *</tt>s containing localised
91 * error messages. (If an account does not have an error, it will not
92 * appear in the table.)
93 * @deprecated in favour of purple_account_get_current_error(), which also
94 * gives you the #PurpleConnectionError value.
95 */
96 GHashTable *connection_errors;
97
98 guint refresh_timer; /**< The timer for refreshing every 30 seconds */ 89 guint refresh_timer; /**< The timer for refreshing every 30 seconds */
99 90
100 guint timeout; /**< The timeout for the tooltip. */ 91 guint timeout; /**< The timeout for the tooltip. */
101 guint drag_timeout; /**< The timeout for expanding contacts on drags */ 92 guint drag_timeout; /**< The timeout for expanding contacts on drags */
102 GdkRectangle tip_rect; /**< This is the bounding rectangle of the 93 GdkRectangle tip_rect; /**< This is the bounding rectangle of the

mercurial