summaryrefslogtreecommitdiff
path: root/libcheese/cheese-fileutil.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-19Move variable declarations before code in C sourceDavid King1-2/+2
2011-12-11Check for correct types in public APIDavid King1-2/+13
2011-11-06Improve CheeseFileUtil filename handlingDavid King1-38/+59
2011-10-30Improve documentation to pass gtk-doc testsDavid King1-0/+6
2011-10-29Add private pointers to libcheese GObject structsDavid King1-12/+8
2011-10-29Add basic documentation for remaining public APIDavid King1-6/+9
2011-10-29Add more classes to gtk-doc documentationDavid King1-0/+53
2011-04-09lib: fix leaks and simplify cheese_fileutil_get_new_media_filenameLucas Rocha1-15/+9
2011-04-09lib: properly prefix photo/video suffix constants in cheese namespaceLucas Rocha1-9/+9
2011-04-09lib: return const char * when getting photo/video pathsLucas Rocha1-9/+9
2011-04-09lib: no need to declare variable to retun photo/video pathsLucas Rocha1-10/+2
2011-04-04lib: fix typo when initializing photo_path private attributeLucas Rocha1-1/+1
2010-12-17Don't create Webcam dirs (in Pictures and Video user dirs) unless there is co...Laura Lucas Alday1-0/+2
2010-11-18remove some gconf packages and headersdaniel g. siegel1-1/+1
2010-11-15port cheese to gsettingsdaniel g. siegel1-7/+6
2010-08-09get rid of log path functionsdaniel g. siegel1-17/+0
2009-12-23re-indent source code to match our styledaniel g. siegel1-1/+1
2009-12-01First pass at webcam widget for use in other applicationsBastien Nocera1-0/+249