#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <photo/photo.h>
Go to the source code of this file.
Functions | |
static int | find_widget_by_name (Camera *photo, GPContext *context, const char *param, CameraWidget **child, CameraWidget **rootconfig) |
int | photo_get_config (photo_p photo, const char *param, char **value) |
int | photo_set_config (photo_p photo, const char *param, const char *value) |
static int find_widget_by_name | ( | Camera * | photo, | |
GPContext * | context, | |||
const char * | param, | |||
CameraWidget ** | child, | |||
CameraWidget ** | rootconfig | |||
) | [static] |
Definition at line 42 of file photo_config.cpp.
int photo_get_config | ( | photo_p | photo, | |
const char * | param, | |||
char ** | value | |||
) |
Definition at line 240 of file photo_config.cpp.
int photo_set_config | ( | photo_p | photo, | |
const char * | param, | |||
const char * | value | |||
) |
Definition at line 90 of file photo_config.cpp.