comparison src/privacy.h @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents 41120df7ed94
children fa6395637e2c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
96 /** 96 /**
97 * Sets the UI operations structure for the privacy subsystem. 97 * Sets the UI operations structure for the privacy subsystem.
98 * 98 *
99 * @param ops The UI operations structure. 99 * @param ops The UI operations structure.
100 */ 100 */
101 void gaim_set_privacy_ui_ops(GaimPrivacyUiOps *ops); 101 void gaim_privacy_set_ui_ops(GaimPrivacyUiOps *ops);
102 102
103 /** 103 /**
104 * Returns the UI operations structure for the privacy subsystem. 104 * Returns the UI operations structure for the privacy subsystem.
105 * 105 *
106 * @return The UI operations structure. 106 * @return The UI operations structure.
107 */ 107 */
108 GaimPrivacyUiOps *gaim_get_privacy_ui_ops(void); 108 GaimPrivacyUiOps *gaim_privacy_get_ui_ops(void);
109 109
110 /** 110 /**
111 * Initializes the privacy subsystem. 111 * Initializes the privacy subsystem.
112 */ 112 */
113 void gaim_privacy_init(void); 113 void gaim_privacy_init(void);