Searched refs:gdata_entry_set_rights (Results 1 – 9 of 9) sorted by relevance
/dports/devel/libgdata/libgdata-0.17.13/gdata/ |
H A D | gdata-entry.h | 105 void gdata_entry_set_rights (GDataEntry *self, const gchar *rights);
|
H A D | gdata-entry.c | 403 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 D | gdata-core.symbols | 28 gdata_entry_set_rights
|
H A D | symbol.map | 430 gdata_entry_set_rights;
|
/dports/devel/libgdata/libgdata-0.17.13/gdata/services/picasaweb/ |
H A D | gdata-picasaweb-album.c | 465 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 D | picasaweb.c | 1898 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 D | general.c | 323 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 D | gdata-sections.txt.in | 170 gdata_entry_set_rights
|
/dports/devel/libgdata/libgdata-0.17.13/ |
H A D | NEWS | 1427 * Added GDataEntry:rights, gdata_entry_get_rights, gdata_entry_set_rights
|