[ Version ( since = "0.4.0" ) ]
public List<unowned Link> look_up_links (string rel)
Looks up a list of links by relation type from the list of links in the entry.
If the links have one of the standard Atom relation types, use one of the defined rel values, instead of a static string.
e.g. gdata_link_edit or gdata_link_self.
If you will only use the first link found, consider calling look_up_link instead.
| this |
a Entry |
| rel |
the value of the <structfield>rel</structfield> attribute of the desired links |
|
a List of Links, or null if none were found; free the list with g_list_free |