Updated some comments

This commit is contained in:
Pierre Pronchery 2011-11-06 03:37:58 +00:00
parent fe237af821
commit 2f426cf93c
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ typedef struct _Preview
/* prototypes */
/* plug-in */
static GtkWidget * _preview_init(BrowserPlugin * plugin);
static void _preview_destroy(BrowserPlugin * plugin);
static void _preview_refresh(BrowserPlugin * plugin, char const * path);

View File

@ -12,7 +12,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* FIXME:
/* TODO:
* - parse SVN's meta-data */