~liblauncher-team/liblauncher/gobject-introspection

« back to all changes in this revision

Viewing changes to launcher/launcher-folder-bookmarks.h

  • Committer: Gordon Allott
  • Date: 2009-09-10 12:34:16 UTC
  • Revision ID: mail@gordallott.com-20090910123416-la7ldmcbrwihzuo5
added more documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 * A GSList of LauncherFolder pointers.
81
81
 * This list, and it's contents, are owned by the LauncherFolderBookmarks instance, * please do not modify or free it.
82
82
 */
83
 
GSList * launcher_folder_bookmarks_get_bookmarks (LauncherFolderBookmarks *);
 
83
GSList * launcher_folder_bookmarks_get_bookmarks (LauncherFolderBookmarks *bookmarks);
84
84
 
85
85
G_END_DECLS
86
86