BookQuery
Object Hierarchy:
Description:
[ CCode ( ref_function = "e_book_query_ref" , type_id = "e_book_query_get_type ()" , unref_function = "e_book_query_unref" ) ]
[ Compact ]
public class BookQuery
Content:
Static methods:
Methods:
- public BookQuery @ref ()
Increment the reference count on this
.
- public BookQuery copy ()
Creates a copy of this.
- public BookQuery not (bool unref)
Creates a new BookQuery which is the
opposite of q
.
- public string to_string ()
Return the string representation of this
.
- public void unref ()
Decrement the reference count on this
.