[anjuta] libanjuta: bgo #696984 - Fix function name typos in documentation comments
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: bgo #696984 - Fix function name typos in documentation comments
- Date: Mon, 1 Apr 2013 08:25:15 +0000 (UTC)
commit 5bd0407e0f7f75933202552a705e4f53d4522d0b
Author: Arnel A. Borja <kyoushuu yahoo com>
Date: Fri Mar 29 15:38:33 2013 +0800
libanjuta: bgo #696984 - Fix function name typos in documentation comments
libanjuta/anjuta-dock.c | 2 +-
libanjuta/anjuta-launcher.c | 2 +-
libanjuta/anjuta-shell.c | 2 +-
libanjuta/anjuta-tabber.c | 2 +-
libanjuta/interfaces/libanjuta.idl | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libanjuta/anjuta-dock.c b/libanjuta/anjuta-dock.c
index fabcfd4..12e35a8 100644
--- a/libanjuta/anjuta-dock.c
+++ b/libanjuta/anjuta-dock.c
@@ -364,7 +364,7 @@ anjuta_dock_hide_pane (AnjutaDock *self, AnjutaDockPane *pane)
}
/**
- * anjuta_dock_show_pane:
+ * anjuta_dock_present_pane:
* @self: An AnjutaDock
* @pane: Pane to present
*
diff --git a/libanjuta/anjuta-launcher.c b/libanjuta/anjuta-launcher.c
index e7fde32..302fc99 100644
--- a/libanjuta/anjuta-launcher.c
+++ b/libanjuta/anjuta-launcher.c
@@ -389,7 +389,7 @@ anjuta_launcher_send_stdin (AnjutaLauncher *launcher, const gchar * input_str)
}
/**
- * anjuta_launcher_send_stdin:
+ * anjuta_launcher_send_stdin_eof:
* @launcher: a #AnjutaLancher object.
*
* Sends a EOF to Standard input of the process currently being executed.
diff --git a/libanjuta/anjuta-shell.c b/libanjuta/anjuta-shell.c
index 3508b1c..ed75418 100644
--- a/libanjuta/anjuta-shell.c
+++ b/libanjuta/anjuta-shell.c
@@ -888,7 +888,7 @@ void anjuta_shell_saving_push (AnjutaShell* shell)
}
/**
- * anjuta_shell_saving_push:
+ * anjuta_shell_saving_pop:
* @shell: A #AnjutaShell interface
*
* Decrease the count of files that need to be saved
diff --git a/libanjuta/anjuta-tabber.c b/libanjuta/anjuta-tabber.c
index 22f7848..0e188d8 100644
--- a/libanjuta/anjuta-tabber.c
+++ b/libanjuta/anjuta-tabber.c
@@ -524,7 +524,7 @@ anjuta_tabber_draw (GtkWidget* widget, cairo_t* cr)
}
/**
- * anjuta_tabber_get_widget_coordintes
+ * anjuta_tabber_get_widget_coordinates:
* @widget: widget for the coordinates
* @event: event to get coordinates from
* @x: return location for x coordinate
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index 7a9e5c9..5b496f2 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -6560,7 +6560,7 @@ interface IAnjutaPrint
void print();
/**
- * ianjuta_print_print:
+ * ianjuta_print_print_preview:
* @obj: Self
* @err: Error propagation and reporting.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]