[gedit] docs: fix gtk-doc warnings
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] docs: fix gtk-doc warnings
- Date: Sat, 9 May 2015 12:35:29 +0000 (UTC)
commit 1fef22df54f9d361f740e5c48bfa21dd243f161e
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat May 9 14:31:11 2015 +0200
docs: fix gtk-doc warnings
gedit/gedit-message-bus.c | 2 +-
gedit/gedit-window.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gedit/gedit-message-bus.c b/gedit/gedit-message-bus.c
index 4ef1d0e..718e0f9 100644
--- a/gedit/gedit-message-bus.c
+++ b/gedit/gedit-message-bus.c
@@ -1018,7 +1018,7 @@ gedit_message_bus_block (GeditMessageBus *bus,
* @user_data: the user_data with which the callback was connected
*
* Blocks evoking the callback that matches provided @callback and @user_data.
- * Unblock the callback using gedit_message_unblock_by_func().
+ * Unblock the callback using gedit_message_bus_unblock_by_func().
*
*/
void
diff --git a/gedit/gedit-window.c b/gedit/gedit-window.c
index 2cd782a..6d00dda 100644
--- a/gedit/gedit-window.c
+++ b/gedit/gedit-window.c
@@ -3051,8 +3051,8 @@ process_create_tab (GeditWindow *window,
* @window: a #GeditWindow
* @jump_to: %TRUE to set the new #GeditTab as active
*
- * Creates a new #GeditTab and adds the new tab to the #GeditNotebook.
- * In case @jump_to is %TRUE the #GeditNotebook switches to that new #GeditTab.
+ * Creates a new #GeditTab and adds the new tab to the #GtkNotebook.
+ * In case @jump_to is %TRUE the #GtkNotebook switches to that new #GeditTab.
*
* Returns: (transfer none): a new #GeditTab
*/
@@ -3085,7 +3085,7 @@ gedit_window_create_tab (GeditWindow *window,
* @jump_to: %TRUE to set the new #GeditTab as active
*
* Creates a new #GeditTab loading the document specified by @uri.
- * In case @jump_to is %TRUE the #GeditNotebook swithes to that new #GeditTab.
+ * In case @jump_to is %TRUE the #GtkNotebook swithes to that new #GeditTab.
* Whether @create is %TRUE, creates a new empty document if location does
* not refer to an existing file
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]