anypaper Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
AnypaperWallpapersetterAnypaperWallpapersetter — creates the wallpapersetter file and detects the wallpapersetter installed |
#include <anypaper_wallpapersetter.h> AnypaperWallpapersetterPrivate; struct AnypaperWallpapersetter; void anypaper_wallpapersetter_detect (AnypaperWallpapersetter *wallpapersetter
,gchar *filename
); void anypaper_wallpapersetter_file (gchar *wallpapersetterFile
);
This application class creates the wallpapersetter file and detects the wallpapersetter installed
This application class detects the wallpapersetter listed in wallpapersetter file installed and stores this information in two lists, one for the wallpapersetter found and the other for the command (normally the fullscreen command). This class also creates the wallpapersetterfile that contains definitions for known wallpapersetters and the command used to set the wallpaper.
typedef struct _AnypaperWallpapersetterPrivate AnypaperWallpapersetterPrivate;
struct AnypaperWallpapersetter { GList *wallpapersetter; GList *command; };
Contains a list of wallpapersetter found and a list of commands used for them
void anypaper_wallpapersetter_detect (AnypaperWallpapersetter *wallpapersetter
,gchar *filename
);
Generate a list of found wallpapersetters and other for the associated commands.
|
a AnypaperWallpapersetter |
|
file that contains the wallpapersetters command definition |