comparison pidgin/gtkidle.h @ 15501:d75099d2567e

gaim_gtk to pidgin. I hope
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 07:23:11 +0000
parents 5fe8042783c1
children 760ef6d78d2d
comparison
equal deleted inserted replaced
15500:45ecefd0ce3a 15501:d75099d2567e
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_GTK_IDLE_H_ 25 #ifndef _PIDGIN_IDLE_H_
26 #define _GAIM_GTK_IDLE_H_ 26 #define _PIDGIN_IDLE_H_
27 27
28 #include "idle.h" 28 #include "idle.h"
29 29
30 /**************************************************************************/ 30 /**************************************************************************/
31 /** @name GTK+ Idle API */ 31 /** @name GTK+ Idle API */
35 /** 35 /**
36 * Returns the GTK+ idle UI ops. 36 * Returns the GTK+ idle UI ops.
37 * 37 *
38 * @return The UI operations structure. 38 * @return The UI operations structure.
39 */ 39 */
40 GaimIdleUiOps *gaim_gtk_idle_get_ui_ops(void); 40 GaimIdleUiOps *pidgin_idle_get_ui_ops(void);
41 41
42 /*@}*/ 42 /*@}*/
43 43
44 #endif /* _GAIM_GTK_IDLE_H_ */ 44 #endif /* _PIDGIN_IDLE_H_ */