This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | gp_setting_set (char *id, char *key, char *value) |
Set a specific gphoto setting. | |
int | gp_setting_get (char *id, char *key, char *value) |
Retrieve a specific gphoto setting. |
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
int gp_setting_get | ( | char * | id, | |
char * | key, | |||
char * | value | |||
) |
Retrieve a specific gphoto setting.
id | the frontend id of the caller | |
key | the key the frontend queries | |
value | retrieved value |
int gp_setting_set | ( | char * | id, | |
char * | key, | |||
char * | value | |||
) |
Set a specific gphoto setting.
id | the frontend id of the caller | |
key | the key the frontend queries | |
value | retrieved value |