Enumeration

GrlSupportedOps

Declaration

flags Grl.SupportedOps

Description [src]

Bitwise flags which reflect the kind of operations that a GrlSource supports.

Members

GRL_OP_NONE

No operation is supported.

  • Value: 0
  • Nickname: none
  • Available since: 0.3
GRL_OP_RESOLVE

Fetch specific keys of metadata based on other metadata.

  • Value: 1
  • Nickname: resolve
  • Available since: 0.3
GRL_OP_BROWSE

Retrieve complete sets of GrlMedia.

  • Value: 2
  • Nickname: browse
  • Available since: 0.3
GRL_OP_SEARCH

Look up for GrlMedia given a search text.

  • Value: 4
  • Nickname: search
  • Available since: 0.3
GRL_OP_QUERY

Look up for GrlMedia give a service specific query.

  • Value: 8
  • Nickname: query
  • Available since: 0.3
GRL_OP_STORE

Store content in a service.

  • Value: 16
  • Nickname: store
  • Available since: 0.3
GRL_OP_STORE_PARENT

Store content as child of a certian parent category.

  • Value: 32
  • Nickname: store-parent
  • Available since: 0.3
GRL_OP_STORE_METADATA

Update metadata of a GrlMedia in a service.

  • Value: 64
  • Nickname: store-metadata
  • Available since: 0.3
GRL_OP_REMOVE

Remove content from a service.

  • Value: 128
  • Nickname: remove
  • Available since: 0.3
GRL_OP_MEDIA_FROM_URI

Create a GrlMedia instance from an URI representing a media resource.

  • Value: 256
  • Nickname: media-from-uri
  • Available since: 0.3
GRL_OP_NOTIFY_CHANGE

Notify about changes in the GrlSource.

  • Value: 512
  • Nickname: notify-change
  • Available since: 0.3