[gdl] [layout manager] minor fix in docs.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdl] [layout manager] minor fix in docs.
- Date: Wed, 4 May 2011 11:07:24 +0000 (UTC)
commit fa74a9a9bfb54fcaf4b387b008985513aa902777
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed May 4 13:08:03 2011 +0200
[layout manager] minor fix in docs.
gdl/gdl-dock-layout.c | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/gdl/gdl-dock-layout.c b/gdl/gdl-dock-layout.c
index edd3f64..10de6a9 100644
--- a/gdl/gdl-dock-layout.c
+++ b/gdl/gdl-dock-layout.c
@@ -1155,7 +1155,7 @@ gdl_dock_layout_attach (GdlDockLayout *layout,
/**
* gdl_dock_layout_load_layout:
* @layout: The dock item.
-* @name: The name of the layout to load.
+* @name: (allow-none): The name of the layout to load or %NULL for a default layout name.
*
* Loads the layout with the given name to the memory.
* This will set #GdlDockLayout:dirty to %TRUE.
@@ -1194,8 +1194,8 @@ gdl_dock_layout_load_layout (GdlDockLayout *layout,
/**
* gdl_dock_layout_save_layout:
-* @layout: The dock item.
-* @name: The name of the layout to save.
+* @layout: The dock item.
+* @name: (allow-none): The name of the layout to save or %NULL for a default layout name.
*
* Saves the @layout with the given name to the memory.
* This will set #GdlDockLayout:dirty to %TRUE.
@@ -1247,7 +1247,6 @@ gdl_dock_layout_save_layout (GdlDockLayout *layout,
* Deletes the layout with the given name from the memory.
* This will set #GdlDockLayout:dirty to %TRUE.
*/
-
void
gdl_dock_layout_delete_layout (GdlDockLayout *layout,
const gchar *name)
@@ -1275,7 +1274,6 @@ gdl_dock_layout_delete_layout (GdlDockLayout *layout,
*
* Runs the layout manager.
*/
-
void
gdl_dock_layout_run_manager (GdlDockLayout *layout)
{
@@ -1305,7 +1303,6 @@ gdl_dock_layout_run_manager (GdlDockLayout *layout)
*
* Returns: %TRUE if @layout successfully loaded else %FALSE
*/
-
gboolean
gdl_dock_layout_load_from_file (GdlDockLayout *layout,
const gchar *filename)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]