/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Interface for the Evolution local storage. * * Authors: * Ettore Perazzoli * * Copyright (C) 2000 Helix Code, Inc. */ #include module GNOME { module Evolution { interface LocalStorage : Evolution::Storage { /** * update_folder: * @path: Path of a folder within the storage. * @display_name: Name to be displayed in the tree view for * this folder * @highlighted: Whether or not to highlight the name. * * Set the name to display for the folder at the specified * @path. */ void updateFolder (in string path, in string display_name, in boolean highlighted); }; }; }; ~b01902062/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irc/quassel: split into two ports (client and server)woodsb022016-10-301-373/+372
* irc/quassel: update 0.12.3 -> 0.12.4junovitch2016-07-071-0/+1
* irc/quassel:makc2015-11-091-2/+410