pidgin/gtklog.h

changeset 21342
6d1d2ebd9277
parent 21217
c5dfa570daff
parent 21341
225af7468591
child 21344
7df0a5fabf69
equal deleted inserted replaced
21219:cb5369141774 21342:6d1d2ebd9277
50 char *search; /**< The string currently being searched for */ 50 char *search; /**< The string currently being searched for */
51 GtkWidget *label; /**< The label at the top of the log viewer */ 51 GtkWidget *label; /**< The label at the top of the log viewer */
52 }; 52 };
53 53
54 54
55 /** 55
56 * @deprecated Use pidgin_log_show_with_parent() instead.
57 */
58 void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account); 56 void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account);
59
60 /**
61 * @since 2.3.0
62 */
63 void pidgin_log_show_with_parent(GtkWindow *parent, PurpleLogType type, const char *screenname, PurpleAccount *account);
64
65 /**
66 * @deprecated pidgin_log_show_contact_with_parent() instead.
67 */
68 void pidgin_log_show_contact(PurpleContact *contact); 57 void pidgin_log_show_contact(PurpleContact *contact);
69 58
70 /**
71 * @since 2.3.0
72 */
73 void pidgin_log_show_contact_with_parent(GtkWindow *parent, PurpleContact *contact);
74
75 /**
76 * @deprecated Use pidgin_syslog_show_with_parent() instead.
77 */
78 void pidgin_syslog_show(void); 59 void pidgin_syslog_show(void);
79
80 /**
81 * @since 2.3.0
82 */
83 void pidgin_syslog_show_with_parent(GtkWindow *parent);
84 60
85 /**************************************************************************/ 61 /**************************************************************************/
86 /** @name GTK+ Log Subsystem */ 62 /** @name GTK+ Log Subsystem */
87 /**************************************************************************/ 63 /**************************************************************************/
88 /*@{*/ 64 /*@{*/

mercurial