finch/gntconv.h

changeset 39885
b1b266896ec1
parent 39882
b1771599b93b
child 39887
9c8f874c74a0
equal deleted inserted replaced
39884:f0ccb5e8dd40 39885:b1b266896ec1
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 _GNT_CONV_H 22 #ifndef FINCH_CONV_H
23 #define _GNT_CONV_H 23 #define FINCH_CONV_H
24
24 /** 25 /**
25 * SECTION:gntconv 26 * SECTION:gntconv
26 * @section_id: finch-gntconv 27 * @section_id: finch-gntconv
27 * @short_description: <filename>gntconv.h</filename> 28 * @short_description: <filename>gntconv.h</filename>
28 * @title: Conversation API 29 * @title: Conversation API
167 * 168 *
168 * Sets the information widget for the conversation window. 169 * Sets the information widget for the conversation window.
169 */ 170 */
170 void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget); 171 void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget);
171 172
172 #endif 173 #endif /* FINCH_CONV_H */
174

mercurial