pidgin/gtksmiley-manager.h

changeset 35780
fc083eca73a2
parent 35731
7a8d87b4e516
child 35785
65ced7f8beaa
equal deleted inserted replaced
35779:d971ab073228 35780:fc083eca73a2
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details. 15 * GNU General Public License for more details.
16 * 16 *
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */ 20 */
21 21
22 #ifndef _PIDGIN_SMILEY_MANAGER_H_ 22 #ifndef _PIDGIN_SMILEY_MANAGER_H_
23 #define _PIDGIN_SMILEY_MANAGER_H_ 23 #define _PIDGIN_SMILEY_MANAGER_H_
24 /**
25 * SECTION:gtksmiley-manager
26 * @include:gtksmiley-manager.h
27 * @section_id: pidgin-smiley-manager
28 * @short_description: a UI for user-defined smileys management
29 * @title: Custom smileys manager
30 *
31 * This module provides a GTK+ UI that allows the user adding and removing
32 * custom smileys. See libpurple-smiley-custom section (TODO: how to link this
33 * to libpurple's docs?).
34 */
24 35
25 G_BEGIN_DECLS 36 G_BEGIN_DECLS
26 37
27 /** 38 /**
28 * pidgin_smiley_manager_show: 39 * pidgin_smiley_manager_show:
29 * 40 *
30 * Displays the Smiley Manager Window 41 * Creates and shows the smiley manager window, or requests focus for it,
42 * if it's already opened.
31 */ 43 */
32 void pidgin_smiley_manager_show(void); 44 void pidgin_smiley_manager_show(void);
33 45
34 G_END_DECLS 46 G_END_DECLS
35 47

mercurial