summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2021-10-10 05:01:55 -0500
committerElliott Sales de Andrade <qulogic@pidgin.im>2021-10-10 05:01:55 -0500
commit34b552857927fff0df53fb342dc3ab20ffaea8ad (patch)
tree7a74533082ba5862359317cef25b2ef69fe6617f /pidgin/gtkconv.h
parent867be7ad6982bea55f5ba7c0043cc267d7d4ce56 (diff)
downloadpidgin-34b552857927fff0df53fb342dc3ab20ffaea8ad.tar.gz
Remove the + from GTK
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 460912f289..7ce9c4b2c3 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -86,7 +86,7 @@ enum {
/**
* PidginConversation:
*
- * A GTK+ conversation pane.
+ * A GTK conversation pane.
*/
struct _PidginConversation
{
@@ -135,15 +135,15 @@ struct _PidginConversation
G_BEGIN_DECLS
/**************************************************************************
- * GTK+ Conversation API
+ * GTK Conversation API
**************************************************************************/
/**
* pidgin_conversations_get_conv_ui_ops:
*
- * Returns the UI operations structure for GTK+ conversations.
+ * Returns the UI operations structure for GTK conversations.
*
- * Returns: The GTK+ conversation operations structure.
+ * Returns: The GTK conversation operations structure.
*/
PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void);
@@ -217,7 +217,7 @@ gboolean pidgin_conv_attach_to_conversation(PurpleConversation *conv);
/**
* pidgin_conv_get_window:
- * @gtkconv: The GTK+ conversation.
+ * @gtkconv: The GTK conversation.
*
* Returns: The window the conversation belongs to.
*/
@@ -227,7 +227,7 @@ PidginConvWindow *pidgin_conv_get_window(PidginConversation *gtkconv);
* pidgin_conv_new:
* @conv: The conversation.
*
- * Creates a new GTK+ conversation for a given #PurpleConversation.
+ * Creates a new GTK conversation for a given #PurpleConversation.
*/
void pidgin_conv_new(PurpleConversation *conv);
@@ -246,14 +246,14 @@ int pidgin_conv_get_tab_at_xy(PidginConvWindow *win, int x, int y, gboolean *to_
/**
* pidgin_conv_is_hidden:
- * @gtkconv: The GTK+ conversation.
+ * @gtkconv: The GTK conversation.
*
* Returns: %TRUE if the conversation is hidden, %FALSE otherwise.
*/
gboolean pidgin_conv_is_hidden(PidginConversation *gtkconv);
/**************************************************************************/
-/* GTK+ Conversations Subsystem */
+/* GTK Conversations Subsystem */
/**************************************************************************/
/**
@@ -268,14 +268,14 @@ void *pidgin_conversations_get_handle(void);
/**
* pidgin_conversations_init:
*
- * Initializes the GTK+ conversations subsystem.
+ * Initializes the GTK conversations subsystem.
*/
void pidgin_conversations_init(void);
/**
* pidgin_conversations_uninit:
*
- * Uninitialized the GTK+ conversation subsystem.
+ * Uninitialized the GTK conversation subsystem.
*/
void pidgin_conversations_uninit(void);