Home
last modified time | relevance | path

Searched refs:gdata_entry_set_rights (Results 1 – 9 of 9) sorted by relevance

/dports/devel/libgdata/libgdata-0.17.13/gdata/
H A Dgdata-entry.h105 void gdata_entry_set_rights (GDataEntry *self, const gchar *rights);
H A Dgdata-entry.c403 gdata_entry_set_rights (self, g_value_get_string (value)); in gdata_entry_set_property()
1274 gdata_entry_set_rights (GDataEntry *self, const gchar *rights) in gdata_entry_set_rights() function
H A Dgdata-core.symbols28 gdata_entry_set_rights
H A Dsymbol.map430 gdata_entry_set_rights;
/dports/devel/libgdata/libgdata-0.17.13/gdata/services/picasaweb/
H A Dgdata-picasaweb-album.c465 gdata_entry_set_rights (GDATA_ENTRY (self), "public"); in notify_visibility_cb()
468 gdata_entry_set_rights (GDATA_ENTRY (self), "private"); in notify_visibility_cb()
488 gdata_entry_set_rights (GDATA_ENTRY (self), "private"); in gdata_picasaweb_album_init()
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/
H A Dpicasaweb.c1898 gdata_entry_set_rights (GDATA_ENTRY (album), "private"); in test_album_properties_visibility()
1902 gdata_entry_set_rights (GDATA_ENTRY (album), "public"); in test_album_properties_visibility()
1914 gdata_entry_set_rights (GDATA_ENTRY (album), original_rights); in test_album_properties_visibility()
H A Dgeneral.c323 gdata_entry_set_rights (entry, NULL); in test_entry_get_xml()
566 gdata_entry_set_rights (entry, NULL); in test_entry_get_json()
/dports/devel/libgdata/libgdata-0.17.13/docs/reference/
H A Dgdata-sections.txt.in170 gdata_entry_set_rights
/dports/devel/libgdata/libgdata-0.17.13/
H A DNEWS1427 * Added GDataEntry:rights, gdata_entry_get_rights, gdata_entry_set_rights